Google ncr

自动重定向至google.com

  1. // ==UserScript==
  2. // @name Google ncr
  3. // @namespace http://bbs.kafan.cn/thread-1803567-1-1.html
  4. // @version 0.2
  5. // @description 自动重定向至google.com
  6. // @author adia
  7. // @include http://*.google.co.jp/search?*
  8. // @include https://*.google.co.jp/search?*
  9. // @match http://*.google.co.jp/search?*
  10. // @match https://*.google.co.jp/search?*
  11. // @grant none
  12. // ==/UserScript==
  13. window.location.href = window.location.href.replace(/google\.co\.jp\/search\?/, 'google.com/ncr#newwindow=1&');