This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 | |
| */ |