Accept All Friend Request In One Click With Paste JavaScript

All Friend Request In One ClickToday In this Article I am showing How To Accept All Friend Request On FACEBOOK at once, with adding  a simple javascript for public demand. Yup !! you can do that without manually accepting all friends for just a simple step.

All Friend Request In One ClickFollow The step:-

This script worked perfectly in Chrome or firefox and 95% user are yous chrome and firefox maybe
So Lets Start

  1. Open the following link to your friends request page

All Friend Request In One Click

  1. Go to the end of a list and click see more, repeat till the list is quite big or you reach the end of it.
  2. For Chrome press Ctrl+Shift+J
    For Firefox Press Ctrl+Shift+K
  3. Copy the below code
    javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);All Friend Request In One Click
  4. Paste in console
  5. Press enter and hold on for few minutes to see changes take effect

Leave a Reply

Your email address will not be published. Required fields are marked *