... | ... | @@ -19,7 +19,7 @@ Wenn das Body Element ein `data-ad-detection="1"` erhält und der Besucher ein A |
|
|
|
|
|
Möchtest du eigene Adblock Hinweise bereitstellen ist es dir Möglich den Adblock Status per JavaScript abzufragen.
|
|
|
|
|
|
```
|
|
|
```javascript
|
|
|
|
|
|
require(['package/quiqqer/adblock-detection/bin/detection'], function(Detection) {
|
|
|
Detection.canRunAds().then(function(canRunAds) {
|
... | ... | |