Created
May 29, 2012 08:27
-
-
Save bkvirendra/2823301 to your computer and use it in GitHub Desktop.
Code for Invite friends
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pavan