This is a way to accept all friend requests at once. If you have got lots of friend requests it'l be hard to accept all friend requests one by one and it'l take lots of time. Here's a trick to avoid this problem.
Lets Do It
1) First you have to disable 'secure browsing' of your Facebook account. Click Here ,this will take you to the settings and then disable the 'Secure Browsing' and click 'Save Changes'
2) Now go to this link and put a tick in the box.
3) Now go to this link. This will display all the friend requests you have received.
4) If you have lots of friend requests,at the bottom of the page you will see a "Show More" button. Click that button until you see all the friend requests you got.
After you have done that, you wont see a read more button.
5) Now press F12 key on your key board. Now a tab will open at the bottom. In that tab there is a button named as "Console" . Click that button.
6) Now copy the given code below and paste (Press Ctrl+V to paste) it in the "console" and press "Enter"
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
Now the friend requests will be accepted.

No comments:
Post a Comment