https://github.com/damoscodehub/reddit-blur-toggle
Tampermonkey userscript that adds a one-click toggle button to the Reddit header to enable or disable NSFW media blur.
https://github.com/damoscodehub/reddit-blur-toggle
Last synced: 10 days ago
JSON representation
Tampermonkey userscript that adds a one-click toggle button to the Reddit header to enable or disable NSFW media blur.
- Host: GitHub
- URL: https://github.com/damoscodehub/reddit-blur-toggle
- Owner: damoscodehub
- License: mit
- Created: 2026-06-20T01:29:06.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-20T01:32:41.000Z (29 days ago)
- Last Synced: 2026-06-20T03:21:52.011Z (29 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Blur Toggle
A Tampermonkey userscript that adds a one-click button to the Reddit header to enable or disable NSFW media blur — without having to dig into settings.
---
## Install
1. Install [Tampermonkey](https://www.tampermonkey.net/) for your browser.
2. Click **[Install script](reddit-blur-toggle.user.js)** — Tampermonkey will open and prompt you to confirm.
---
## How it works
- The button appears in the header on every Reddit page, next to the notifications icon.
- **Eye with slash + gray** = blur is ON (default)
- **Open eye + orange** = blur is OFF (NSFW content visible)
- The preference is saved to your Reddit account, so it persists across devices and sessions.
## Requirements
- Must be logged in to Reddit.
- Works on the current Reddit UI (shreddit).
---
## License
[MIT](LICENSE)