tom-james-watson / old-reddit-redirect

Ensure Reddit always loads the old design
413 stars 73 forks source link

There's an annoying popup on old.reddit.com for non-subscribers #4

Closed fat-tire closed 6 years ago

fat-tire commented 6 years ago

If you're not a Reddit subscriber and are redirected to the old reddit, you get an annoying splash/popup. There is a "skip for now" link, but when you hit reload, the splash comes right back.

I dunno if this is info is within the scope of what this extension is trying to do, but for informative purposes, in the console you can do something like this to make the splash go away:

document.getElementById("onboarding-splash").style.display = "none";
$("body").css("overflow", "visible");
tom-james-watson commented 6 years ago

I actually haven't seen this popup myself. I'd rather not expland the scope of the extension (for now, at least). You can use uBlock to block elements like that.