Foxxey / CopyEquation

Copy equations from ChatGPT and Wikipedia into Word (MathML) and as LaTeX.
Other
56 stars 18 forks source link

Not working for wikipedia in Firefox #11

Open TotoroCodingDojo opened 4 weeks ago

TotoroCodingDojo commented 4 weeks ago

Screencast from 2024-10-28 15-56-57.webm

As you can see, right click is opening system menu. In chatgpt site it's working. Firefox version - 128.3.1esr

michaelneuper commented 3 weeks ago

Same issue. Firefox version 131.0.3 (aarch64) on M2 Macbook Air running macOS

Seas0 commented 2 weeks ago

Should be fixed via #8 The problem seems to be a null reference caused by unconditional access to androidChat

TotoroCodingDojo commented 2 weeks ago

Hi @Seas0 thank you for the pull request! I tested it, and it successfully fixes the issue.