Valla sabahtan beri uğraşıyorum.












<script>
(function(){
var test = document.createElement('div');
test.innerHTML = ' ';
test.className = 'adsbox';
document.body.appendChild(test);
window.setTimeout(function() {
if (test.offsetHeight === 0) {
document.body.classList.add('sermimar');
}
test.remove();
}, 100);
})();
</script>