Open your profile, click on Forum Profile Information and you will see option to disable ads
This option is only available to heroes, legendaries, donators, VIPs, and moderators.
theymos has gone to some lengths to prevent ads being blocked by ad blockers and third party extensions. You may be able to block individual ads by manually adding content from the ad (HTML, CSS, etc.) to your ad blocker, but this is time consuming, not guaranteed, and will need to be repeated constantly as and when new ads buy slots.
So to answer your question, probably not. This is probably the only site I use where I don't routinely block ads. A single ad per page really isn't that intrusive.
Ad blockingHero/Legendary members, Donators, VIPs, and moderators have the ability to disable ads. I don't expect many people to use this option. These people don't increase the impression stats for your ads.
I try to bypass Adblock Plus filters as much as possible, though this is not guaranteed. It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.
To prevent matches against URLs: I have some JavaScript which fixes links blocked by ABP.
You must tell me if you want this for your ads. When someone with ABP and JavaScript enabled views your ads, your links are changed to a special randomized bitcointalk.org URL which redirects to your site when visited. People without ABP are unaffected, even if they don't have JavaScript enabled. The downsides are:
- ABP users will see the redirection link when they hover over the link, even if they disable ABP for the forum.
- Getting referral stats might become even more difficult.
- Some users might get a warning when redirecting from https to http.
To prevent matching on CSS classes/styles: Don't use inline CSS. I can give your ad a CSS class that is randomized on each pageload,
but you must request this.
To prevent matching against your HTML structure: Use only one
and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.