Project

General

Profile

Test » History » Revision 9

Revision 8 (Dan Smith, 04/24/2024 02:45 PM) → Revision 9/40 (Dan Smith, 04/24/2024 02:47 PM)

<a href="https://archive.chirpmyradio.com" onClick="check();">click here</a> 

 <script> 
 function check() setTimeout(function() { 
 console.log('checking'); 
 var adblock = $(".adsbygoogle")[0]; 
 console.log($(adblock).data()); 
 console.log($(adblock).data("ad-status")); 
 } }, 1000); 
 </script>