Skip to content

Instantly share code, notes, and snippets.

@eliezerfot123
Forked from nachoal/twitterFollow
Created August 18, 2016 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliezerfot123/67d7f7f388c1bcb8e2b1a10cbe1e262d to your computer and use it in GitHub Desktop.
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
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