GMail Redirect - for blocked countries

By KayKay Last update Jun 20, 2008 — Installed 559 times. Daily Installs: 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0
// ==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/";