Skip to content

Instantly share code, notes, and snippets.

@alvnfaiz
Last active April 3, 2022 21:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvnfaiz/ee589ad2a0568f40138c88cfa3593732 to your computer and use it in GitHub Desktop.
Save alvnfaiz/ee589ad2a0568f40138c88cfa3593732 to your computer and use it in GitHub Desktop.
Auto Click Follow Instagram Account
//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