import "./main.js";
document.querySelectorAll("h1.music-title").forEach(element => {
element.href = "";
});