https://github.com/ibug/deblocker
Most effective way to detect ad blockers. Ask the visitors to disable their ad blockers.
https://github.com/ibug/deblocker
Last synced: over 1 year ago
JSON representation
Most effective way to detect ad blockers. Ask the visitors to disable their ad blockers.
- Host: GitHub
- URL: https://github.com/ibug/deblocker
- Owner: iBug
- Created: 2020-08-13T12:40:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T13:00:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T16:39:51.883Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeBlocker.js
The front-end part of a nasty ad-blocker detection WordPress plugin that I encountered. Advertised as *Most effective way to detect ad blockers*. See the comment at the top of the script for more information. Demo from original developer here.
It's reverse-engineered. Thankfully it doesn't contain complex logic, so the code is decently readable even with all variable names minified, and without comments.
See [my article](https://ibug.io/p/36) on how I worked around this script and proceeded with ad blocker enabled.
**This project is not properly open-source. There is no license associated with this project. USE AT YOUR OWN RISK.**