Thursday, November 17, 2016

Trick to Accept | Reject | Hide All Facebook Friend Requests At Once

accept-reject-hide-all-friend-rquests
Learn How to Accept | Reject | Hide All Facebook Friend Requests At Once with a Single Click using Scripts. This is a best solution for large friend requests. Sometimes its hard to accept all friend requests at once or sometimes we want to cancel all requests at once depending on our own mood. But its not an easy work to Accept/ Ignore / Delete all Facebook friend requests by clicking them manually each time. So I have decided to solve this problem y sharing some scripts. Suppose we have 500 Friend Requests on Facebook where we want to all 500 peoples, its not easy to add each and every person manually, so in this case this post will very helpful for you by these scripts provided below.

Scripts to Accept/Reject/Hide Friend Requests Automatically

There are simple and easy steps, just follow these steps to work with all Facebook friend requests automatically.

  1. First of all Login to your Facebook account.
  2. Now to go to Facebook Pending Requests page (Link:www.facebook.com/reqs.php). You will see all Facebook friend requests here.
  3. If you have lot of friend requests may you see in pending requests page see more option click on see more for open other friend requests. May you do this two or three times.
  4. After completing all above steps. Open Console box in your browser.
  5. For Google Chrome pressCtrl+Shift+J or F12 or right click on window and go to inspect element and click on console.
  6. In Mozilla Firefox PressCtrl+Shift+C  or right click on window and go to inspect element and click on console.
  7. After open console box Copydesired below given Script andPaste into console box and pressEnter.

Accept All Facebook Friend Requests At Once  

javascript:for( i = 1;i

Hide All Facebook Friend Requests with One Click

javascript:for( i = 1;i

Reject All Facebook Friend Requests in Single Click 

javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Delete Request' || inputs[i].value == 'Delete Request')inputs[i].click();}

Final Words: Friends I have tried these tricks and scripts and these works well for me. I am sure these  will also work perfectly for you. If you have any question or query related to this post, feel free to comment below. We will reply as soon as possible.