problem with default install of ad block plus

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
easterlingman

problem with default install of ad block plus

Post by easterlingman »

So I was having a problem with one of my pages disappearing after loading, and after wracking my brain out trying to figure the problem I eventually realized that adblock was adding display:none to the body tag of my page... so the default installation of ad-block plus thinks my page is an advertisement? what can I do about this?


here's the page:
http://loljesus.org/q/?add
Guest

Post by Guest »

open up adblocks preferences and replace

Code: Select all

/[\W_]ad[^=&](banner|click|flow|frame..
with this code:

Code: Select all

/[\W_]ad(?!d)[^=&](banner|click|flow|frame|ima?ge?|log|serv(er|e)?|stream|type|view|vert(ising|isement)?|v|js|trix|xchange|wrapper)?s?[\W\d_]/
http://p2.forumforfree.com/adblock-0510 ... kplus.html
Guest

Post by Guest »

open up adblocks preferences and replace

Code: Select all

/[\W_]ad[^=&](banner|click|flow|frame..
with this code:

Code: Select all

/[\W_]ad(?!d)[^=&](banner|click|flow|frame|ima?ge?|log|serv(er|e)?|stream|type|view|vert(ising|isement)?|v|js|trix|xchange|wrapper)?s?[\W\d_]/
http://p2.forumforfree.com/adblock-0510 ... kplus.html
Post Reply