safari 默认google搜索重定向

google cn 2 google hk

// ==UserScript==
// @name         safari 默认google搜索重定向
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description google cn 2 google hk
// @author       青青
// @include      http://www.google.com.hk/*
// @include      https://www.google.hk/*
// @include      http://www.google.cn/*
// @include      https://www.google.cn/*
// @run-at       document-start
// ==/UserScript==
document.location.href = document.location.href.replace('www.google.cn','www.google.com.hk/');