Chrome – How to set different search engine in incognito mode

google-chrome

In incognito mode, I would like Chrome to use DuckDuckGo as the search engine (searches from the address bar / omnibox).

In normal mode, I would like to keep Google as the default search engine.

How can I do this?

Best Answer

I have solved this problem by writing a small tampermonkey script, which will redirect your search request from google to duckduckgo, if it detects that you are using incognito mode. (I tested it with Chrome 75.0.3770.142 on Linux)

Script: https://greasyfork.org/en/scripts/388055-redirect-google-search-requests-to-duckduckgo-incognito-only

However, it is more of a workaround than a solution.

Related Question