Skip to content

Instantly share code, notes, and snippets.

@emichael
Last active August 29, 2015 14:03
Show Gist options
  • Save emichael/912ead754c8188537b3b to your computer and use it in GitHub Desktop.
Save emichael/912ead754c8188537b3b to your computer and use it in GitHub Desktop.
Invite all friends to Facebook event
nodes = document.getElementsByClassName('checkableListItem'); for (var i = 0; i < nodes.length; i++) { nodes[i].getElementsByTagName('input')[0].click(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment