document.addEventListener('DOMContentLoaded', () => { const hash = window.location.hash.replace('#', ''); if (hash) { const tab = document.querySelector(`.tab-js-block-id--${hash}`); if (tab) tab.click(); } });