Skip to content

Instantly share code, notes, and snippets.

@nachoal
Created March 21, 2015 14:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nachoal/dd4dfdd31b3ba84d7ece to your computer and use it in GitHub Desktop.
Save nachoal/dd4dfdd31b3ba84d7ece to your computer and use it in GitHub Desktop.
Script para seguir automáticamente a todas las cuentas de twitter en una pantalla
javascript:
var inputs = document.getElementsByClassName('button-text follow-text');
for(var i=0; i<inputs.length;i++) {
inputs[i].click(); }
@nachoal
Copy link
Author

nachoal commented Mar 21, 2015

Puedes usarlo para seguir a más gente automáticamente, siempre y cuando uses el script una vez al día y sólo hasta 1000 followers, después de esto twitter impedirá que sigas a más personas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment