DeathByBigSad@sh.itjust.works to Mildly Infuriating@lemmy.worldEnglish · 11 days agoUm... I'm not even using a VPN... Fuck you reddit.sh.itjust.worksimagemessage-square56fedilinkarrow-up1153arrow-down18file-text
arrow-up1145arrow-down1imageUm... I'm not even using a VPN... Fuck you reddit.sh.itjust.worksDeathByBigSad@sh.itjust.works to Mildly Infuriating@lemmy.worldEnglish · 11 days agomessage-square56fedilinkfile-text
Its for a guide to a part of a game I’m stuck on and reddit is always the top search result. Fuck this shit.
minus-squareAmbitiousProcess (they/them)@piefed.sociallinkfedilinkEnglisharrow-up5·11 days agoI 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; })();
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; })();