Monday, 22 April 2013

HOW TO AUTO ACEEPT FACEBOOK FRIEND REQUEST



You can set your facebook to auto accept incoming friend request. In this tutorial I will explain it.

1. Manual


- Login to your facebook.
- Open the following address : http://www.facebook.com/friends/edit/?sk=requests
- At the windows appears just replace http://www.facebook.com/friends/edit/?sk=requests with:

To accept All request, replace with:



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

To ignore All request, replace with:

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

No comments:

Post a Comment