Hacker News new | ask | show | jobs
by dcchambers 1055 days ago
> It only appears on Chromium-based browsers.

Small anecdote: I am not sure how you're detecting the browser, but this note still appears in Orion (webkit-based browser) while it does not in Safari. Persists even when I change user agent explicitly to Firefox or Safari.

1 comments

I check for the existence of `window.chrome`. I've never heard of Orion browser before, but based on a brief glance at their website, my guess is that because they allow running of Chrome extensions, they are also replicating at least some functionality provided by Chromium-based browsers, including `window.chrome`.

Thanks for pointing this out, but I won't fix this.

Why not?