Project

General

Profile

Test » History » Version 6

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

1 1 Dan Smith
<script>
2 5 Dan Smith
$(document).ready(function() {
3
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 5 Dan Smith
});
8 1 Dan Smith
</script>