<div class="separator" style="clear: both;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5vaq1YNfU7j3HZmgA2frpFmWPZNgoblr9fGZmJvyLaGlBFxhb3_ytIzbF0k08XSHkYkP2CeLerN0isDgDcXhuuOqR0Py1D7cOnIkd1WnP4saj-PPkHW6XUJSqteUhU_5CbGXp0CgyeO6Lg7n2lSzJk1w9X55GWfn-w5RWG6sZ19PgOHpTQWzGPz4Z/s1600/photo_2024-01-13_12-30-03.jpg" style="display: block; padding: 1em 0; text-align: center; "><img alt="" border="0" data-original-height="1280" data-original-width="703" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5vaq1YNfU7j3HZmgA2frpFmWPZNgoblr9fGZmJvyLaGlBFxhb3_ytIzbF0k08XSHkYkP2CeLerN0isDgDcXhuuOqR0Py1D7cOnIkd1WnP4saj-PPkHW6XUJSqteUhU_5CbGXp0CgyeO6Lg7n2lSzJk1w9X55GWfn-w5RWG6sZ19PgOHpTQWzGPz4Z/s1600/photo_2024-01-13_12-30-03.jpg"/></a></div> <br /> <center><html> <style> *{ margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; } .content-descarga{ width: 100%; max-width: 300px; margin: 20px; padding: 20px; background: #f1f6ff; text-align: center; border: 2px solid #adcaff; } .descarga-ahora{ display: inline-block; text-decoration: none; padding: 15px 20px; background: #286ef2; color: #fff; border-radius: 5px; } .descarga-ahora:hover{ opacity: 0.9; } .btn-descarga{ display: inline-block; padding: 15px 25px; background: #286ef2; color: #fff; border:none; font-size: 16px; margin-top: 20px; border-radius: 5px; outline: 0px; cursor: pointer; } .btn-descarga:hover{ opacity: 0.9; } .content-descarga i{ margin-left: 5px; } </style> <head> <title>Boton descarga con temporizador</title> <link href="estilos.css" rel="stylesheet" type="text/css"></link> <!--Icon-Font--> <script crossorigin="anonymous" src="https://kit.fontawesome.com/eb496ab1a0.js"></script> </head> <body> <div class="content-descarga"> <a class="descarga-ahora" href="https://mega.nz/folder/U2dEGIjK#vAhwMTBwbDfNP7ceKd_eeA" id="download"> Accerder Al OnlyFans <i class="fa fa-download"></i> </a> <button class="btn-descarga" id="btn"> Ver OnlyFans <i class="fa fa-arrow-right"></i> </button> </div> <script src="btn-time.js"></script> <script> var boton = document.getElementById("download"); var contador = 15; var etiqueta = document.createElement("p"); etiqueta.innerHTML = "<b>ALEX MORGAN ONLYFANS</b>"; var id; boton.parentNode.replaceChild(etiqueta, boton); function descarga(){ this.style.display = "none"; id = window.setInterval(function(){ contador--; if(contador < 0){ etiqueta.parentNode.replaceChild(boton, etiqueta); window.clearInterval(id); } else{ etiqueta.innerHTML = + contador.toString() + "<b> Cargando Contenido</b>"; } }, 1000) } var clickbtn = document.getElementById("btn"); clickbtn.onclick = descarga; </script> </body> </html></center>