Reddit NSFW Unblur

Unblur nsfw in Shreddit

当前为 2025-11-02 提交的版本,查看 最新版本

作者
hdyzen
评分
0 0 0
版本
3.0.2a
创建于
2024-01-24
更新于
2025-11-02
大小
12.3 KB
许可证
MIT
适用于

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(4px)"]
! 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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址