Reddit Age Bypass

Bypass the "open in app prompt" for nsfw posts

Author
Bababoi
Daily installs
13
Total installs
800
Ratings
0 0 0
Version
1.0
Created
2024-04-01
Updated
2024-04-01
License
MIT
Applies to

Tutorial on how to bypass the restrictions for NSFW posts if you are not logged in.

1. Block requests for the following script

www.redditstatic.com/shreddit/*xpromo-nsfw-blocking-modal-desktop-*.js

A Ublock filter would look like this

www.redditstatic.com/shreddit/*xpromo-nsfw-blocking-modal-desktop-*.js$script,domain=www.reddit.com

Step 1 is for removing this\ image\

2. Now you can either use the script or add another Ublock filter

2.1 Ublock Filter (preferred)

www.reddit.com##div.prompt

The only reason you should not be using the filter is if it has an impact on other areas.

2.2 Script

Use Tampermonkey to load the userscript, it is more precise than the Ublock filter.\

Step 2 is for removing this\ image

Github