Files
browser-scripts/scripts/twitch-embed-login/main.ts
T
2026-09-05 14:39:32 -05:00

7 lines
147 B
TypeScript

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