Last active
April 3, 2022 21:18
-
-
Save alvnfaiz/ee589ad2a0568f40138c88cfa3593732 to your computer and use it in GitHub Desktop.
Auto Click Follow Instagram Account
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
//Open https://www.instagram.com/explore/people/ | |
// Open Developer Console | |
buton = document.getElementsByClassName("y3zKF"); | |
for(let i = 0; i <buton.length;i++){ | |
buton[i].click() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment