Smudded / ad-blocking-detector

WordPress plugin which detects common ad blocking software and displays alternative content in place of a blocked ad.
GNU General Public License v2.0
8 stars 2 forks source link

Add filter ABD_enabled to allow site to dynamically disable ABD #5

Closed strix-technica closed 8 years ago

strix-technica commented 8 years ago

Sites can add code to attach to filter ABD_enabled to decide whether to emit the ad blocking detection logic to the rendered page or not. Return false to disable.

Useful for sites that hide ads for paid members and similar.