Safari google 重定向

Redirects from *.cn to *.com

目前为 2023-01-07 提交的版本。查看 最新版本

// ==UserScript==
// @name         Safari google 重定向
// @version      2021.03.18.1207
// @description  Redirects from *.cn to *.com
// @namespace    https://gf.qytechs.cn/en/users/30-opsomh
// @include      *google.cn/*
// @grant        none
// @inject-into  auto
// @run-at       document-start
// @license MIT
// ==/UserScript==
var re = /google\.cn\/*/;
window.location.href = window.location.href.replace(re, 'google.com/')

QingJ © 2025

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