Skip to content

Instantly share code, notes, and snippets.

@rommmka
Last active October 9, 2023 07:05
Show Gist options
  • Save rommmka/6bd35d2891a8e4478b426e8a0c7c747a to your computer and use it in GitHub Desktop.
Save rommmka/6bd35d2891a8e4478b426e8a0c7c747a to your computer and use it in GitHub Desktop.
For a quick-fix you can use 'Chrome extension source viewer' to download the plugin
as a zip, then unzip and open content.js, add the following code at the end, save,
then go to chrome plugins, enable developer mode at the top & click load unpacked,
select the plugin directory with the edited content.js:
==========
Object.defineProperty(Event.prototype, 'path', {
get: function() {
return this.composedPath();
}
});
==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment