function getQueryIdFromUrl(){return new URLSearchParams(window.location.search).get("query-id")}function scrollToQueryId(o){o=document.getElementById(o);o&&window.scrollTo({top:o.offsetTop,behavior:"smooth"})}const queryId=getQueryIdFromUrl();scrollToQueryId(queryId);