Accept or Ignore All Facebook Friend Request With Single Click

Sometimes its hard to accept all friend requests at once or sometimes we want to cancel all requests at once depending on our own decision. But its not an easy task to Accept or Ignore all friend request by clicking it manually each time. This article describes how you can auto confirm or ignore your entire friends request once on Facebook.

1. Open your browser and Login into your Facebook.

2.  Visit your Facebook pending request page:

3. Now go to your browser address bar and just replace http://www.facebook.com/reqs.php with the code below into your address bar or press Shift+ctrl+k in your Firefox browser then paste the code in the textbox below the console that appears and then press enter.

To accept all requests, copy and paste the code below into your address bar and then press enter.

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

To ignore all requests, copy and paste the code below into your address bar and then press enter.

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

4. Its Done.


Comments