Accept All Friend Requests Automatically In Facebook

Leave a Comment

Javascripts are used to perform amazing actions in web designing and in this tutorial, I'll use a simple javascript to accept all friend requests automatically in facebook.

Follow the instructions:

1. Login to your facebook account.
2. Now visit https://www.facebook.com/reqs.php to see all the pending friend requests to be accepted.
3. Click See More option to see all the friend requests.
4. Now press ctrl+shift+J to open console panel in chrome and copy and paste the following javascript in it:

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

0 comments:

Post a Comment