how to get rid of this:

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
marko

Post by marko »

if I disable Outpost Ads filter, I son't see word Ad on bestdownload, but I can still see it on other sites...

weird...
NJH
Posts: 60
Joined: Thu Jun 15, 2006 9:23 am
Location: Hampshire, England

Post by NJH »

Disable Outpost's adblocking then post back with problem sites. Then people here will be able to help you. It does not mean you have to normally have Outpost disabled, but it makes sure the source of the ad is the web page itself.

As a thought, can you do a filter:

Code: Select all

[AD]
to filter out Outpost's insertion? Does it work? It may need to be converted to a RegEx which I think goes like

Code: Select all

/\[AD\]/
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

marko wrote:
rick752 wrote: Strangely enough, the word "AD" on bestdownload.com does NOT show up on my browser. Are you also using my regular EasyList filter besides the EasyElement one?
I tried both filter (together) but problem remains - I can still see word Ad, what kind of filter do you use (only EasyList + EasyElement ?)?
Yes, just my 2 filters. If you are using them both then I would agree with the above posters that it is something else that is putting it there.
marko

Post by marko »

if I disable Outpost everything works...

I need to restart comp...

thx for help :)

Does anybody know how to block ad on megaupload (passion.com)




Here is code from script (I hope it helps):









/table>
<div style="position:absolute; left:347px; top:14px;" >
<IMG SRC="gui/close.gif" WIDTH="18" HEIGHT="18" BORDER="0" onclick="closefloating();" onmouseover="this.src='gui/close_mo.gif';" onmouseout="this.src='gui/close.gif';" ></a>
</div>
<div style="position:absolute; top:290px; left:25px;"><a href="http://www.adbrite.com/mb/?spid=94"><IMG SRC="gui/f_ad1.gif" WIDTH="62" HEIGHT="22" BORDER="0" ALT=""></a></div>
<div style="position:absolute; top:294px; left:283px;"><a href="http://www.adbrite.com/mb/commerce/purc ... 63&afsid=1" target="_blank"><IMG SRC="gui/f_ad2.gif" WIDTH="81" HEIGHT="12" BORDER="0" ALT=""></a></div>



<div style="position:absolute; width:345px; height:240px; left:20px; top:45px; text-align:center;">
<TABLE cellpadding="0" cellspacing="0" width="100%" height="100%">
<TR>
<TD width="100%" height="100%" valign="middle" align="center">

<a class="adHeadline2" onmouseover="window.status='http://www.adultfriendfinder.com'; return true;" onmouseout="window.status=''; return true;" href="http://passion.com/search/g670353-ppc" target="_blank"><b><span class="adHeadline2">Find a girlfriend in <u><script src='http://banners.passion.com/piclist?rand ... </a><br><a class="adText2" onmouseover="window.status='http://www.adultfriendfinder.com'; return true;" onmouseout="window.status=''; return true;" href="http://passion.com/search/g670353-ppc" target="_blank"><span class="adText2">Your true love, just one click away!</span></a><br><br>



<script type="text/javascript" src="http://3.adbrite.com/mb/jscript_array.p ... "></script>
<script type="text/javascript">
if (window.AdBrite)
{
if (AdBrite.length > 3)
{
a = 3;
}
else
{
a = AdBrite.length
}
for ( x = 0; x < a; x++ ) {
var AdBriteURLArray = AdBrite[x][0].split('/');

document.write('<a class="adHeadline2" onmouseover="window.status=\' ' + AdBriteURLArray[2] + ' \'; return true;" onmouseout="window.status=\' \'; return true;" href="' + AdBrite[x][1] + '" target="_blank"><b><span class="adHeadline2">' + AdBrite[x][2] + '</span></b></a><br><a class="adText2" onmouseover="window.status=\' ' + AdBriteURLArray[2] + ' \'; return true;" onmouseout="window.status=\' \'; return true;" href="' + AdBrite[x][1] + '" target="_blank"><span class="adText2">' + AdBrite[x][3] + '</span></a><br><br>');
}
}
</script>

</TD>
</TR>
</TABLE>
</div>

</div>
NJH
Posts: 60
Joined: Thu Jun 15, 2006 9:23 am
Location: Hampshire, England

Post by NJH »

Don't disable Outpost unless you have another firewall in place. All I am saying is disable the Adblocking part of it (see page 33 of your user guide). You should be able to leave all your Adblocking to Adblock, unless you use another browser as well although there should be no harm in running both together, but if ever you see [AD] it means you have something which is not being blocked by Adblock, but is being blocked by Outpost.

You may need help from rick752 to block those "dating" ads.
marko

Post by marko »

I disable only Adblocking part of it (plugin)

I hope Rick can help with Megaupload ads
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

marko wrote:I disable only Adblocking part of it (plugin)

I hope Rick can help with Megaupload ads
OK ... remember, I cannot see these pages, so I will take a guess from the code. Try these 2.

Code: Select all

megaupload.com#*(class^=adText)
megaupload.com#*(class^=adHeadline)
... if you need more, you could try to block the source feeds which are:

Code: Select all

*.adultfriendfinder.com*
*banners.passion.com*
Hope this works.
marko

Post by marko »

no - that didn't help... :(


PostPosted: Mon Aug 21, 2006 11:27 pm Post subject:
marko wrote:
I disable only Adblocking part of it (plugin)

I hope Rick can help with Megaupload ads


OK ... remember, I cannot see these pages, so I will take a guess from the code. Try these 2.

Code:
megaupload.com#*(class^=adText)
megaupload.com#*(class^=adHeadline)


... if you need more, you could try to block the source feeds which are:

Code:
*.adultfriendfinder.com*
*banners.passion.com*
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

@ Marko

Only..
*adbrite.com*
... is really left in that code, and that is already in my filterset.
Post Reply