Redirect Google

Redirect Google to Yahoo!

As of 2016-03-28. See the latest version.

// ==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");