Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ReedJessen/6a32cadf5db5f1fec3423d5e5de510ad to your computer and use it in GitHub Desktop.
Save ReedJessen/6a32cadf5db5f1fec3423d5e5de510ad to your computer and use it in GitHub Desktop.
Unsubscribe from all subreddits
// Visit https://www.reddit.com/subreddits/ and run the following in console (browser dev tools)
// Wait until all the buttons have visibly toggled, refresh page to confirm.
$('.fancy-toggle-button .remove').each(function(i, elem) { setTimeout(function(){ $(elem).trigger('click'); }, i*500) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment