Profile

This page is restricted. Please Log in to view this page.
document.querySelectorAll(".bookshelf-book a").forEach(link => { link.addEventListener("click", function(event) { event.preventDefault(); window.location.href = this.href; }); });