Force going to old Reddit theme.

This commit is contained in:
Wadie 2019-05-27 14:51:31 +02:00 committed by GitHub
parent f1844f6554
commit 1d408e50c3

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';
}
}
}