Skip to content

zenstorage/Reddit-NSFW-Unblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit NSFW Unblur

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

uBlock Origin

Add to tab My Filters:

! Reddit - Block loader of nsfw modal
||www.redditstatic.com/shreddit/*/xpromo-nsfw-blocking-modal*.js$script,domain=reddit.com
! Reddit - Hide prompt in single post, backdrop overlay
reddit.com##.prompt, .bg-scrim, .overlay
! Reddit - Set revealed removing mode
reddit.com##shreddit-blurred-container[mode]:has([slot="revealed"]):remove-attr(mode)
! Reddit - Remove blur, backdrop...
reddit.com##.blurred:style(filter: unset !important; background: unset !important;pointer-events: unset !important;display: unset !important;)

If you want to use the methods below with the prompt and blur disabled on reddit see:AA

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

Use ModHeader to disable prompt and blur uses the modified original script, use at your own risk

In Response headers, add key:
Access-Control-Allow-Origin
Paste in value:
*

Redirect: https://www.redditstatic.com/./xpromo-nsfw-blocking..js To: https://example.com

Redirect: https://www.redditstatic.com/./deprecated-content-client-js..js To: https://strong-seaanemone.static.domains/script.js

Userstyle

Minimal Reddit

Userscript

Reddit Replace Player with VideoJS

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published