Active Adblock Plus shows weird error in Chrome JS Console
Asked Answered
B

3

17

Every page I browse with Chrome shows this error in the console:

extensions::uncaught_exception_handler:8

Error in event handler for (unknown): SyntaxError: Failed to execute 'insertRule' on 'CSSStyleSheet': Failed to parse the rule '::content #GoogleLeaderBoardAdUnit, ::content .insert_advertisement, ::content .ads-fif, ::content a[href^="http://www.gamebookers.com/cgi-bin/intro.cgi?], ::content .ads324-wrapper, ::content #rhsadvert, ::content .ad-lead, ::content #gtv_tabSponsor, ::content #adsense1, ::content #ap_adframe, ::content #adv_google_300, ::content #iqd_rightAd, ::content #bottom-side-ad, ::content #right_side_bar_ami_ad, ::content .ipm-sidebar-ad-middle, ::content .topad-area, ::content #advertising_728, ::content .logo_AdChoices, ::content #right-uppder-adverts-container, ::content .article_ad { display: none !important; }'. at chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.preload.js:345:25handler @ extensions::uncaught_exception_handler:8exports.handle @ extensions::uncaught_exception_handler:100EventImpl.dispatch_ @ extensions::event_bindings:384EventImpl.dispatch @ extensions::event_bindings:401propertyNames.forEach.target.(anonymous function) @ extensions::SafeBuiltins:19$Array.forEach.publicClass.(anonymous function) @ extensions::utils:94dispatchOnMessage @ extensions::messaging:316

If I deactivate Adblock Plus (1.9.3) the error message is gone. If I activate Adblock Plus the error shows up again, even if every other extension is deactivated. I am worried Adblock is not the problem, but makes the problem visible.

Also a project I just finished got declined by Google Adwords with the reason "Malware". Im waiting for a callback from Adwords tech support for more details.

I am worried that my system or browser is infected with some sort of malware which already found its way into my web projects. I have no idea what to do about it.

I am running the latest Chrome on Yosemite 10.10.5

Any suggestions?

Breadroot answered 14/10, 2015 at 21:52 Comment(3)
It appears somethings trying to insert adds into pages you visit. Adblock would attempt to block these so its not illogical that its highlighting something. Check chrome://plugins for anything you dont think should be there. Also this should be migrated to SU, its not programming specific.Koa
thanks, plugins seem normal... SU = Super User Forum?Breadroot
Yeah, its more a software/systems issue than a programming one which is what Stack Overflow is forKoa
B
22

I uninstalled and reinstalled Adblock in Chrome and the error message has ceased.

Bailey answered 19/3, 2017 at 20:15 Comment(2)
Chrome extensions are sketchy...Bailey
Thaks alot. It works for me :)Hypoxanthine
L
4

If you're working on local development, until this is resolved, you can either pause Adblock or set it to "Don't run on this page".

Lauryn answered 19/3, 2017 at 3:29 Comment(2)
I encountered this error today, Chrome 67.0.3396.87 and tried whitelisting the page and adblock does turn grey on my page but still the above error shows up in console. :(Radu
2022 and this still happens. Only goes away if you disable Adblock completely from the Manage extensions pageLotus
A
1

This issue was caused by an invalid CSS selector in one of the EasyList filters that are being used in Adblock Plus. It was fixed by one of the EasyList authors only a few hours after this question was created on October 14.

Alevin answered 27/11, 2015 at 12:31 Comment(6)
aaaaaaand it's backMainsail
seeing this too now; any suggestions? updated my easylist filters already.Smallsword
If it's indeed the same problem, I'd recommend reporting it to EasyList in case they're not aware of this issue yet. The easiest way to do so is by posting on their forum or by creating an issue in their respective GitHub repository.Alevin
I'm not on Adblock Plus (just the free version) and I'm getting this same console log error (it threw me off 'cause it started showing on my local/internal dev server where I'm currently developing a site, but which has no ads).Lauryn
Yep, I am having it too.Equalitarian
Yup, seeing it again now >:(Radu

© 2022 - 2024 — McMap. All rights reserved.