Skip to content

Instantly share code, notes, and snippets.

@phillipadsmith
Created July 16, 2012 19:16
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 phillipadsmith/3124464 to your computer and use it in GitHub Desktop.
Save phillipadsmith/3124464 to your computer and use it in GitHub Desktop.
Invite all friends on FB to an event
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