Created
July 12, 2013 09:22
-
-
Save rgomezcasas/5983081 to your computer and use it in GitHub Desktop.
Twitter: Only follow who is following you
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
// Execute in the javascript console | |
// Ensure that you scroll to the bottom first | |
/** | |
* Execute in https://twitter.com/following to unfollow all users | |
*/ | |
$('.profile-stream .following button').click(); | |
/** | |
* Execute in https://twitter.com/followers to follow all users | |
*/ | |
$('.profile-stream .not-following button').click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment