12/05/2011

How To Accept Or Reject All Friend Requests At Once On Facebook


If You Get A Lot Of Friend Requests Daily Or You Opened You Facebook Account After A Long Time, You Could End Up Having To Manually Accept Or Reject All Of These, Which Can Be A Tedious Task..

This Little Method Will Save You From All That Hassle By Manually Accepting Or Rejecting All Of Them At Once...

Method:

For Accepting:

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

For Rejecting:

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

  • Paste This Code In The Address Bar Of The Page You Opened In The First Step..


Now Just Wait And Let The Script Work!!


Note For Chrome Users: When You Pase The Code In The Address Bar, You Will Manually Need To Reinsert "javascript:" in Front Of It..

No comments:

Post a Comment

If you're having issues, Please leave an email address I can contact you on -
I advise you to also "subscribe to the comment feed" and get email updates when I respond to your question.

Hyperlinks are not allowed, Spam/advertising comments will NEVER BE TOLERATED and will be deleted immediately!

Thanks for reading,
Admin