HOW TO ACCEPT/IGNORE ALL YOUR FACEBOOK REQUEST WITH JUST ONE CLICK

you can now accept or ignore all friend request and groups with just
one CLICK using this simply javascript code am about to give you. This
code will ease the stress of clicking CONFIRM REQUEST continuously.
FOLLOW THIS PROCEDURES:
Its very simple:
1) Just Log in to facebook
2)Goto this : http://facebook.com/reqs.php
3) Click see all button(now all friend request and group request will show)
4) Nw goto address bar and put this...
TO ACCEPT ALL REQUEST USE THE BELOW CODE
javascript:for (i=1;i<document.getElementsByName
("actions[accept]").length;i++)
{document.getElementsByName ("actions[accept]")[i]
.click();}void(0);

and hit OK.

TO IGNORE ALL REQUEST USE THE BELOW CODE
javascript:for(i=1;ilt;document.getElementsByName("actions[hide]").length;i
){document.getElementsByName("actions[hide]")[i].click();}void(0);

And hit OK/ENTER

5) Now you will see notifications showing friend request
accepted.[check screenshot]
All request has been accepted immediately.
Note: Its working on mobile[opera,ucweb,etc.] and Pc[firefox,google
chrome,etc.]!

Check it and reply if its worked for you

No comments:

Post a Comment