Redirect G-Mail Logout

By Dink Last update May 16, 2007 — Installed 135 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Redirect G-Mail Logout
// @description    Stops G-Mail directing you to sign-in page when you sign out
// @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&ltmpl=ca_googlemail_tlsosm_t&ltmplcache=2
// @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&ltmpl=default&ltmplcache=2&hl=en
// ==/UserScript==


window.location = 'http://www.google.com/firefox?client=firefox-a&rls=org.mozilla:en-US:official';