-
-
Save eliezerfot123/67d7f7f388c1bcb8e2b1a10cbe1e262d to your computer and use it in GitHub Desktop.
Script para seguir automáticamente a todas las cuentas de twitter en una pantalla
This file contains hidden or 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 inputs = document.getElementsByClassName('button-text follow-text'); | |
for(var i=0; i<inputs.length;i++) { | |
inputs[i].click(); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment