New Facebook method Select ALL Friends

Hey thanks this is working, but i dont think the suggestions are going, waste of time :(
 
It's working great ;)

To execute this code in recent browser, you have to use the Javascript console, and not paste it in the address bar.

Google Chrome : CTRL + MAJ + J
Mozilla : Use Firebug

IMG :
Code:
http://bayimg.com/dAIOGAadO
 
Still working :)

Tested on Google Chrome and Firefox!
 
The script doesn't work with my Firefox 6 version. But works very fine with Opera...
 
Still working :)
Code:
javascript:elms=document.getElementsByName("checkableitems[]");for  (i=0;i<elms.length;i++){if (elms[i].type="checkbox"  )elms[i].click()};
 
Back
Top