How to accept all friend requests with one click ?

add code here



Step 1 :First you need Visit your Facebook pending requests page here >> http://www.facebook.com/reqs.php

Step 2 :Then erase/delete the address in the address bar of the browser and paste the below code in your address bar of the browser and click enter

JavaScript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
You are done . See the magic all the friend requests are automatically accepting .

Note : If you are using the chrome browser , Then follow this steps
*.Clear the address bar of your browser and keep it blank .
*.Then Type “ javascript: “ in your browser’s address bar .
*.And then paste the below code in your address bar and press enter
for ( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);


How to ignore / Reject all friend requests in one click ?

Step 1 :First you need Visit your Facebook pending requests page here >> http://www.facebook.com/reqs.php

Step 2 :Then erase/delete the address in the address bar of the browser and paste the below code in your address bar of the browser and click enter
JavaScript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);< span=""><>
For Chrome or other browsers follow the steps below
*.Clear the address bar of your browser and keep it blank .
*.Then Type “ JavaScript: “ in your browser’s address bar .
*.And then paste the below code in your address bar and press enter
for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);< span=""><>I have tested this trick on allbrowsers , Its working amazingly , If you have any doubt or if it is not working, then leave a comment below I will help you

Before we Move, You may Also Liked to Read:

Previous
Next Post »
Thanks for your comment