Check out this facebook page for more hacking techniques http://ow.ly/LnmIw
Accept All Friend Requests by a Single Click 2015
Are you getting a lot of requests daily and you feel lazy to accept each and every request? Well you don't have to worry again, with this small script you can easily accept all the request at once.
First open up your request page and scroll it upto the last request so that all the requests gets loaded.
Now Copy the code given below.
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
Now...