DeathByBigSad@sh.itjust.works to Mildly Infuriating@lemmy.worldEnglish · 1 day agoUm... I'm not even using a VPN... Fuck you reddit.sh.itjust.worksimagemessage-square72linkfedilinkarrow-up1443arrow-down111file-text
arrow-up1432arrow-down1imageUm... I'm not even using a VPN... Fuck you reddit.sh.itjust.worksDeathByBigSad@sh.itjust.works to Mildly Infuriating@lemmy.worldEnglish · 1 day agomessage-square72linkfedilinkfile-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-up12·1 day 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; })();
minus-squareTollana1234567@lemmy.todaylinkfedilinkEnglisharrow-up3·1 day agotheres a extension that does that.
minus-squareAmbitiousProcess (they/them)@piefed.sociallinkfedilinkEnglisharrow-up3·20 hours agoI know. I also know not everyone likes installing extensions in their browser because they can be a security risk, and they can even change your browser fingerprint (which makes your browser more trackable), compared to bookmarklets, which do not.
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; })();
theres a extension that does that.
I know. I also know not everyone likes installing extensions in their browser because they can be a security risk, and they can even change your browser fingerprint (which makes your browser more trackable), compared to bookmarklets, which do not.