// ==UserScript== // @name Redirect Google // @namespace http://domain.com/directory // @description Redirect Google to Yahoo! // @include http://*.google.*/* // @version 0.0.1.20160328023701 // @downloadURL https://update.greasyfork.icu/scripts/18327/Redirect%20Google.user.js // @updateURL https://update.greasyfork.icu/scripts/18327/Redirect%20Google.meta.js // ==/UserScript== window.location.replace("http://yahoo.com");