Comment on Um... I'm not even using a VPN... Fuck you reddit.

<- View Parent
AmbitiousProcess@piefed.social ⁨2⁩ ⁨days⁩ ago

I do the same thing here. I even use a bookmarklet that converts a current tab in reddit.com to an old.reddit.com link.

(code if anyone's interested) javascript:(function() { var currentUrl = window.location.href; var newUrl = currentUrl.replace(/^https:\/\/www\.reddit\.com/, 'https://old.reddit.com'); window.location.href = newUrl; })();

source
Sort:hotnewtop