Redirect to old reddit

Force going to old Reddit theme.
This commit is contained in:
Ronald Troyer 2019-11-26 10:34:34 -05:00 committed by GitHub
commit 95a98229ed

View file

@ -11,7 +11,7 @@ var pd = {
pd.setup.applyDom();
} else {
if (confirm('This script is designed to be run from your own user profile. Would you like to navigate there?')) {
document.location = 'http://reddit.com/u/me/overview';
document.location = 'http://old.reddit.com/u/me/overview';
}
}
}