@lahero Hey, I followed your instructions but it still didn't work.
I changed the code to:
<script>
(function()
{window.addEventListener("load", function () {
var tours = document.querySelector('[href="/folder"]');
tours.addEventListener("click", function () {
window.location = "https://snorkelcookislands.com/book-a-tour";
});
})}
)();
</script>
What am I doing wrong??