A modern Blog!

How to accept all friend requests on Facebook at once

How to accept all friend requests on Facebook at once

Accept all friend requests

This article is for the ones who is receiving tons of Facebook friend requests and who loves to have unknown friends. If you are the one getting a lot of, say over 500 requests at a time, how will you accept them all(if you prefer)?? By clicking each of their accept button? lol. Here's a javascript snippet to do that job for you! It (for me) works perfectly and did accepted all (over 600) requests on a fb account.

So here's the trick. You need  Google Chrome for this! I advise you to carry on with Chrome (still you can do it with it others too).

How to Accept all Friend Requests at Once?

  1. Firstly, login to your Facebook account.
  2. Now get to your friend requests page. Kindly go there via this link as others won't work.
  3. Get the end of that page and click "Show More" button. Do this till that button disappears (which means you've opened all persons' requests).
  4. Now, I assume that you are using Chrome browser. Click 'Ctrl+Shift+J' button. This opens a console window below the page.
  5. On that, paste the code below and hit enter.
javascript:for( i = 1;i < document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
After this your browser will automatically accept all the friend requests that you have now on that page. You may have to wait for few seconds for the completion.

Labels:

Post a Comment

[blogger]

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget