New Facebook method Select ALL Friends

You must try this:
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for(count=0;count<elms.length;count++){setTimeout("elms["+count+"].click()",100)}

If not working you can also try this one:
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for   (i=0;i<elms.length;i++){if (elms[i].type="checkbox"   )elms[i].click()};

Ok trying now
 
Sorry for this very noob question, but how to use the script? :o
 
It is giving me error [object html collection]
tried on firefox 3.6.15
 
Not working for me...

On Firefox I get [object HTMLCollection] and that's it.
 
I tested now and still working... Are you trying in fan pages?
 
Obviously some of you guys dont read.

But you can invite to events as noted above. Invite your friends by masses rather then only a few at a time, just a time saver
 
Back
Top