Skip to content

Instantly share code, notes, and snippets.

@cccaldas
Created October 27, 2012 14:36
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 cccaldas/3964897 to your computer and use it in GitHub Desktop.
Save cccaldas/3964897 to your computer and use it in GitHub Desktop.
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