Friday 2 August 2013

How To Accept Or Reject Multiple Friend Request in Single Click On Facebook?

How To Accept Or Reject Multiple Friend Request in Single Click On Facebook?

Facebook is a great platform to create new friends. If you are a social networking addict then there is great chance that you send or receive many friend requests daily. As i am a blogger, I receive 10's of friends requests on Facebook daily. The main problem these friend request create is accepting or rejecting all of them is a tedious task.


There were some Facebook tricks in past, by which we can accept or reject multiple friend request at once. But after sometime Facebook blocked that tricks.

But after lot of internet surfing, i found another working java script trick to accept or reject multiple friend request on Facebook. This is pretty small trick and the best thing about this is that it works on every browser.


Here we go.

1) Open your browser and login to facebook.

2) Follow this link http://www.facebook.com/reqs.php to view your pending Facebook friend requests.

3)Once done, copy and paste below javascript code to address bar.

To Accept multiple friend request on Facebook:

    javascript:for(i=1;i<document.getElementsByName("actions[accept]")
    .length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);



To Reject multiple friend request on Facebook:

    javascript:for(i=1;i<document.getElementsByName("actions[hide]")
    .length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);


No comments:

Post a Comment