Skip to content

See if there is a adblocker or not (currently only tested with uBlock Origin)

Notifications You must be signed in to change notification settings

dehlirious/AdBlocker-Detector

 
 

Repository files navigation

AdBlock Detector

GitHub Stars GitHub Issues

AdBlock Detector is a JavaScript-based tool to detect the presence of ad blockers in web browsers. It allows web developers and website owners to check if users have ad blockers enabled, enabling them to customize the user experience accordingly.

Introduction

AdBlock Detector is a simple yet effective way to identify whether visitors to your website have ad blockers enabled. By integrating this script into your web pages, you can provide tailored content or messages to users with ad blockers, encouraging them to support your website by disabling their ad blockers.

Features

  • Ad Blocker Detection: Detects the presence of ad blockers in web browsers.

  • Flexible Integration: Easily integrate the AdBlock Detector script into your existing web pages.

  • Lightweight and Efficient: The script is lightweight and does not significantly impact page load times.

Issues

  • Very light implementation: There is only one URL that is loaded to check if ads are being blocked are not, this URL is blocked by uBlock Origin but may not be by other adblockers.

Thank you for considering contributing to AdBlock Detector! Your contributions help improve this tool for the community.

About

See if there is a adblocker or not (currently only tested with uBlock Origin)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 29.4%