Greasy Fork is available in English.

谷歌链跳转谷歌日本可防右键搜图404

谷歌com链跳转谷歌日本cojp

Version au 28/06/2014. Voir la dernière version.

// ==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 https://greasyfork.org/scripts/2871

// ==/UserScript==

//此脚本只为防止.com在个人电脑出现的404情况

location.replace(
	location.href.replace('://www.google.com', '://www.google.co.jp')
)