brian-girko / always-active

Pretend a webpage is in its active state even if not
https://webextension.org/listing/always-active.html
75 stars 12 forks source link

Mouse hovering stuck #16

Closed AndnixSH closed 2 years ago

AndnixSH commented 2 years ago

There is an issue that caused mouse hovering to get stuck on any sites. If this extension is disabled, it won't happen

6q3n6q3n6q47w47

ghost commented 2 years ago

I can replicate this on youtube

For youtube, you must allow mouseleave in your policy, by adding this text:

,
  "www.youtube.com": [
    "mouseleave"
  ]

Like so: image

brian-girko commented 2 years ago

Thanks for the report. Should be fixed by the next release. Reopen if not.