Daum and Bing to Google

Redirct result pages of Daum and Bing to Google.

当前为 2021-12-18 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Daum and Bing to Google
  3. // @description Redirct result pages of Daum and Bing to Google.
  4.  
  5. // @name:kr 다빙구
  6. // @description:kr 다음과 빙 검색결과를 구글 검색결과로 바꿉니다.
  7.  
  8. // @namespace https://ndaesik.tistory.com/
  9. // @version 2021.12.18.21:39
  10. // @author ndaesik
  11. // @icon https://www.google.com/s2/favicons?domain=google.com
  12. // @include *.bing.com/search?*
  13. // @include *search.daum.net/search?*
  14. // @run-at document-start
  15. // ==/UserScript==
  16.  
  17. location.replace("https://www.google.com/search?"+document.URL.match(/q\=[^&]*/));

QingJ © 2025

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