Redirect Google

Redirect Google to Yahoo!

  1. // ==UserScript==
  2. // @name Redirect Google
  3. // @namespace http://domain.com/directory
  4. // @description Redirect Google to Yahoo!
  5. // @include http://*.google.*/*
  6. // @version 0.0.1.20160328023701
  7. // ==/UserScript==
  8.  
  9. window.location.replace("http://yahoo.com");