oslego / chrome-backspace-back

Google Chrome extension that restores browser behavior of navigating to previous page when pressing the Backspace key.
76 stars 7 forks source link

Chrome 109 (latest stable) Broke This Extension #13

Closed zzzpppzzz closed 1 year ago

zzzpppzzz commented 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.

oslego commented 1 year ago

Chrome 109 deprecated Event.path which the extension was using. Fixed by using the standard Event.composedPath().

zzzpppzzz commented 1 year ago

Awesome. Thanks for the quick fix!