您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Redirct result pages of Daum and Bing to Google.
当前为
// ==UserScript== // @name Daum and Bing to Google // @description Redirct result pages of Daum and Bing to Google. // @name:kr 다빙구 // @description:kr 다음과 빙 검색결과를 구글 검색결과로 바꿉니다. // @namespace https://ndaesik.tistory.com/ // @version 2021.12.18.21:39 // @author ndaesik // @icon https://www.google.com/s2/favicons?domain=google.com // @include *.bing.com/search?* // @include *search.daum.net/search?* // @run-at document-start // ==/UserScript== location.replace("https://www.google.com/search?"+document.URL.match(/q\=[^&]*/));