Safari google 重定向

Redirects from *.cn to *.com

当前为 2023-02-28 提交的版本,查看 最新版本

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

QingJ © 2025

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