Greasy Fork is available in English.

Redirect Google

Redirect Google to Yahoo!

Mint 2016.03.28.. Lásd a legutóbbi verzió

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