Greasy Fork is available in English.

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