Redirect on g-mail logout
|
|
I personally would like to be able to choose wich webpage my browser goes to when i sign out of g-mail..I've tried editing the "no msn on hotmail signout" script but i guess I'm not smart enough!! |
|
|
Surely there's someone who can tell me how to do this... |
|
|
A script running on
location.replace("http://yahoo.com");
|
|
|
Tried creating new script with your code and had no luck...Thanks for the attempt Nyh |
|
|
I tried logging out of Gmail and saw an URL like that flash by. Do you see that URL as well? If not, just change the |
|
|
still no luck....if anyone ever gets this idea to work plz let me know....thanks for your input Nyh. |
|
|
I had a quick try how Henrik said, and I didn't get that url flash by, so it didn't work. I tried it with the url where I ended up, and that seemed to work fine ...
// ==UserScript==
// @name gmail redirect
// @include https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%3Fui%3Dhtml%26zy%3Dl<mpl=ca_googlemail_tlsosm_t<mplcache=2*
// ==/UserScript==
location.replace("http://yahoo.com");
|
|
|
Znerp, If it's done that way then I can't go to that page to sign into g-mail....I just don't want to be directed there when i sign out. |
|
|
That piece of code worked for me personally. I took the address that I get directed to to login and the address I got sent to on signing out, and compared them. They were slightly different, so I've put that address for the @include. I didn't want to spend ages messing around with this because I never use gmail, just that's what worked for me. |
|
|
Znerp...thanks for your input...works just like you said..i just figured that the two web addresses were the same. |
