addEventListener('click', event => { event.preventDefault(); const { href } = event.target; setTimeout(() => { location.href = href; }, 2 * 1000); })