;(async () => { if (!(await document.hasStorageAccess())) { await document.requestStorageAccess() location.reload() } })()