Created
July 30, 2022 06:17
-
-
Save amarilindra/2686f9627fa4393066944cc8557ab900 to your computer and use it in GitHub Desktop.
Invite All Facebook Friends to Page
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('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