Project

General

Profile

Test » History » Version 10

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

1 10 Dan Smith
<a href="#" onClick="check();">click here</a>
2 9 Dan Smith
3 1 Dan Smith
<script>
4 9 Dan Smith
function check() {
5 5 Dan Smith
console.log('checking');
6 6 Dan Smith
var adblock = $(".adsbygoogle")[0];
7 1 Dan Smith
console.log($(adblock).data());
8 4 Dan Smith
console.log($(adblock).data("ad-status"));
9 9 Dan Smith
}
10 1 Dan Smith
</script>