Googler

Redirct result page of Daum, Bing and Yahoo to Google.

当前为 2022-01-19 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Googler
  3. // @name:ko 구글러
  4.  
  5. // @description Redirct result page of Daum, Bing and Yahoo to Google.
  6. // @description:ko 다음, 빙, 야후 검색결과를 구글 검색결과로 바꿉니다.
  7.  
  8. // @namespace https://ndaesik.tistory.com/
  9. // @version 2022.01.19.13:01
  10. // @author ndaesik
  11. // @icon https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://www.google.com
  12. // @include *.bing.com/search?*
  13. // @include *search.daum.net/search?*
  14. // @include *search.yahoo.com/search?*
  15.  
  16. // @run-at document-start
  17. // ==/UserScript==
  18. location.replace("https://www.google.com/search?"+document.URL.match(/q\=[^&]*/));

QingJ © 2025

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