Scripts To Accept /Hide /Delete All Friend Requests At Once
Sometimes its hard to accept all friend requests at once or sometimes we want to cancel all requests at once depending on our own decision. But its not an easy task to Accept/ Ignore and Delete all friend request by clicking it manually each time. So we decided to solve this problem. Suppose we have 500 Friend Requests on Facebook where we want to all 500 peoples, its not easy to add each and every person manually, so in this case this post will very helpful for you by these scripts provided below. 1st copy the link. then scroll down to the end of your facebook requests press ctrl +shift +j and when the down tab opens, click console and ctl +v to paste the javascript and press enter Accept All Friend Requests At Once javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0); ...