Search code examples
htmladblock

Why does adblock block my images?


Adblock is blocking the images on the sponsors-page of our students-festival. I already looked into StackOverflow: How to stop AdBlock plus blocking images in HTML page but renaming my images won't work for me, here's the HTML structure, maybe it has to do something with that?

<div id="sponsor-wrap">
    <h1>Sponsors</h1>                   
    <div class="sponsor-logo">
        <a href="http://www.21erhaus.at/" target="_blank">
            <img src="assets/img/21erHaus.jpg" alt="21er Haus" title="21er Haus">
        </a>
    </div>
    x20
</div>

Is there any resource about rules for preventing AdBlock blocking?


Solution

  • Your problem is the sponsor-logo class, which is inside a rule in easylist list.