sindresorhus / default-browser

Get the default browser
MIT License
54 stars 9 forks source link

Add support for different Opera browsers #18

Open fabiobarcelona opened 1 month ago

fabiobarcelona commented 1 month ago

Added a different set of Opera browsers.

ProgId of Opera GX is added as just "Opera" within windowsBrowserProgIds object due to the matching regex not supporting whitespaces, since the Windows ProgId is "Opera GXStable", therefore the matching returns just Opera. This just happens with Opera GX, other browsers don't have spaces.

sindresorhus commented 1 week ago

Then the regex should be fixed.