Skip to content

Instantly share code, notes, and snippets.

@rgomezcasas
Created July 12, 2013 09:22
Show Gist options
  • Save rgomezcasas/5983081 to your computer and use it in GitHub Desktop.
Save rgomezcasas/5983081 to your computer and use it in GitHub Desktop.
Twitter: Only follow who is following you
// 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