Skip to content

Instantly share code, notes, and snippets.

@amarilindra
Created July 30, 2022 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amarilindra/2e6ee1e6ea9590b9302c0b2ec0caf6ce to your computer and use it in GitHub Desktop.
Save amarilindra/2e6ee1e6ea9590b9302c0b2ec0caf6ce to your computer and use it in GitHub Desktop.
Invite All Facebook Friends to Event
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