Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Active Adblock Plus shows weird error in Chrome JS Console

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?

like image 560
user3423688 Avatar asked Oct 14 '15 21:10

user3423688


Video Answer


3 Answers

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

like image 188
ThisClark Avatar answered Oct 16 '22 09:10

ThisClark


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".

like image 41
Keith DC Avatar answered Oct 16 '22 08:10

Keith DC


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.

like image 1
greiner Avatar answered Oct 16 '22 10:10

greiner