Skip to content

Instantly share code, notes, and snippets.

@rabidaudio
Created February 22, 2015 00:09
Show Gist options
  • Save rabidaudio/fa8efc798b3564fd5a75 to your computer and use it in GitHub Desktop.
Save rabidaudio/fa8efc798b3564fd5a75 to your computer and use it in GitHub Desktop.
Follow a page of people on twitter
$(".user-actions-follow-button").each(function(){ if($(this).css("background-color")==="rgb(245, 248, 250)") $(this).click() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment