Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
the configurable one from first of may dont redirect me to inbox if i set the value to 1 :( |
|
|
thank you for this script :-) |
|
|
I made an update too! ;)
====================================================
/* ********** Configuration *********************
/* ********** Script Init ***********************
/* ********** skip no logout page ***************
if(url.indexOf('nologout') > -1 && skipNoLogoutPage == 1)
/* ********** inbox redirect ********************
if(document.referrer.indexOf('frame.htm')>-1 && inboxRedirect == 1)
|
|
|
I made an update: This script redirects immediately to the inbox. =============================================
var url = document.location.href;
if(url.indexOf('nologout') > -1) {
else {
|
|
|
yeah, great! This is exactly for what i installed greasemonkey! Can't believe i have so much luck - i thought i had to write this on myself. Thank you my friend for doing this for me ;) cu
|