Google to Yahoo

Redirects Google to Yahoo

  1. // ==UserScript==
  2. // @name Google to Yahoo
  3. // @description Redirects Google to Yahoo
  4. // @include http://*.google.*/*
  5. // @version 1
  6. // @namespace lol
  7. // ==/UserScript==
  8. if(content.document.location == "http://google.com"){
  9. window.location.replace("http://yahoo.com")
  10. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址