Reputation: 29
I have a site where Adblock Plus for Chrome is blocking links in H3 but not H2 elements. It seems strange I could just change them to H2 and it would work. But I have a lot of sites that have this potential issue. Is there a way way around that issue?
Why would H3 be an ad threat but not H2?
Here is some test code of this in action:
<div id="topCenterBlock">
<h3><a href="stackoverflow.com/sign_me_in.jsp?article=" target="_blank" name="top story">A test headline</a> </h3>
<div class="source"><a href="stackoverflow.com/index.jsp" target="_blank" name="top story:source">Stack Overflow</a></div>
<br>
<div class="source"> 2:30 P.M. ET </div>
<p>Test view of a extract from the article that would display under a link</p>
</div>
Upvotes: 0
Views: 371
Reputation: 29
They would only be the default from install. I only installed the product so I could see the behavior, which one of our users complained about. I can get a snap later to show but it's just the set out of the box.
Upvotes: 1