// ==UserScript== // @name 谷歌链跳转谷歌日本 // @namespace ggcom2ggcojp // @description 谷歌com链跳转谷歌日本cojp // @include http://www.google.com/* // @include https://www.google.com/* // @version 0.18 // @author 17yard // @grant none // @namespace https://greasyfork.org/scripts/2871 // @downloadURL none // ==/UserScript== //此脚本只为防止.com在个人电脑出现的404情况 location.replace( location.href.replace('://www.google.com', '://www.google.co.jp') )