Created
February 7, 2014 16:45
-
-
Save jimmycerf/8866590 to your computer and use it in GitHub Desktop.
Invite all your Facebook friends to an event, all at once! (Java)
This file contains hidden or 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
javascript:elms=document.g | |
etElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment