this post was submitted on 28 Jul 2026
377 points (99.7% liked)
Fediverse
43154 readers
1078 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Fun fact, safereddit.com still works perfectly fine as a frontend in my experience! (not the only one out there, just an instance of redlib If you need to bypass the login requirement just add "safe" before "reddit" in the URL and it should let you in :)
Fun fact, unless you are a social media manager for a company trying to astroturf content, you are under zero obligation to go on Reddit again ever.
Well, there are some subreddits that simply do not have an equivalent community on Lemmy, or any other place on the internet. /r/steroids for example. Eroids.com is fine, but does not have the same quality standards when it comes to moderation
I’ve been wondering about this- how are redlib sites still working if the authwall is being made more restrictive?
As far as I'm aware, Redlib gets around blocks in two ways. The partially implemented client-side blocks I presume are by just stripping the code (e.g. seeing the post but it's greyed out and has a popup saying "sign in" in front of it, or when your whole screen is a login page but all the actual content was already loaded in the background, deleting that code means you can read the post just fine)
And the rest is just tricking Reddit by mimicking the request format & behavior of the Android Reddit app, which tricks Reddit into believing the user is supposed to be allowed access or shouldn't be rate limited, because obviously anybody using the app is a real signed-in user... I guess? (this information is from their GitHub page's README but I'm not sure exactly how all this works under the hood)