Wednesday, 10 August 2016

How To Accept or Confirm Numerous Facebook Friend Requests at once

==> First and foremost, you need to launch your browser (all browsers works).
==> You need to go to your Facebook pending request page @ http://www.facebook.com/reqs.php to visit your Facebook pending request page.
==> Then scroll down to the bottom of the page to load all friend request. Now go to your browser address bar and the erase http://www.facebook.com/reqs.php and then copy and paste the code below into your address bar.
var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
    if (confirmBtns[i].innerHTML == "Confirm") {
        confirmBtns[i].click();
    }
}

then edit var confirmbtns to JAVASCRIPT:CONFIRMBTNS
 then press enter to see the magic.
I hope you like this trick to accept all friend requests on Facebook at once. If you face any issue or want to suggest regarding this topic  drop ya comments
share with your friends


No comments:

Post a Comment