// ==UserScript== // @name 谷歌链跳转谷歌日本可防右键搜图404 // @namespace ggcom2ggcojp // @description 谷歌com链跳转谷歌日本cojp // @include http://www.google.com/* // @include https://www.google.com/* // @exclude https://www.google.com/calendar/* // @exclude https://www.google.com/settings/* // @version 14.08.28.1 // @author 17yard // @grant none // @icon http://ww3.sinaimg.cn/large/5cf8ff8dgw1ehu56yclmpj20280283yb.jpg // @namespace https://greasyfork.org/scripts/2871 // @downloadURL https://update.greasyfork.icu/scripts/2871/%E8%B0%B7%E6%AD%8C%E9%93%BE%E8%B7%B3%E8%BD%AC%E8%B0%B7%E6%AD%8C%E6%97%A5%E6%9C%AC%E5%8F%AF%E9%98%B2%E5%8F%B3%E9%94%AE%E6%90%9C%E5%9B%BE404.user.js // @updateURL https://update.greasyfork.icu/scripts/2871/%E8%B0%B7%E6%AD%8C%E9%93%BE%E8%B7%B3%E8%BD%AC%E8%B0%B7%E6%AD%8C%E6%97%A5%E6%9C%AC%E5%8F%AF%E9%98%B2%E5%8F%B3%E9%94%AE%E6%90%9C%E5%9B%BE404.meta.js // ==/UserScript== //此脚本只为防止.com在个人电脑出现的404情况(好吧我承认可能真的只是我个人网络情况的问题),co.jp的访问可能需要科学上网 location.replace( location.href.replace('://www.google.com', '://www.google.co.jp') )