Reddit NSFW Unblur

Unblur nsfw in Shreddit

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

作者
hdyzen
評價
0 0 0
版本
2.3.4
建立日期
2024-01-24
更新日期
2024-02-10
尺寸
7.6 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

If you don't want the redgifs videos to autoplay, you can try this userscript:

Redgifs Embed Tweaks

Alternative Methods

Of the alternative methods, only uBO autounblur, the others just block the nsfw loader popup

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/pt-BR/xpromo-nsfw-blocking-modal*.js$all,domain=reddit.com

If you want autounblur, you need to add this filters and add scriptlets to userResourcesLocation, check here: uBO-Scriptlets

add the filters 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

Request Control

This method does not block the confirm prompt on the post page

Add to extension this rule: request-control-rules.json

Redirector

This method does not block the confirm prompt on the post page

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:

This method also open only images instead reddit image viewer.
Tip: if you don't want show original images in posts, replace image/* with image/webp

Others

Userstyle

Minimal Reddit

Userscript

Reddit Replace Player with VideoJS