Reddit NSFW Unblur

Unblur nsfw in Shreddit

目前為 2024-03-03 提交的版本,檢視 最新版本

作者
hdyzen
評價
0 0 0
版本
2.3.7a
建立日期
2024-01-24
更新日期
2024-03-03
尺寸
7.3 KB
授權條款
MIT
腳本執行於

Reddit NSFW Unblur

See NSFW content without having to be logged in to Reddit ( Shreddit | sh.reddit.com )

Installation

Browser Extension

Only for Firefox

Firefox Addon

Userscript

First install a userscript manager:

Firefox:

Tampermonkey
Violentmonkey
Firemonkey

Chrome:

Tampermonkey
Violentmonkey

Then install userscript:

Reddit NSFW Unblur

Alternative Methods

Only uBlock Origin removes the overlay prompt to open in the app and removes the blur, but you need to activate I am an advanced user

uBlock Origin

Add to my filters:

! Reddit - Hide prompt to open in app
reddit.com##.prompt 
! Reddit - Block loader of nsfw modal
||www.redditstatic.com/shreddit/*/xpromo-nsfw-blocking-modal*.js$script,domain=reddit.com

To remove blur, need add this filters and add scriptlets to userResourcesLocation, check here: uBO-Scriptlets

Add the one above and these:

! Reddit - Replace revealed with blurred - Need set scriptlets in userResourcesLocation
reddit.com##+js(rpla, [slot="revealed"], slot, slot, blurred)
! Reddit - Unblur
reddit.com##.inner:style(display: unset !important; pointer-events: unset !important; background: unset !important; filter: unset !important;)
! Reddit - Hide original blurred
reddit.com##[slot="blurred"]:not([class])
! Reddit - Hide overlay in nsfw
reddit.com##.overlay
! Reddit - Hide dark overlay
reddit.com##.bg-scrim


The methods below do not block the prompt that appears on the single post page and do not remove the blur

Request Control

Redirector

Add to you rules:

ModHeader

Add to you rules:

Any other extension that can block the URL:

Match patterns:

https://www.redditstatic.com/xpromo-nsfw-blocking-modal-desktop.js

Regex:

https:\/\/www.redditstatic.com\/.xpromo-nsfw-blocking-modal-desktop..js

Related to Reddit

Show original images on Reddit

Using Request Control, create a rule e use this config:

Using Redirector, create a rule e use this config:

Using ModHeader, create a rule e use this config:

Reditect to new.reddit

Using Request Control

Using Redirector

Using ModHeader

Others

Userstyle

Minimal Reddit

Userscript

Reddit Replace Player with VideoJS