Uncaught TypeError: c.querySelectorAll on every page #406
Comments
|
I get the same error on macOS Mojave and the same chrome version. |
|
Hi @AaronLavers @VdeJong, thanks for your report. We were able to identify and fix this issue and we will ship it with an update ASAP. |
|
Hi @remusao. Any thoughts on when the fix will be shipped? :) |
|
@MarkoSulamagi, the fix was tested and released upstream in |
|
I'm going to remove ghostery for now till the fix is released. I'm a web dev and can't work if errors are popping up in the console constantly. |
|
Please, please fix this. It makes my work almost impossible. |
|
Any update on the update @christophertino? |
|
@simoozzay We are scrambling to squeeze a few more bugs into this release and then hopefully get everything into testing tomorrow. Apologies for the delay. |
|
Appreciate it guys :) |
|
Thx @christophertino for the info, appreciate it! Would like to use ghostery again soon ;) |
|
For the frontend developer who are suffering not visible your elements, elements has class start with 'ad' display none.
after I change class name start with keywords 'ad' to something like 'co' or 'biz' problem fixed . I know it's just tricky solution, but hope this might help some developers |
|
Ghostery 8.4.1 was approved and published to the Chrome store today. Please let us know if this issue is still occurring. Thanks! |
|
Appears to be resolved on Chrome 76.0.3809.100 (Official Build) (Win 64-bit) |

Please read the CONTRIBUTING guide before submitting an issue.
Description
When Ghostery extension is enabled in Chrome 75.0.3770.100, every page returns a massive string of identical errors:
content_script_bundle.js:16 Uncaught TypeError: c.querySelectorAll is not a function at MutationObserver.<anonymous> (content_script_bundle.js:16)The script it's experiencing the error in appears to be related to Cliqz - which appears to be a browser that I don't have on this machine.
Expected Behavior
I'd expect these errors to not be present, before today they did not appear.
Actual Behavior
On some pages where dynamic content loads in lists, this error can duplicate itself thousands of times.
Steps to Reproduce
Go to any website in Chrome with the Ghostery extension running
Open console
The error will be present
When the plugin is paused or disabled and the page is reloaded, these errors are not present
Versions
The text was updated successfully, but these errors were encountered: