Thursday, August 4, 2011

Facebook - Select All Friends when invite - Chrome, FireFox

Hi,

I've found this from several information, so I think the codes work fine for me, try it:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}


or


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


1) Open the invite page on your browser and let it load fully
2) paste the javascript under these steps into your address bar on the browser (make sure you delete URL in the address bar at the time)
3) Press enter once the javascript link is in the address bar
4) HEY YOUR DONE! ALL of your friends list is now selected



http://tinyurl.com/3ojgodz

No comments:

Post a Comment