Created
July 8, 2014 22:31
-
-
Save spacemunkay/26ce8e96ed92b504ed20 to your computer and use it in GitHub Desktop.
Invite all to Facebook events
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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