New IMDb ad [added]

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Jason One
New Member
New Member
Posts: 3
Joined: Fri Apr 06, 2007 1:01 am

New IMDb ad [added]

Post by Jason One »

The IMDb has a new, incredibly annoying ad that pops up on the bottom of their message board pages. ABP with EasyList and EasyElement doesn't block it. Here is the ad's source code:

Code: Select all

<script language="JavaScript">
if (NS4) {
document.write('<layer name="banner1175622041layer" left="0" top="0" zIndex="1000">'); }
if ((IE5) || (NS6)) {
document.write('<div id="banner1175622041layer" style="position:absolute; left:0; top:0; z-index:1000">');
}

document.writeln('<table width="100%" border=0 cellpadding=1 cellspacing=0>');
document.writeln('<tr><td bgcolor="#000000"><table width="100%" border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr>');
document.writeln('<td width=17 align=left><a href="" onclick="close_1175622041_banner();return false;"><img src="http://ia.imdb.com/media/imdb/01/I/49/92/32.gif" width="17" alt="X" border=0></a></td>');
if ((navigator) && (navigator.userAgent) && navigator.userAgent.indexOf('Firefox')!=-1) {
document.writeln('<td bgcolor="#000000">\n<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #000000;"><tr><td width="100%"><a href="/ri/PERFECTSTRANGER_PERMASTATIC_OF//55049/http://ad.doubleclick.net/clk;92248296;16333095;p?http://sonypictures.com/movies/perfectstranger/index.html" style="display:block;" target="_blank"><img src="http://ia.imdb.com/media/imdb/01/I/48/14/62/10.jpg" border="0" width="900" height="72"></a></td></tr></table></td>\n');
} else {
document.writeln('<td bgcolor="#000000">\n<div id="swf_permabanner" align="center">\n<table cellpadding="0" cellspacing="0" Width="100%" style="background: rgb(0,0,0);"><tr> \n <td align="center"><div id="swf_permabanner_inner"></div></td>\n</tr><tr>\n <td style="height: 0;"></td>\n</tr>\n<scr'+'ipt language="JavaScript">\nswfDIVID="swf_permabanner_inner";\nswfSRC="http://ia.imdb.com/media/imdb/01/I/66/43/62/10.swf";\nswfID="permabanner";\nswfWIDTH="900";\nswfHEIGHT="72";\nswfALIGN="center";\nswfARGS=["play","true","quality","high","bgcolor","#000000","name","permabanner","allowScriptAccess","always" ,"flashvars","clickTAG=/ri/PERFECT_PERMA//55049/http://ad.doubleclick.net/clk;92248296;16333095;p?http://sonypictures.com/movies/perfectstranger/index.html" ];\n</scr'+'ipt>\n<scr'+'ipt language="JavaScript" src="http://ia.imdb.com/media/imdb/01/J/01b"></scr'+'ipt>\n</table>\n</div>\n</td>');
}
document.writeln('</tr>');
document.writeln('</table></td></tr></table>');

if (NS4) {
document.write('</layer>');
} else if ((IE5) || (NS6)) {
document.write('</DIV>');
}
reset_1175622041_banner();

if (window.onload) {
if (!window.loadStack) {
window.loadStack = new Array();
}
window.loadStack.push(window.onload);
}
window.onload = function () {
reset_1175622041_banner();
if (window.loadStack) {
var fn = window.loadStack.pop();
if (fn) {
fn();
}
}
}

if (window.onresize) {
if (!window.sizeStack) {
window.sizeStack = new Array();
}
window.sizeStack.push(window.onresize);
}
window.onresize = function () {
reset_1175622041_banner();
if (window.sizeStack) {
var fn = window.sizeStack.pop();
if (fn) {
fn();
}
}
}

if (window.addEventListener) {
// Grrrrrr, Win32 Firefox 1.5
window.addEventListener('DOMMouseScroll',scroll_1175622041_banner,false);
}

setInterval('scroll_1175622041_banner()',50);
</script>
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Thanx Jason (and welcome):

That's more info than I could find about that ad in the Adblock Plus forum today:
http://adblockplus.org/forum/viewtopic.php?t=1278
I was finally able to see what they all were talking about (couldn't find it before) and it has now been fixed in the EasyElement filter.
Update the element filter now. :arrow: :arrow: :arrow:

Thanx :)
"Experience is something you don't get until just after you need it"
Jason One
New Member
New Member
Posts: 3
Joined: Fri Apr 06, 2007 1:01 am

Post by Jason One »

Glad I could help to get rid of this particular ad. Thanks for all your great work on these lists!
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Thanx for contributing, Jason. I can always use all the input I can get. :)
"Experience is something you don't get until just after you need it"
Locked