EQLIPSED HEARTS

document.querySelectorAll(".bookshelf-book a").forEach(link => { link.addEventListener("click", function(event) { event.preventDefault(); window.location.href = this.href; }); });