Google自动跳转

自动跳转到google.com

// ==UserScript==
// @name         Google自动跳转
// @author       skyrocketing Hong
// @version      1.1
// @include      /^https?\:\/\/[^\/]+\.google\.com\.[^\/]+/
// @description  自动跳转到google.com
// @namespace https://gf.qytechs.cn/users/601237
// ==/UserScript==

location.replace(
	location.href.replace(/\:\/\/[^\/]+\.google\.com\.[^\/]+/, '://google.com')
)

QingJ © 2025

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