Comment by 1718627440
5 days ago
> Reddit locking subreddits behind login wall - well there's always old.reddit
old.reddit is now locked behind login as well.
5 days ago
> Reddit locking subreddits behind login wall - well there's always old.reddit
old.reddit is now locked behind login as well.
There's a workaround if you want it enough.
I noticed that reddit was setting a use_redesign (I might have the name slightly wrong) cookie when I explicitly visited the old.reddit domain, and this caused old reddit to persist. Since I do occasionally want to use the new site for image posts and the like, I set up a bookmarklet to set/unset that cookie on command.
I've since found that setting this cookie bypasses the old.reddit login page, allowing me to view the old site while not logged in. No idea how long that will last though.
There is a workaround for now. Boil little froggy, boil.
To what value do I need to set the cookie?
I just checked and the cookie is actually redesign_optout. The value doesn't seem to matter - I just checked with value xyz and it worked.
Here's the bookmarklet I use:
javascript:(function(){const old_or_new = prompt("[O]ld or [N]ew?", "New");if (old_or_new.charAt(0).toUpperCase() == 'N') {document.cookie = 'redesign_optout=; Path=/; Domain=.reddit.com; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';} else {document.cookie = 'redesign_optout=true; Path=/; Domain=.reddit.com';}window.location.reload()})();
1 reply →
The simple workaround to most of these walls is to create an account with your email address and phone number.
Which is not a workaround, but giving in. And it gets increasingly difficult to create an account without giving them personal data.
The simple workaround is to not use services that engage in such tactics.
When did this start? I didn't even realize at first because I use Redlib.
few weeks ago
It was a staged rollout so there was no one start date for everyone.
https://old.lemmy.world has no login wall!