Skip to content

Instantly share code, notes, and snippets.

@borisjoffe
Created October 20, 2014 03:46
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 borisjoffe/3cb56692bcdbf91707fa to your computer and use it in GitHub Desktop.
Save borisjoffe/3cb56692bcdbf91707fa to your computer and use it in GitHub Desktop.
Unfollow All Twitter Pages
// Go to https://twitter.com/YOURUSERNAME/following
// - scroll to load all the pages you're following first
// - paste this into the URL bar or the developer console
javascript:(function () { $("div.stream-container div.following").children("button.follow-button").click(); }())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment