Last Updated: February 25, 2016
·
437
· ruudd

Firefox AdBlocker behavior

Presuming you have a custom website and on your website you have an area where you place you're own ads, banners, etc. You might want to give that container an id "ads_container" like this:

<div id="ads_container"> # some of your own ads </div>

At first, no problem. All is fine, but when you install AdBlocker on Firefox, it will hide that container, making your site look weird and declining potential customers some of the "great" things you have to offer.

I assume that this behavior is not limited to just AdBlocker on Firefox but that most of the add blockers out there will behave the same way.