Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.37 KB

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.