let url; if (window.location.hostname.substring(0, 3) == "www") { url = window.location.hostname.substring(4, window.location.hostname.length); } else { url = window.location.hostname; } let navbar = ` `; document.querySelector("body").insertAdjacentHTML("afterbegin", navbar)