Translate

Friday 7 February 2014

Accept all pending Friend and page requests automatically on Facebook





Facebook pending requests

If you have a blulk of friend requets, page requests on Facebook, one by one you choose your favorite and accept them. Sometime this task makes you tired. There is trick by using which you can automatically accept all facebbok friend requests and page requests also.

All you have to do, is to just add a simple script. Lets see how:

First, Log in to your facebook account. Now paste the following link in your browser URL bar:

https://www.facebook.com/reqs.php

Here you see all your pending friend requests, Page requests. Now press Ctrl+Shift+J, you geta console menu, for Chrome.

Now paste the following Script and press Enter key.

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

You Done. You can check again your pendings for confirmation.

No comments:

Post a Comment