Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Created February 24, 2016 19:13
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 mugukamil/5f8508b52d9ff97d9c8a to your computer and use it in GitHub Desktop.
Save mugukamil/5f8508b52d9ff97d9c8a to your computer and use it in GitHub Desktop.
twitter-follower
javascript:var inputs = document.getElementsByClassName('user-actions-follow-button js-follow-btn follow-button btn');
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