Blogger Tricks

21 Jun 2012

How to Facebook Auto accept/reject friend Request

Facebook Auto accept/reject friend Request I want to share with you a java script that will automatically accept or reject friends request on Facebook. imagine that you have so many friends request notification and you don't have the time to accept or reject them one after the other what will you do? ignore them? imagine you have 438 request notification, just use this script below to solve your hassle.


Script to accept requests.

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

Script to reject requests.

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

How to use this script? 


and paste the script you prefer in the address bar. then hit enter. That's all