Javascript Script to “Select All” friends in your list.

Tired of clicking the 500+ friends on your list? Selecting all your friends can be done securely by using JavaScript on your browser! Makes social games and media sharing so much easier.

Mainly, this works on google Chrom, so if you’re using Mozilla Firefox, it might not work. If you’re using Internet Explorer, then download Google Chrome or Mozilla Firefox. If you’re using IE6 or below, then you don’t need to use this code.

Select invite friends, Then scroll to the bottom of the list, hit   CTRL + Shift + J    Then  past this code:

/*

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

*/

Press ENTER and VIOLA! All your friends are automatically selected!  Now don’t be a spammer, remove the friends you don’t want to select! The net hates spammers.

I am not responsible for misuse of any code or information found in my blog.

4 thoughts on “Javascript Script to “Select All” friends in your list.

    1. Ryan Hamze

      It’s supposedly chrome compatible on all operating systems! Try it on a Mac and tell me of the results, because I haven’t tested it on Mac yet. I’d appreciate some feedback:)

      Reply

Leave a Reply to Ryan HamzeCancel reply