Project

General

Profile

Test » History » Version 8

Dan Smith, 04/24/2024 02:45 PM

1 1 Dan Smith
<script>
2 8 Dan Smith
setTimeout(function() {
3 5 Dan Smith
console.log('checking');
4 3 Dan Smith
var adblock = $(".adsbygoogle")[0];
5 6 Dan Smith
console.log($(adblock).data());
6 4 Dan Smith
console.log($(adblock).data("ad-status"));
7 8 Dan Smith
}, 1000);
8 1 Dan Smith
</script>