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.
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:
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);5. That's it. Within a few seconds, all the friend requests will be accepted.
0 blogger:
Post a Comment