Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1.15 KB

CustomSearchEngine.md

File metadata and controls

18 lines (11 loc) · 1.15 KB

How to use a custom search engine

Google Chrome, Vivaldi, Opera, etc...

If you plan on using only Google, the flag enable-windows-desktop-search-redirection is your friend.

If not, the Chrometana addon works for you.

Firefox, Waterfox, Palemoon, etc...

Depending on your preferred search engine, you need to use a different addon:

  • Google
  • DuckDuckGo
  • For other engines, you'll need to set a custom redirection rule with the Redirector addon using the following regular expression match pattern: https?:\/\/www.bing.com\/search\?q=([^&]+).*. Your original, URL-encoded, search query is represented as $1 when you set your redirection URL.

Internet Explorer, Edge and other browsers

You can use @FelixSe's fork, available here.