Created
December 31, 2014 20:38
-
-
Save nightbook/bb930b569e6dbfeefdfd to your computer and use it in GitHub Desktop.
Twitter Follow All - jQuery Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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