Skip to content

Instantly share code, notes, and snippets.

@smukkejohan
Last active February 25, 2016 12:30
Show Gist options
  • Select an option

  • Save smukkejohan/22e116431707cbfe68bb to your computer and use it in GitHub Desktop.

Select an option

Save smukkejohan/22e116431707cbfe68bb to your computer and use it in GitHub Desktop.
Invite all facebook freidns to an event
// Paste in console after scrolling to bottom of invite selection window
javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment