Reddit NSFW Unblur

Unblur nsfw in Shreddit

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
hdyzen
Daily installs
3
Total installs
6,772
Ratings
5 0 0
Version
3.0.3
Created
2024-01-24
Updated
2025-11-24
Size
12.3 KB
License
MIT
Applies to

Reddit NSFW Unblur

View NSFW content on Reddit without being logged in (Shreddit | sh.reddit.com)

Preview 1 Preview 2


Installation

Browser Extension

Browser Link
Firefox Addon

Extension available for Firefox only.

Userscript

[1] Install a userscript manager:

[2] Install the userscript:


Alternative Methods

Adblock / uBlock Filters

uBO

Add to My Filters:

! Reddit - Set revealed
www.reddit.com##+js(trusted-set, HTMLElement.prototype.__blurred, { value: "false" })
! Reddit - Prevent remove revealed
www.reddit.com##+js(trusted-suppress-native-method, Element.prototype.querySelector, '"div[slot="revealed"]"', prevent)
! Reddit - Hide prompt in single post, backdrop overlay, etc...
www.reddit.com##.prompt, .bg-scrim, .overlay, .viewInApp, #blocking-modal, #nsfw-qr-dialog, body > [style*="blur"]
! Reddit - Remove scroll/click block
www.reddit.com##body:style(pointer-events: auto !important; overflow: auto !important;)

Scriptlet

For uBlock Origin, you also can use the scriptlet to unblur NSFW content.

Add to My Filters:

// Unblur NSFW and spoiler
reddit.com##+js(rub, nsfw, spoiler)

// Unblur only NSFW
reddit.com##+js(rub, nsfw)

// Unblur only spoiler
reddit.com##+js(rub, spoiler)

// Only remove block
reddit.com##+js(rub)

And add the scriptlet to the User Resources section in uBlock Origin's advanced settings: https://cdn.jsdelivr.net/gh/zenstorage/Reddit-NSFW-Unblur/scriptlet/redditUnblock.js

Compatibility

Browser Userscript Extension
Firefox
Chrome
Edge
Brave

License

MIT © hdyzen