It's always tiring when you have more than 100's of friends request and you have to click on the "Confirm" button 100's of times. This will surely create a pain in the ass until you read the following tutorial on How to accept all friend requests at once. Remember it's not a hack or something related to that. We will use a simple JavaScript to accomplish our task.
STEPS:
1. Login to your Facebook account and the go to https://www.facebook.com/reqs.php
2. Scroll Down To the "Show More" option. Click it until you have all the requests in the page.
3. OPen the JaveScript Cosole Menu by Pressing CTRL + SHIFT + J on Chrome and CTRL + SHIFT + C on Firefox.
4. Now copy the Code below and paste it on the console and hit enter.
javascript: var field = document.getElementsByName("actions[accept]");for
(i = 0; i < field.length; i++)field[i].click() ;
Wait for a few seconds and all requests will be accepted.
Follow Me on Twitter @amit_sharma48 for new posts
Till the Like Our Facebook Page @ www.facebook.com/hackerslite
0 comments:
Post a Comment