How To Block Adblock Detection Popups Effectively
Tired of sites asking you to disable your adblocker? Here’s a proven way to silence those popups without breaking the site.
Core Tool:
Use uBlock Origin, one of the most powerful and customizable content blockers.
The Problem:
Some websites display anti-adblock popups that block or obscure content unless adblockers are disabled.
The Solution:
Customize uBlock Origin to block those popups using advanced filtering and scripts. Here are the key steps and tricks:
1. Enable uBlock’s Advanced User Mode
Go to the uBlock dashboard → Settings → Enable “I am an advanced user.”
2. Add Custom Filters
Go to the “My Filters” tab and paste the following rules (these are frequently effective against anti-adblock overlays):
! Remove overlay or modal popups
##.adblock-overlay
##.adblock-modal
##.blockadblock
##.modal-backdrop
##.popup
##.disable-adblock
##.adblocker
You can also add domain-specific rules. For example, for anime sites:
animepahe.com##.adblock-wrapper
9anime.to##.adblock-msg
3. Use uBlock’s “Zap” Tool (Temporary Removals)
While on a page, click the uBlock icon → the lightning bolt (Zap tool), then click any overlay or popup. This removes it temporarily, but helps identify the element to permanently block with a custom filter.
4. Subscribe to Extra Filter Lists
Go to uBlock → Filter Lists and enable:
- AdGuard Annoyances
- uBlock Annoyances
- Fanboy’s Annoyance List
These help catch more overlays and popups by default.
5. Use Scriptlet Injection for Persistent Blockers
Some popups rely on JavaScript. Use this in your filters:
example.com##+js(set-constant, adblock, false)
example.com##+js(aopr, adblock)
Replace example.com
with the site you’re targeting.
More scriptlets:
Here
6. Disable JavaScript (Optional)
In extreme cases, you can disable JavaScript temporarily using uMatrix or browser developer tools. Be aware this may break site functionality.
Tip:
You can inspect elements using your browser’s DevTools (right-click → Inspect) to find the class or ID of the popup, then block it using uBlock.
7. Site-Specific Community Filters
Some users shared their own filter snippets:
For https://aniwave.to:
aniwave.to##.adblock-msg
aniwave.to##+js(aeld, adblock)
putlocker.fyi##.modal-adblock
Bonus Tools:
- Violentmonkey/Tampermonkey with anti-adblock user scripts
- LibRedirect to auto-redirect YouTube, Twitter, etc., to privacy-respecting frontends
Conclusion:
With the right uBlock settings and filter lists, you can bypass most anti-adblock popups effortlessly—keeping your experience clean and interruption-free.
For more, explore:
https://filterlists.com
https://github.com/uBlockOrigin/uAssets
https://github.com/gorhill/uBlock/wiki/Resources-Library
ENJOY & HAPPY LEARNING! 

Appreciate the share, Don’t be cheap!
I aim to provide the best of the best, trusted, reliable, and useful content that could!