cavi-au / Consent-O-Matic

Browser extension that automatically fills out cookie popups based on your preferences
Other
2.63k stars 131 forks source link

TypeError: MutationObserver.observe: Argument 1 is not an object. #266

Closed imagoiq closed 6 months ago

imagoiq commented 1 year ago

Error visible for example on this website: https://cloud.pix4d.com/demo when opening the devtools:

firefox_CRiP3Kb7Ju

Firefox: 112.0b9 (64-bit) Windows 10

togamid commented 1 year ago

The problem seems to be that document.querySelector("html") seems to return null while the extension is loaded

svnhub commented 1 year ago

This is related to #343

svnhub commented 6 months ago

Fixed in the next release, Consent-O-Matic no longer tries to run on content that isn't text/html