GMail Redirect - for blocked countries

By KayKay Last update Jun 20, 2008 — Installed 472 times.
// ==UserScript==
// @name GMail Redirect - for blocked countries
// @description Redirects from "http://www.gmail.com/" to Google Mail
// @author KayKay
// @namespace kk.tools
// @version 1cm
// @include        http://mail.google.com/gmail/
// @include        https://mail.google.com/gmail/
// ==/UserScript==

self.location.pathname = "/mail/";