Accept All Friends Request (Javascript)

FaceBuilder

Regular Member
Joined
Mar 27, 2011
Messages
336
Reaction score
43
If you guys need it ,here is one javascript that automatic accept all friends request. Just copy and paste this code : (working on firefox)

Code:
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
 
Back
Top