Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Created March 7, 2014 19:37
Show Gist options
  • Save stephenlauck/9418308 to your computer and use it in GitHub Desktop.
Save stephenlauck/9418308 to your computer and use it in GitHub Desktop.
Facebook Event Invite All Friends List
javascript: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