Skip to content

Instantly share code, notes, and snippets.

@spig
Created March 9, 2013 04:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spig/5122558 to your computer and use it in GitHub Desktop.
Save spig/5122558 to your computer and use it in GitHub Desktop.
Turn off all retweets on twitter. Run this in javascript console.
$(".retweet-off-text").each(function() { $(this).click(); });
@spig
Copy link
Author

spig commented Mar 9, 2013

Of course, all the followers needs to be visible on the page at the same time for this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment