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(); } |
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('uiButtonText'); | |
for(var i=0;i<inputs.length;i++) | |
{ inputs[i].click(); } |
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
// This is not my code. I don't remember the reference. | |
/* Paste the code below in your browser's (preferably Chrome) address bar, after you have clicked the `Invite Friends` | |
option and your friend list shows up. This will try to select all whose names are displayed. | |
*/ | |
// Invite limit is 500 per person per event. | |
// It may happen that you can select only 50 at a time. No problem, do it 10 times to select 500. | |
// Known bugs/features : once you paste the below code, Chrome tends to remove the `javascript:` part. You'll have to type that before you run the code | |
javascript:var inputs = document.getElementsByClassName('_1pu2'); | |
for(var i=0;i<inputs.length;i++) | |
{ inputs[i].click(); } |