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-squareTootSweet@lemmy.worldlinkfedilinkEnglisharrow-up27arrow-down2·11 days agoI just got this too. Using old Reddit (the realest Reddit (which still isn’t saying much)) got rid of the banner and allowed loading all the content.
minus-squarekalpol@lemmy.calinkfedilinkEnglisharrow-up8·11 days agoJust started getting this too today
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 just got this too. Using old Reddit (the realest Reddit (which still isn’t saying much)) got rid of the banner and allowed loading all the content.
Just started getting this too today
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; })();