Page 1 of 1

Maybe an error message related to ad-blocker

Posted: Wed Feb 08, 2017 1:27 pm
by whileloop
The error message in console is

Code: Select all

VM110:31 Uncaught SyntaxError: missing ) after argument list
And the line source code where error occur is

Code: Select all

HideElementByUrl('https://pubads.g.doubleclick.net/activity;dc_iu=/6839/DFPAudiencePixel;ord='636221592756636583';dc_seg=33705490?',1);
The single quotes in the string is not escaped, so the error occurs.

The webpage contain the following line.

Code: Select all

<img id="ctl00_Audience" src="https://pubads.g.doubleclick.net/activity;dc_iu=/6839/DFPAudiencePixel;ord='636221592756636583';dc_seg=33705490?" style="border-width:0px;height:1px;width:1px;"/>