Fb freind accepter

enter it to browser console while you are on the friend request page

var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
if (confirmBtns.innerHTML == "Confirm") {
confirmBtns.click();
}
}
 
I believe he means to right click anywhere on the page, click "Inspect Element", and then click on the console tab. This will bring up the console where you can paste and execute the code gugun posted.
 
I believe he means to right click anywhere on the page, click "Inspect Element", and then click on the console tab. This will bring up the console where you can paste and execute the code gugun posted.

or just press F12
 
works for me. just be careful because trick like this will caused you banned
 
the only free way to accept is chrome extension - search facebook social toolkit
 
Back
Top