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