Detect and force disable AntiBlock

DoodStream76

Regular Member
Joined
Dec 26, 2024
Messages
205
Reaction score
111
Does anyone know how Streamtape does the "Disable your adblocker"?


1736577786337.png

It also redirects the user to a different website.

Any tips on how to accomplish this?
 
There are a load of adblock detecting script fragments on github and similar sites: https://github.com/search?q=detect adblock&type=repositories

The workflow is to basically display content via ajax, but run your adblock checking code beforehand, displaying a 'disable adblock' message (or running a redirect in your case) instead of usual content if adblock is detected.

Awful practice for SEO though.
 
Detecting it's possible as mentioned above. But force disable I don't think it's possible
 
Back
Top