adblock-detect-javascript-only icon indicating copy to clipboard operation
adblock-detect-javascript-only copied to clipboard

Detecting uBlock Origin and Adblock Plus with JavaScript only

Results 5 adblock-detect-javascript-only issues
Sort by recently updated
recently updated
newest added

I am getting a 404 error on requests to [yzfdmoan](https://incolumitas.com/data/yzfdmoan.js) and [utep_ad](https://incolumitas.com/data/utep_ad.js) :(

Ublock origin detection works correctly on both. Maybe some kind of timing issue since the local version is much faster since there are no real ads? Is there a debug...

It's not working with Ads Blocker (https://adsblocker.top) https://chrome.google.com/webstore/detail/ads-blocker/ngahaphlngmdfhbhkplbglnfhehnpgdb/related?hl=vi Tested on this page: https://incolumitas.com/2020/12/27/detecting-uBlock-Origin-and-Adblock-Plus-with-JavaScript-only/

Looks like the XML request implementation doesn't implement onreadystatechange, it seems like the code wouldn't work on old browsers/

Sorry for bothering I test on some recent version browsers but all failed :-( For chrome(Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36), it always...