Skip to content

Instantly share code, notes, and snippets.

// Reddit Cleaner Script (loaded externally by the bookmarklet)
/*
This script:
1. Extracts all visible text from the Reddit page
2. Reduces extra blank lines
3. Removes repeated blocks using rolling-hash dedupe
4. Downloads a clean .txt file
*/