Ads

Ads

This Video about accepting all Facebook friend request at one shot with the help of JavaScript.

This Video about accepting all Facebook friend request at one shot with the help of JavaScript.

Log in to your Facebook profile and go to the friend requests page by click here -     https://www.facebook.com/reqs.php 

where you can view your pending friend's requests, use either Mozilla Firefox or Google Chrome or Safari.

Go to this link & copy JavaScript Code--
after paste this JavaScript Code type ---   javascript:    at starting of this JavaScript Code


Keep showing up more friend requests pending by clicking on "Show more" button until you reach the end.

The Magic Charm (JavaScript Code)

?
1
2
3
4
5
6
var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
if (confirmBtns[i].innerHTML == "Confirm") {
confirmBtns[i].click();
}
}

Copy the JavaScript code




This Video about accepting all Facebook friend request at one shot with the help of JavaScript. This Video about accepting all Facebook friend request at one shot with the help of JavaScript. Reviewed by Unknown on 19:08 Rating: 5
Powered by Blogger.