AdBlock Detector
by panique
JavaScript
setTimeout(function () {
if (window.innerWidth >= 980) {
if (document.getElementById('ab-check').clientHeight != 250) {
document.getElementById('ab-notice').style.display = 'block';
}
}
}, 3000);