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")