New Facebook method Select ALL Friends

Sorry for the question. Where should place that code to select all friends and invite?


Code:
javascript:elms=document.getElementsByName("checkableitems[]");for  (i=0;i<elms.length;i++){if (elms[i].type="checkbox"  )elms[i].click()};
 
Thanks.

Just pasted whole code in address bar with latest firefox browser, then I got page with "Ask" search engine:

Did you mean: http://www.ask.com/web?q=javascript%3Aelms%3Ddocument.getelementsbyname%28checkable+items%5B%5D%29&qsrc=19&o=16703&l=dis&gct=serp

LOL did you pasted http:// ?

You only need to put javascript code and press ENTER :)
 
Not working for me......... can anyone please describe it again and clearly. i did all i read form the previous posts.

and i still need help.
 
I am making an event app and this is perfect,thank you so much,Your a legend,works like a beauty.
 
It can be a fan page stealer script. Check your fan pages and check the manage admin tab too.
It was sold on DP.
Stealing fan pages ain't possible now as it needs password, and NO script can get you password of a user unless he enters it manually somewhere.

And you cannot suggest fan page to your friends now unless you are its admin. You can only share its link on your wall.
 
it wont let us invite 3000 friends?

only 100 at a time :(
please someone tell me there has to be a faster way than this, to select all.
 
it wont let us invite 3000 friends?

only 100 at a time :(
please someone tell me there has to be a faster way than this, to select all.

for inviting more then 100 you need to use several accounts. form one account the limit is 100.

hope you got the answer you are looking for.
 
it just works on events

here is the code im using
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for   (i=0;i<elms.length;i++){if (elms[i].type="checkbox"   )elms[i].click()};

and i also wonder why it didn't select all...
 
code tested on firefox 4, for event invitation and worked just perfect.

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};
 
works on events, has no one found one for fan pages yet or has face totally stop people from gaining massive fan pages through spamming friends so we have to buy advertisement? answers on a postcard please :)
 
Back
Top