Skip to content

Instantly share code, notes, and snippets.

@andrewhearin
andrewhearin / SUBREDDIT_LIST.md
Created April 20, 2021 13:49 — forked from timvisee/SUBREDDIT_LIST.md
Get a list of subreddits you're subscribed to on reddit. https://timvisee.com/blog/list-export-your-subreddits/

As posted on: https://timvisee.com/blog/list-export-your-subreddits/

Get a list of your subreddits

To obtain a list of your subreddits, do the following:

  • First make sure you're logged in on reddit, on a desktop browser.
  • Then visit reddit.com/subreddits.
  • Then put the following snippet in your browsers address bar, and press Enter.
    Make sure javascript: is included at the beginning, your browser might remove it while copy-pasting for security reasons:
@andrewhearin
andrewhearin / LearnGoIn5mins.md
Created January 8, 2021 04:06 — forked from prologic/LearnGoIn5mins.md
Learn Go in ~5mins