gyng/save-in

Firefox detected as chrome

Closed this issue · 2 comments

I'm using firefox 123.0.1 on ubuntu (snap). The settings appear like this:
image
options with "firefox" are disabled, options with "Chrome" label are enabled.

I see that the chrome detector script checks for typeof browser

if (typeof browser === "undefined") {
which on the console returns "undefined"
image

gyng commented

Thanks for the report. 3.73 has been submitted to the Firefox AMO which should fix this. The options page was disabling controls before before browser detection was completed.

Thanks! Closing as it seems to be fixed :)
Now my main problem is #212