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

mouseLeave #2

Closed blckb0x closed 3 years ago

blckb0x commented 3 years ago

Please add mouseLeave event blinder too. some websites check if mouse is on the page or not

white-gecko commented 3 years ago

It took me a while to understand, why tooltips suddenly did not close anymore until I've realized, that this plugin did block the mouseleave event: https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseleave_event :-D