How to Accept All Facebook Friend Requests at once


If you have many pending friend requests on Facebook Or If you are getting many friend requestes daily then you will spend a lot of time to confirm them all manually.
Or you can confirm friends requests all at once with this small script by running it in your browser.

Step 1. Login to your Facebook account.
Step 2. Now Go to this Pending Requests page. http://www.facebook.com/reqs.php
Step 3. Now all pending requests will show on page, if requests are more then click on "show more" button below the page
Step 4. Now Open Open Console box. For Google Chrome Press Ctrl+Shift+J or F12. For Mozilla Firefox Press Ctrl+Shift+C
Step 5. Paste this code into Console Box and press Enter.
javascript: var field = document.getElementsByName("actions[accept]");for (i = 0; i < field.length; i++)field[i].click() ;
It will take few seconds to confirm all friend requests listed on the page.

0 comments:

Post a Comment