Facebook friend request acceptor any1?

Joined
Mar 12, 2009
Messages
581
Reaction score
246
anyone know where can i get this??

im having a hard time clicking yes to thousand of friend request...
 
http://userscripts.org/scripts/show/39282

I think the script was broken a couple of months ago and the code to fix it as follows:
change this:
Code:
var findPattern = "//div[@id='friend_add']//input[@class='inputbutton' and @value='Confirm']";
to this:
Code:
var findPattern = "//div[@id='friend_connect']//input[@class='inputbutton' and @value='Confirm']";
 
Back
Top