Skip to content

Instantly share code, notes, and snippets.

@eliezerfot123
Forked from nachoal/twitterFollow
Created August 18, 2016 22:27
Show Gist options
  • Save eliezerfot123/67d7f7f388c1bcb8e2b1a10cbe1e262d to your computer and use it in GitHub Desktop.
Save eliezerfot123/67d7f7f388c1bcb8e2b1a10cbe1e262d to your computer and use it in GitHub Desktop.

Revisions

  1. @nachoal nachoal created this gist Mar 21, 2015.
    4 changes: 4 additions & 0 deletions twitterFollow
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    javascript:
    var inputs = document.getElementsByClassName('button-text follow-text');
    for(var i=0; i<inputs.length;i++) {
    inputs[i].click(); }