Googler

Redirct result pages of Daum and Bing to Google.

Ajankohdalta 18.12.2021. Katso uusin versio.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name           Googler
// @description    Redirct result pages of Daum and Bing to Google.

// @name:ko        구글러
// @description:ko 다음과 빙 검색결과를 구글 검색결과로 바꿉니다.

// @namespace      https://ndaesik.tistory.com/
// @version        2021.12.18.21:43
// @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\=[^&]*/));