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);


            Hide All Friend Requests At Once

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



              Delete All Friend Requests At Once

javascript:var inputs=document.getElementsByTagName('input');for(i in inputs){if(inputs[i].value == 'Delete Request' || inputs[i].value == 'Delete Request')inputs[i].click();}

Comments

Post a Comment

Popular posts from this blog

1st Way- Use Android Mobiles to extract WhatsApp database

BlueStacks - Change IMEI Number And Device ID In 2 Minute

Easy Methods To Remove Shortcut Virus From Pendrive Quickly