Wednesday, March 23, 2016

Add all Friends Request at once

Hello friends
today i will show you how to accept all friend requests at once
first go to here ( https://www.facebook.com/reqs.php)
and 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.

if you have any problem then comment below.

:)