Thursday 23 April 2015

Accept All Friend Requests At Once

Accept All Friend Requests 
At Once
If you have a lot of pending friend requests list, you might find it difficult to accept one by one. So do not worry there is a way to accept all at once using a JavaScript code.
1. At your friend requests page, make sure to have all the requests loaded by scrolling down the page until the end.
2. Next, copy this JavaScript code and paste it in the address bar of your friend requests page.
    javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
3. Make sure to manually add javascript: at the front of the code once you have pasted it in the address bar because some browsers will automatically remove that line.
4. Press Enter and watch the magic happens.
That's it you are done just follow my blogs for more updates

No comments:

Post a Comment