Last active
February 25, 2016 12:30
-
-
Save smukkejohan/22e116431707cbfe68bb to your computer and use it in GitHub Desktop.
Invite all facebook freidns to an event
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
| // 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