minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.72k stars 684 forks source link

Opening the google applications dashboard from GMail opens another page #2256

Closed cbertelli closed 1 year ago

cbertelli commented 1 year ago

Expected Behavior

I call this widget

• • • • • • • • •

a dashboard icon. It should should open a box with google apps

Actual Behavior

… but it goes elsewhere

To Reproduce

Just click on the widget. Really weird.

PalmerAL commented 1 year ago

This seems to be caused by the script we inject on Gmail to override the user agent. I can't figure out why; the JS that causes this is heavily obfuscated. However, if I remove the script, the problem it originally solved doesn't appear to happen any more. Not a very satisfying solution, but it works.

Thanks for reporting!