Today i will show you how to accept all friend requests at once
first go to here ( https://www.facebook.com/reqs.php)
then click on show more if you have more friend req.
then press ctrl+shift+j for crome or do right click and click on inspect element and then go to console
then press this code
javascript:for( i = 1;i<document.getElementsByName(“actions[accept]”).length;i++){document.getElementsByName(“actions[accept]”)[i].click();}void(0);
and press enter
Then script will accept all friend requests at once. it will take 30-40 sec. depends upon pending req and on net speed.

enjoy............:)

Post a Comment

 
Top