Unblur nsfw in Shreddit
当前为
View NSFW content on Reddit without being logged in (Shreddit | sh.reddit.com)

| Browser | Link |
|---|---|
| Firefox | Addon |
Extension available for Firefox only.
[1] Install a userscript manager:
[2] Install the userscript:
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(4px)"]
! Reddit - Remove scroll/click block
www.reddit.com##body:style(pointer-events: auto !important; overflow: auto !important;)
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
| Browser | Userscript | Extension |
|---|---|---|
| Firefox | ✅ | ✅ |
| Chrome | ✅ | ❌ |
| Edge | ✅ | ❌ |
| Brave | ✅ | ❌ |
MIT © hdyzen
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址