Redirect Google

Redirect Google to Yahoo!

目前為 2016-03-28 提交的版本,檢視 最新版本

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