How to Automatically Accept or Reject all Friend Requests on FaceBook in One Click

Facebook is one of the biggest social networks with high population of users, lots of people are much popular on Facebook due to a certain activities that they involve in which makes them have high tendency of having high amount of friend request on a daily basis.


If you are the type that normally have lots friend request or more on Facebook daily. Today’s post is to help you easily accept or reject all friend requests at once. We all know that Facebook does not allow us to accept or reject all friends’ requests at once. So if you are looking for the perfect solution for it, you are on the right post. This is just a simply javascript trick which will let you add all the friends easily at one click. Let gets started.
 

How to automatically accept all friend requests.

• Login to your Facebook account on your Chrome Browser.
 

• Now copy this URL “https://www.facebook.com/reqs.php” (without quotes) into your browser and hit Enter or Click HERE. The page will open all your pending Friend requests.

Note: If you have lots of friend requests, you will need to click on “See More” option below the requests, keep doing this till you see it no more.
Also if you see Hidden Request option, click on it to see hidden friend requests.
 

• After you have complete all above steps. Open the console box.

How to open Console box on Chrome Browser:
On the Friend Requests page, press “CTRL + SHIFT + J” on your keyboard.

How to open Console box on Mozilla FireFox:
On the Friend Requests page, press “CTRL + SHIRT + C" on your keyboard.

•  After you have opened the console box, copy below java script and paste it into console box and press enter.

 
javascript: var field = document.getElementsByName("actions[accept]");for (i = 0; i < field.length; i++)field[i].click() ;
 

•    Wait for view seconds for the script to accept all your friend requests.



How to automatically reject all friend requests.

To automatically ignore the friend requests, copy and paste the below codes into your browser address bar (at the friend requests page) and click Enter.
 

For Mozilla FireFox:
 
JavaScript:for( i = 1;i<document.getElementsByName(“actions[hide]”).length;i++){document.getElementsByName(“actions[hide]”)[i].click();}void(0);< span=””><>
 

For Chrome:
 

Type “JavaScript:” in your browser’s address bar and then paste the below code in your address bar and press Enter.
 
for( i = 1;i<document.getElementsByName(“actions[hide]”).length;i++){document.getElementsByName(“actions[hide]”)[i].click();}void(0);< span=””><>
 

That’s it.
 

This is 100% tested and trusted and also safe to use. If you have any questions or facing any error, use the comment box below to get it solved.
Share on Google Plus

About Unknown

My name is Samuel, also known as Samuel Toby. I am a young blogger in Nigeria with love and passion for writing, I am also a graphic designer. I am a young Nigerian youth with love for browsing and getting latest information around the globe.

1 comments: