Project

General

Profile

Test » History » Revision 5

Revision 4 (Dan Smith, 04/24/2024 02:42 PM) → Revision 5/40 (Dan Smith, 04/24/2024 02:43 PM)

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