BlockAdBlock
BlockAdBlock copied to clipboard
Allows you to detect the extension AdBlock (and other)
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...
 I suspect it does more sophisticated blocking than what early ad blockers did.