Skip to content

Instantly share code, notes, and snippets.

@amarilindra
Created July 30, 2022 06:17
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/2686f9627fa4393066944cc8557ab900 to your computer and use it in GitHub Desktop.
Save amarilindra/2686f9627fa4393066944cc8557ab900 to your computer and use it in GitHub Desktop.
Invite All Facebook Friends to Page
javascript:var geekdashboard = document.getElementsByClassName('uiButton _1sm');
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