Always google dot com

Find and replace Google DOT Country-TLD to Google DOT com

当前为 2017-09-23 提交的版本,查看 最新版本

// ==UserScript==
// @name        Always google dot com
// @description Find and replace Google DOT Country-TLD to Google DOT com
// @namespace   https://gf.qytechs.cn/en/users/2871-spacedingo
// @version     1.07
// @include     /^https?://\w+\.google\.(?!com/).*/
// @exclude     */_/chrome/newtab*
// @grant       none
// @run-at      document-start
// ==/UserScript==
window.location.replace(window.location.toString().replace(/^(https?:\/\/\w+\.google\.).*?(\/.*)/, "$1com$2"));

QingJ © 2025

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