Gmail Redirect

Redirects to Gmail!

// ==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/";

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址