Project

General

Profile

Test » History » Revision 13

Revision 12 (Dan Smith, 04/24/2024 02:50 PM) → Revision 13/40 (Dan Smith, 04/24/2024 02:51 PM)

<a href="#" onClick="do_download();">click here</a> 

 <script> 
 function do_download() { 
 var blockdiv = $(".adsbygoogle")[0]; 
 console.log($(blockdiv).data()); 
 if ($(blockdiv).data('adStatus') != "filled") { 
 console.log("REJECT"); 
 } else { 
 document.location = "https://archive.chirpmyradio.com/download?stream=next"; 
 } 
 } 
 </script>