How to accept all facebook friend requests automatically

By Shahzad Younas
In the series of facebook tricks, here is another cool trick toaccept all friend requests automatically using a small javascript. If you are getting so many friend requests and you want to accept all those requests without clicking Accept button for each friend request, then this javascript will be helpful for you.
Actually webmasters generally use facebook pages to build their network, but some of the people, specially girls are crazy about adding friends so they don't reject any friend requests, even if they don't know the request sender. So, here is the script for all who want to accept bulk friend requests.

How to use this friend request accepter script

  • Login to your facebook account and click the friend requests icon to see the pending friend requests.
  • Now, keep scrolling the list untill you reach the last request.
    • Now press F12 or ctrl+shift+J keys (in chrome browser) to open chrome console.
    • Now copy the following code and paste in chrome console and press enter.
    javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
    • Now your pending friend requests will be accepted automatically.
Keep visiting for more tips and trick. Don't forget to share this post and subscribe to our newsletter using the box below.


0 comments: