Friday 9 October 2015

Accept All Friend Requests At Once

If you have a lot of pending friend requests list, you might find its tiring to accept all the requests one at a time. Apparently there is a way to accept all at once using a JavaScript code.
  1. At your friend requests page, make sure to have all the requests loaded by scrolling down the page until the end.
  2. Next, copy this JavaScript code:
    javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);and paste it in the address bar of your friend requests page.
  3. Make sure to manually add javascript: at the front of the code once you have pasted it in the address bar because some browsers will automatically remove that line.
  4. Press Enter and watch the magic happens.
Accept All Friend Requests At Once
Previous Post
Next Post

Hi, I'm Gaurav Thakur. I'm the proud owner of PahadiGeeks. I've interest in tech since childhood. So, I thought to why not share my knowledge with you guys. This gives birth to our blog, PahadiGeeks.com

0 comments: