BlockAdBlock icon indicating copy to clipboard operation
BlockAdBlock copied to clipboard

Allows you to detect the extension AdBlock (and other)

Results 13 BlockAdBlock issues
Sort by recently updated
recently updated
newest added

Hello, When trying this link [https://fuckadblock.sitexw.fr/blockadblock/](https://fuckadblock.sitexw.fr/blockadblock/) (3.2.1): -> AdBlock is always detected as **enabled** even without any AdBlocker installed or **turned OFF**. When trying this link [https://fuckadblock.sitexw.fr/](https://fuckadblock.sitexw.fr/) (3.2.1): -> AdBlock...

```` const adsEnabled = async () => { let ads = true; try { const url = `https://ads.google.com?=${new Date().getTime()}`; await fetch(url, { mode: "no-cors" }); } catch (error) { if...

You can bypass it by installing this unpacked extension: https://github.com/nathan-149/adblock-extension-nodetect This is an undetectable adblocker

what about adblocker ultimate on firefox?!! :(

I am calling website A from website B in a hidden iframe, i have adblock checks in that hidden iframe and even though i have disabled adblocks it says they...

Within Safari on MacOs with Addblock plus is not detected by the script. Verified to happen on the demo page: http://fuckadblock.sitexw.fr/blockadblock/

Increasing bait dimensions fixes the issue, and as bait is placed off screen this shouldn't impact usability

# Steps to replicate 1. Go to https://fuckadblock.sitexw.fr/blockadblock/ without an adblocker enabled on Chrome (v70+) 2. Ensure browser zoom level is 100% and note value of `window.devicePixelRatio` 3. If `window.devicePixelRatio...

![image](https://user-images.githubusercontent.com/574793/45169073-6f11a800-b1c2-11e8-870a-224defd474fc.png) I suspect it does more sophisticated blocking than what early ad blockers did.