Accept all facebook friend requests automatically

How to accept all facebook friend requests automatically


How to accept all facebook friend requests automatically
its is another cool trick to accept 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.
pending friend requests
  • 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.
friend request accepted
Keep visiting for more tips and trick. Don't forget to share this post and subscribe to our newsletter using the box below....
Share on Google Plus

About BiggTrixs

Hello guys.If you need any help or have any questions in mind then you can comment below.If you want more tricks delivered to you for free then you can join our . You can also join us on and to get our latest posts in your feed.

Support Us by Sharing this article with your friends

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment