Adblock removes the content along with the Ads

Everything about using Adblock Plus on Google Chrome
Post Reply
tarekmostafa
Posts: 2
Joined: Wed Nov 22, 2017 9:50 pm

Adblock removes the content along with the Ads

Post by tarekmostafa »

I have this page

Code: Select all

http://exrx.net/concrete/Testing/FlexFunction/ActiveChest
that whenever someone visits it and has AdBlock enabled, the content disappears along with the ad. I think it is mistaken the content for an ad. Is this a common bug in Adblock? Because I've seen this many times on other websites.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Adblock removes the content along with the Ads

Post by mapx »

if you use

Code: Select all

<article>
                    <div class="ad-banner">
don't wonder the result will be an invisible article, this filter was triggered:

Code: Select all

##.ad-banner
Rename that class to something else not matching other hiding filters in easylist
tarekmostafa
Posts: 2
Joined: Wed Nov 22, 2017 9:50 pm

Re: Adblock removes the content along with the Ads

Post by tarekmostafa »

Thank you very much this solved my problem.
Post Reply