Last active
February 12, 2017 12:48
-
-
Save mridulg/6f009f64863305ab9c1611caf78bbb09 to your computer and use it in GitHub Desktop.
Invite to Events
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:var inputs = document.getElementsByClassName('_1pu2'); | |
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