Home Download
+site%3Aatoztools.net";
var downloadTimer = setInterval(function() {
timeleft--;
document.getElementById("countdowntimer").textContent = timeleft;
if (timeleft <= 0) {
clearInterval(downloadTimer);
document.getElementById("foo").innerHTML = "Generating link, please wait !";
//added this part for the delay
setTimeout(function() {
document.getElementById("foo").innerHTML = "";
document.getElementById("foo").appendChild(a);
}, 1000);
setTimeout(function() {
document.getElementById("imageHide").style.display = "none";
}, 2500);
}
}, 1000);
}

Please Wait... 15 Seconds