this post was submitted on 11 Mar 2025
1668 points (99.6% liked)

Fediverse

31443 readers
3481 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 75 points 22 hours ago (3 children)

They've basically banned anonymous accounts. Their whole thing was anonymity.

[–] jaybone 25 points 19 hours ago (2 children)

They seem to be blocking access from certain IPs and VPNs (if not logged in?) Which is funny because some of these VPNs are not really hiding anything. Like my work VPN which I would think makes it pretty obvious which company I work for. Annoying when search results link to reddit content.

[–] [email protected] 15 points 17 hours ago

You can use this script with a browser addon like Tampermonkey to get around the sign-in requirement:

// ==UserScript==
// @name         reddit - unblock (create cookie and reload)
// @namespace    Violentmonkey Scripts
// @match        *://*.reddit.com/*
// @grant        none
// @version      2024-01-08
// @noframes
// @license      MIT License
// @description  for "Blocked" "whoa there, pardner!" cowboy bs
// ==/UserScript==
/* thanks: https://www.reddit.com/r/mullvadvpn/comments/18jbxb2 */
if (document.title === "Blocked") {
  document.cookie="reddit_session=;Domain=.reddit.com;Path=/;Expires=;Secure=true;SameSite=None";
  window.location.reload();
}
[–] [email protected] 7 points 16 hours ago

This what infuriates me the most.

I use a VPN (because my government is insane) and i get a “security warning” if I visit any Reddit post (even old Reddit).

All they’re doing is building a moat around OUR content we created.

[–] [email protected] 2 points 11 hours ago

Without anonymity it is in fact pointless. Pseudo anonymity is extremely useful I basically won't go anywhere without it. That's definitely a feature we should advertise to people, you can actually be anonymous

[–] [email protected] 7 points 19 hours ago (1 children)

Wait first I'm hearing of this one. What happened now?

[–] [email protected] 9 points 17 hours ago

I think they're referring to the fact that you no longer can create accounts without using an email address. You were able to use a UI loophole to do it before via Old Reddit, but no more.