Is there a class or id that will cause an ad to be blocked by most major adblockers?
        Posted  
        
            by 
                Moak
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Moak
        
        
        
        Published on 2012-04-02T04:35:17Z
        Indexed on 
            2012/04/02
            5:42 UTC
        
        
        Read the original article
        Hit count: 344
        
advertising
|adblock
Is there a general class or ID for a html element that a high majority of popular adblockers will block on a website it has no information for. My intention is to have my advertisement blocked, avoiding automatic blocking is easy enough... I was thinking of maybe lending some ids or classes from big advertisment companies that area already being fought off quite actively. right now my html
<ul id=partners>
 <li class=advertisment><a href=# class=sponsor><img class=banner></a></li>
</ul>
Will this work or is there a more solid approach?
© Pro Webmasters or respective owner