Maybe an error message related to ad-blocker
Posted: Wed Feb 08, 2017 1:27 pm
The error message in console is
And the line source code where error occur is
The single quotes in the string is not escaped, so the error occurs.
The webpage contain the following line.
Code: Select all
VM110:31 Uncaught SyntaxError: missing ) after argument list
Code: Select all
HideElementByUrl('https://pubads.g.doubleclick.net/activity;dc_iu=/6839/DFPAudiencePixel;ord='636221592756636583';dc_seg=33705490?',1);
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;"/>