Greasy Fork is available in English.
Unblur nsfw in Shreddit
See NSFW content without having to be logged in to Reddit ( Shreddit | sh.reddit.com )
Only for Firefox
First install a userscript manager:
Then install userscript:
Add to My Filters:
! Reddit - Set revealedwww.reddit.com##+js(trusted-set, HTMLElement.prototype.__blurred, { value: "false" })! Reddit - Prevent remove revealedwww.reddit.com##+js(trusted-suppress-native-method, Element.prototype.querySelector, '"div[slot="revealed"]"', prevent)! Reddit - Hide prompt in single post, backdrop overlay, etc...www.reddit.com##.prompt, .bg-scrim, .overlay, .viewInApp, #blocking-modal, #nsfw-qr-dialog, body > [style*="blur(4px)"]! Reddit - Remove scroll/click blockwww.reddit.com##body:style(pointer-events: auto !important; overflow: auto !important;)