Greasy Fork is available in English.
谷歌com链跳转谷歌日本cojp
当前为
// ==UserScript==
// @name 谷歌链跳转谷歌日本可防右键搜图404
// @namespace ggcom2ggcojp
// @description 谷歌com链跳转谷歌日本cojp
// @include http://www.google.com/*
// @include https://www.google.com/*
// @version 0.20
// @author 17yard
// @grant none
// @namespace http://greasyfork.icu/scripts/2871
// ==/UserScript==
//此脚本只为防止.com在个人电脑出现的404情况
location.replace(
location.href.replace('://www.google.com', '://www.google.co.jp')
)