const theField = document.querySelector('.download_link'); const infoHide = document.querySelector('.info-hide'); theField.href = "https://www.dnsfilter.com/resources"; theField.style.display = "none" if(window.location.hash) { infoHide.style.display= "none"; theField.style.display = "block"; }