Sunday, June 23, 2013

HOW TO ACCEPT OR DECLINE ALL FRIEND REQUEST AT ONCE


HOW TO ACCEPT OR DECLINE ALL
FRIEND REQUEST AT ONCE


How will you feel when you
login to your Facebook Account
to discover you have received
over 100+ Friend Requests over
the time you were offline?
According to a recent survey,
people are exited when they
recieve new friend requests,
especially from the opposite
sex. So why should someone be
unhappy about recieving friend
requests? – The burden of
clicking "Accept ” and "Decline ”
on each of everyone of such
large number of friend
requests. received is boring and
tiring,
that’s why you will need to get
over it immediately – accept all
or decline all the requests.
There is this piece of code
which can solve all your
problem once, it can accept or
decline all your pending friend
requests with the click of a
button.
Follow these steps carefully to
manage all your pending
Facebook Friend requests at
once.
 
1. Login to your Facebook
account.
2. Go to Friend Request page by
visiting http:// facebook. com /
friends/edit/?sk=requests.
3. Once you get to the Page
showing all the Pending Friends
Request, Clear the URL in your
address bar and Paste any of
the Code below to either Accept
all or Decline all your pending
requests.

* To Accept all, Paste this Code
into your Browser, Then Hit the
Enter button.
javascript:for
(i=1;ilt;document.getElementsB
yNa
("actions[accept]").length;i
)
{document.getElementsByName
("actions[accept]")[i].click()
;}
void(0);
 
* To Decline all, Paste this Code
into your Browser, Then Hit the
Enter button.
javascript:for
(i=1;ilt;document.getElementsB
yNa
("actions[hide]").length;i
)
{document.getElementsByName
("actions[hide]")[i].click();}
void
(0);
 
Thats it, Enjoy!!!
Note:- Whenever you Paste any
of the above Code into your
Browser, The Browser
automatically Stripe out or
Remove the javascript: code
from the Browser, You've to
Type it in front of the Code
before hitting the Enter Button.
Enjoy!!! it!

No comments:

Post a Comment