Test » History » Version 18
Dan Smith, 04/24/2024 03:10 PM
1 | 17 | Dan Smith | <a class="chirp_download_link" href="https://archive.chirp.danplanet.com">click here</a> |
---|---|---|---|
2 | 9 | Dan Smith | |
3 | 15 | Dan Smith | <script src="https://archive.chirpmyradio.com/.site/download.js"></script> |
4 | 14 | Dan Smith | |
5 | 1 | Dan Smith | <script> |
6 | 11 | Dan Smith | function do_download() { |
7 | var blockdiv = $(".adsbygoogle")[0]; |
||
8 | console.log($(blockdiv).data()); |
||
9 | 12 | Dan Smith | if ($(blockdiv).data('adStatus') != "filled") { |
10 | console.log("REJECT"); |
||
11 | } else { |
||
12 | document.location = "https://archive.chirpmyradio.com/download?stream=next"; |
||
13 | 9 | Dan Smith | } |
14 | 13 | Dan Smith | } |
15 | 1 | Dan Smith | </script> |
16 | 18 | Dan Smith | |
17 | <div id="admodal" style="display:none;position:fixed:z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);"> |
||
18 | <div id="admodalcontent" style="background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;border:1px solid #888;width:80%;"> |
||
19 | <p>Please help keep CHIRP free and sustainable by disabling your adblocker! Our annual costs for this project are significant and disabling your adblocker helps cover those costs.</p> |
||
20 | <span class="close">OK</span> |
||
21 | </div> |
||
22 | <div> |