Greasy Fork is available in English.

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