My Friends and Our followers Have said that many times we got friend requests too much that we feel annoying to accept or reject anyone request. So I have Coded something special For You Guys ... here is a java script to Accept and another Script To Reject all the friend request at the same time...
NOTE: this method is very helpful when you joined facebook after many time... and you got 1500 friend requests :D w0w ignore them all stupids by this method :p.
*Method:
For Accepting:
For Rejecting:
3) Paste This Code In The Address Bar Of The Page You Opened In The First Step..
4) Now Just Wait And Let The Script Work!!
Note For Chrome Users: When You Paste The Code In The Address Bar, You Will Manually Need To Reinsert "javascript:" in Front Of It..
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);
3) Paste This Code In The Address Bar Of The Page You Opened In The First Step..
4) Now Just Wait And Let The Script Work!!
Note For Chrome Users: When You Paste The Code In The Address Bar, You Will Manually Need To Reinsert "javascript:" in Front Of It..
not working in chrome
ReplyDeletein google chrome rewrite javascript: infront of the code , because it was erased automatically. then press enter to let it work :)
ReplyDelete