pru
Anuncio
document.getElementById("ad").addEventListener("click", function () {
document.getElementById("downloadBtn").removeAttribute("disabled");
});
document.getElementById("downloadBtn").addEventListener("click", function () {
window.location.href = "http://bit.ly/Regedit_Aqui";
});