1. <div class="buttons" style="border-radius: 6px; font-size: 17px; text-align: center;">
  2. <a class="fa fa-youtube-play" href="#" id="btn_yt" onclick="show()" onmouseout="this.style.background='#805aed'" onmouseover="this.style.background='#805aed'" style="background: #805aed; border-radius: 6px; color: white; display: inline-block; font-size: 17px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;">&nbsp;<strong>Subscribe To Download</strong></a>
  3. <div style="margin: auto;">
  4. <a href="ADD-YOUR-DOWNLOAD-LINK-HERE" id="yt" onmouseout="this.style.background='grey'" onmouseover="this.style.background='#805aed'" style="background-color: #805aed; border-radius: 6px; color: white; display: none; font-size: 17px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"><strong>Download Now</strong></a>
  5. <a class="fa fa-download" href="#" id="ytv" style="background-color: #FF0000; border-radius: 6px; color: white; display: none; font-size: 17px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;">&nbsp;<strong>Checking......</strong></a>
  6. </div>
  7. </div>
  8. <!--Start Youtube subcribe javascript-->
  9. <script type="text/javascript">
  10. var _0x28f9 = ["\x3C\x68\x32\x20\x61\x6C\x69\x67\x6E\x3D\x22\x63\x65\x6E\x74\x65\x72\x22\x3E\x3C\x69\x66\x72\x61\x6D\x65\x20\x73\x72\x63\x3D\x22", "\x2F\x3E\x3C\x2F\x69\x66\x72\x61\x6D\x65\x3E\x3C\x2F\x68\x31\x3E", "\x77\x72\x69\x74\x65"]; document[_0x28f9[2]](_0x28f9[0] + src1 + _0x28f9[1])
  11. </script>
  12. <script type="text/javascript">
  13. document.getElementById("yt").style.display = "none";
  14. document.getElementById("ytv").style.display = "none";
  15. function show() {
  16. window.open('ENTER-YOUR-CHANNEL-URL-HERE?sub_confirmation=1');
  17. // sleep(3000);
  18. setTimeout(function () {
  19. document.getElementById("yt").style.display = "block";
  20. document.getElementById("btn_yt").style.display = "none";
  21. document.getElementById("ytv").style.display = "none";
  22. }, 10000);
  23. //alert();
  24. document.getElementById("btn_yt").style.display = "none";
  25. document.getElementById("ytv").style.display = "block";
  26. }
  27. </script>
  28. <!--End Youtube subcribe javascript-->