Appearance
function getQueryParam(param) { const searchParams = new URLSearchParams(window.location.search); return searchParams.get(param); }