An open API service indexing awesome lists of open source software.

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.

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)