├── LICENSE ├── README.md ├── advert.js └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmtt-ru/adblock-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmtt-ru/adblock-detection/HEAD/README.md -------------------------------------------------------------------------------- /advert.js: -------------------------------------------------------------------------------- 1 | window.ab = false; -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmtt-ru/adblock-detection/HEAD/index.html --------------------------------------------------------------------------------