Skip to content

Instantly share code, notes, and snippets.

View EddieCarrillo's full-sized avatar

Eduardo Carrillo EddieCarrillo

View GitHub Profile
@ErykDarnowski
ErykDarnowski / script.js
Created September 30, 2023 17:35
Automatically download reddit post and all it's comments
/* Instructions
1. Click on a reddit post you're interested in.
2. Open the dev tools ('F12') go to the `Console` tab.
3. Copy & paste in the code bellow and press 'Enter'.
- Wait for the page to fully load
- Make sure any comments aren't folded (they shouldn't be if the page just loaded)
- Scroll to the bottom of the page to make sure all comments are loaded.
- If you've run this script once, you'll need to reload the page.
4. Enjoy!