Test » History » Version 7
Dan Smith, 04/24/2024 02:45 PM
1 | 1 | Dan Smith | <script> |
---|---|---|---|
2 | 7 | Dan Smith | setTimeout(1000, 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 | 5 | Dan Smith | }); |
8 | 1 | Dan Smith | </script> |