Monday 15 July 2013

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

friend request 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. (if you are a chrome user add javascript: at the beginning of code after pasting it to address bar. else it will not work)
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); 

Kindly leave your valuable comments in comment box below.

0 Responses to “How To Accept Or Reject Multiple Friend Request in Single Click On Facebook”

Post a Comment

© 2012-2013 TricksMode

The content is copyrighted to Aman Verma and may not be reproduced on other websites.