Skip to content

Instantly share code, notes, and snippets.

@spacemunkay
Created July 8, 2014 22:31
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 spacemunkay/26ce8e96ed92b504ed20 to your computer and use it in GitHub Desktop.
Save spacemunkay/26ce8e96ed92b504ed20 to your computer and use it in GitHub Desktop.
Invite all to Facebook events
// https://www.facebook.com/pages/Code-to-invite-all-friends-to-a-eventpage/169258573166847
elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment