Closed zzzpppzzz closed 1 year ago
Hello,
I know this looks like it is no longer maintained, but I have been using this extension for years and it has been working well until recently.
It looks like the recent Chrome 109 update (latest stable channel version) has broken the extension.
Chrome 109 deprecated Event.path which the extension was using. Fixed by using the standard Event.composedPath().
Event.path
Event.composedPath()
Awesome. Thanks for the quick fix!
Hello,
I know this looks like it is no longer maintained, but I have been using this extension for years and it has been working well until recently.
It looks like the recent Chrome 109 update (latest stable channel version) has broken the extension.