Comment by AdriaanvRossum

4 years ago

Too bad they don't show in the User Agent:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)

Would love to show the amount of visitors in Simple Analytics dashboards. [1]

Does anybody know a way to detect the DuckDuckGo browser?

[1] https://www.simpleanalyics.com

Brave does something similar. It just looks like a generic version of chrome

They seem to set something on `window.navigator._duckduckgoloader_`

If you run `JSON.stringify(window.navigator)`, it only shows the _duckduckgoloader_ variable. Anybody knows why JSON.stringify behaves like that?