Auto Acept Friend requests in Facebook ( Javascript code here )

csebastian

Regular Member
Joined
Oct 9, 2008
Messages
348
Reaction score
377
Hello everyone,

I don`t know if this is posted here allready but i saw a lot of people asking for this and i think is time to give something back to the community so here it is
Code:
   1.
      //for mass accept friends
   2.
      javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
   3.
       
   4.
      //for mass ignore friend requests
   5.
       
   6.
               javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);
   7.
       
   8.
      open http://www.facebook.com/friends/edit/?sk=requests
   9.
      and run the script
  10.
       
  11.
      :)

Don`t forget to say thanks and rep if you find this usefull

Best regards to all :chicken_w
 
informative..
Do post script find people with similar interests ....
Do PM me if you find some..
 
Dude thank you ,man i just accepted 200 requests in 3 seconds.your the man.lol
 
Something to post an automessage like a comment in people post on Fanpages?
 
doesnt work by me ???

Ive kopied the first link in the webbrowser then press enter then put the second link in it.
Ive tryd to kopy both in the browser
 
Great JOB !
Thanks :)

BTW - is there an option to attend/ignore all events ?
 
Its really good. its working very good. so i think every one can use this code for himself.
 
thanks given same as the

do you also have "select all friends" via suggest friends???

TIA
 
this code works BUT when i try to accept all friend requests a friend request is automatically send to all friend suggestions i got in dat page..Thus fb blocks me....
any solution for it???>>>>>>>>
 
Back
Top