Thursday, April 28, 2011


Like the title says i want to share the JavaScript that all allows you to accept/ignore you friend request specially if you have like 500+ pending request.

Javascript For Mass Accept
javascript:for( i = 1;i<document.getElementsByName(“actions[accept]“).length;i++){document.getElementsByName(“actions[accept]“)[i].click();}void(0);


Javascript For Mass Ignore
javascript:for( i = 1;i<document.getElementsByName(“actions[hide]“).length;i++){document.getElementsByName(“actions[hide]“)[i].click();}void(0);

0 Comments:

Post a Comment