Gmail Redirect

Redirects to Gmail!

目前為 2020-05-24 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Gmail Redirect
// @namespace   https://xpuls3.github.io/
// @include     /^https?:\/\/(?:www\.)?google\.com\/search\?.*&q=gma?i?l?(?:&.+)?$/
// @grant none
// @run-at      document-start
// @version     1.0
// @author      Puls3
// @description Redirects to Gmail!
// ==/UserScript==

window.location = "https://mail.google.com/mail/u/0/";