Thursday, 7 July 2016

[2016] Accept All Facebook Friend Requests At Once


Accepting friend requests of Facebook is a very time consuming job if you get a lot of friend requests everyday. Facebook don't provide any method for accepting friend requests in bulk. So we are here with an awesome trick to accept all pending friend request at once. You don't need any browser plugin to do that. Just some copy and paste will do the magic. So follow the steps mentioned below.

How To Accept All Friend Requests At Once


STEP 1: First open this link in Firefox or Chrome  

STEP 2: Now open console tab in your browser  
 Firefox - Press Ctrl+Shift+K 
Chrome - Press F12 and move right. 

 STEP 3: Now Copy the below code and paste it in the console tab. and press enter.

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

STEP 4: Now wait for the all friend requests to be accepted. This usually takes a minute or more.  

STEP 5: Now all the requests on that page will be accepted. If you have more than one pages then follow the same procedure again and again until all the friend requests are accepted.

No comments so far

Post a Comment