Skip to content

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

License

Notifications You must be signed in to change notification settings

zenstorage/Reddit-NSFW-Unblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 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

Adblock filters (ABP syntax does not have a snippet to autoblur)

uBlock Origin syntax (for Brave)
Adguard syntax
Adblock Plus(ABP) syntax (Adblock Plus, Vivaldi, etc...)

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
reddit.com##.bg-scrim
reddit.com##.overlay
! Reddit - Set revealed removing mode attr
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;)

Request Control

Redirector

ModHeader

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

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