Test » History » Version 9
Dan Smith, 04/24/2024 02:47 PM
1 | 9 | Dan Smith | <a href="https://archive.chirpmyradio.com" onClick="check();">click here</a> |
---|---|---|---|
2 | |||
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> |