Greasy Fork

来自缓存

Greasy Fork is available in English.

Redirect Google CN

Redirect Google CN to Google Global!

当前为 2020-08-11 提交的版本,查看 最新版本

// ==UserScript==
// @name        Redirect Google CN
// @namespace   https://github.com/darkatse
// @version     0.1
// @description Redirect Google CN to Google Global!
// @author      techstay
// @match       *://*.google.cn/*
// @grant       none
// @run-at      document-start
// ==/UserScript==

window.location.replace("https://www.google.com")