Skip to content

Instantly share code, notes, and snippets.

@bkvirendra
Created May 29, 2012 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkvirendra/2823301 to your computer and use it in GitHub Desktop.
Save bkvirendra/2823301 to your computer and use it in GitHub Desktop.
Code for Invite friends
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');
@Pavan076
Copy link

pavan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment