/overview

Added "/overview" to the "/u/me" redirect in case the user has opted into the new profiles on reddit.
This commit is contained in:
j0be 2017-07-06 15:09:17 -04:00 committed by GitHub
parent 6b727b6012
commit 9cb6768ad2

View file

@ -1,5 +1,5 @@
var pd = {
version: '1.4.3',
version: '1.4.4',
bookmarkver: '1.1',
init : function() {
pd.checks.versions();
@ -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';
document.location = 'http://reddit.com/u/me/overview';
}
}
}