https://github.com/stefanbohacek/detect-missing-adblocker
Remind your website’s visitors to stay safe in the wilderness of the world wide web.
https://github.com/stefanbohacek/detect-missing-adblocker
adblocker ads wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
Remind your website’s visitors to stay safe in the wilderness of the world wide web.
- Host: GitHub
- URL: https://github.com/stefanbohacek/detect-missing-adblocker
- Owner: stefanbohacek
- License: gpl-3.0
- Created: 2020-05-28T12:32:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T15:33:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T02:11:19.609Z (about 1 year ago)
- Topics: adblocker, ads, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/detect-missing-adblocker/
- Size: 509 KB
- Stars: 67
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Detect Missing Ad-blocker
Warn your website's visitors if they don't have an ad-blocking plugin installed. Note that DNS-based ad-blockers are [not currently being detected](https://github.com/stefanbohacek/detect-missing-adblocker/issues/20).
[More about the project](https://stefanbohacek.com/project/detect-missing-adblocker-wordpress-plugin/)
## Development
1. Install dependencies with `npm install`.
2. Run `npm run build` to compile JS/CSS files or `npm run watch` to watch for file changes while developing.