Skip to content

Instantly share code, notes, and snippets.

@nightbook
Created December 31, 2014 20:38
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 nightbook/bb930b569e6dbfeefdfd to your computer and use it in GitHub Desktop.
Save nightbook/bb930b569e6dbfeefdfd to your computer and use it in GitHub Desktop.
Twitter Follow All - jQuery Snippet
// Place into your Inspect Console to Follow All on Page
$('.not-following .follow-button').trigger('click');
// Place into your Inspect Console to UnFollow All on Page
$('.following .follow-button').trigger('click');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment