Created
March 21, 2015 14:42
-
-
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
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
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.