Created
July 30, 2022 06:22
-
-
Save amarilindra/2e6ee1e6ea9590b9302c0b2ec0caf6ce to your computer and use it in GitHub Desktop.
Invite All Facebook Friends to Event
This file contains 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 geekdashboard = document.getElementsByClassName('_1pt_ _1pu0'); | |
for(var invite=0; invite<geekdashboard.length;invite++) { | |
geekdashboard[invite].click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment