To read the full article a ');
// Nachricht in Konsole
console.debug("Ad Slot " + event.slot.getSlotElementId() +
" manipulated");
// damit der Header nicht springt
if (event.size[0] == "728"){
window.INT_headerpos = event.size[1];
console.debug("Ad Slot " + event.slot.getSlotElementId() +
" Headerpos manipulated");
}
}
else
{
// Slot ausblenden
OBJ_iframe.hide();
if (
OBJ_iframe.contents().find("body>div>img").length > 0 &&
OBJ_iframe.contents().find("body>div>img").attr("src").length > 0 &&
OBJ_iframe.contents().find("body>div>img").attr("src").search("1x1.gif") > 0 &&
OBJ_iframe.contents().find("body>div>img").attr("src").search("googlesyndication.com") > 0
)
{
console.debug("Ad Slot " + event.slot.getSlotElementId() + " 1x1 default hide");
intercontainerobject_419923 = window.setInterval("removeDFPAsync('"+ event.slot.getSlotElementId() +
"','gal1_9005,gal1_8986,gal1_8951,gal1_8910'"+
",'containerobject_419923'" +
")", 100);
}
else {
// nimmt bei amp-pixel die Styles weg
OBJ_slot.attr('class', '');
}
// Nachricht in Konsole
console.debug("Ad Slot " + event.slot.getSlotElementId() +
" hidden (iframe img/amp-pixel)");
} // end if
}
}
// Kein iFrame, aber Tracking-Pixel
else if (OBJ_slot.find("img").height() === 1)
{
// Slot ausblenden
OBJ_slot.hide();
// Nachricht in Konsole
console.debug("Ad Slot " + event.slot.getSlotElementId() +
" hidden (img)");
} // end if
}
else
{
intercontainerobject_419923 = window.setInterval("removeDFPAsync('"+ event.slot.getSlotElementId() +
"','gal1_9005,gal1_8986,gal1_8951,gal1_8910'"+
",'containerobject_419923')", 800);
// Nachricht in Konsole
console.debug("Ad Slot " + event.slot.getSlotElementId() + " empty");
} // end if
}
});
});
}

This article is protected by copyright. You want to use it for your own purpose? Contact us via: support.vogel.de/ (ID: 45170333 / Control & Automation)