Skip to content

nickdotht/abDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adblock Detector ⛔

Simple vanilla JavaScript AdBlock Detector.

Demo

Click here to try it out. Turn on/off your ad blocker and refresh.

How to use it

  • Download/Clone the project, upload the file abDetector.min.js
  • Put this in your <head>:
    • <script type="text/javascript" src="abDetector.min.js"></script>
  • Use this wherever you want to display a message to AdBlock users:
    • <div id="ab-message" style="display: none">Your message here!</div>

You're done!

Notes

  • If you really hate inline styles, you can still style the message in your CSS file.
  • Since it's an element just like any other elements, you can show whatever you want with it (i.e. popups, images…)

Thanks for using my script. If you found any bugs or you think something's wrong, please, file an issue or even better, send me a pull request. I'll be more than happy to check it out.

Don't forget to keep in touch :)

Sponsors

Sponsor

Enjoy.

About

⛔ Vanilla JavaScript AdBlock Detector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published