Maybe an error message related to ad-blocker

Slimjet bug reports
Post Reply
whileloop
Posts: 13
Joined: Mon Nov 23, 2015 1:44 am

Maybe an error message related to ad-blocker

Post 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;"/>

Post Reply