Redirect Google

Redirect Google to Yahoo!

// ==UserScript==
// @name        Redirect Google
// @namespace   http://domain.com/directory
// @description Redirect Google to Yahoo!
// @include     http://*.google.*/*
// @version 0.0.1.20160328023701
// ==/UserScript==

window.location.replace("http://yahoo.com");