Inception_AC
Elite Member
- Feb 16, 2011
- 2,100
- 1,652
Alot of people have been asking for this, so here it is
Dont forget you may have to type the javascript:
part out as alot of browsers now do not allow javascript to be posted in the address bar.
Enjoy!
Code:
javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
Dont forget you may have to type the javascript:
part out as alot of browsers now do not allow javascript to be posted in the address bar.
Enjoy!