/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:
parent
6b727b6012
commit
9cb6768ad2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
var pd = {
|
var pd = {
|
||||||
version: '1.4.3',
|
version: '1.4.4',
|
||||||
bookmarkver: '1.1',
|
bookmarkver: '1.1',
|
||||||
init : function() {
|
init : function() {
|
||||||
pd.checks.versions();
|
pd.checks.versions();
|
||||||
|
|
@ -11,7 +11,7 @@ var pd = {
|
||||||
pd.setup.applyDom();
|
pd.setup.applyDom();
|
||||||
} else {
|
} else {
|
||||||
if (confirm('This script is designed to be run from your own user profile. Would you like to navigate there?')) {
|
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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue