added twitch embed login fix

This commit is contained in:
zomo
2026-09-05 14:39:32 -05:00
parent 27ae0dd0ab
commit 610a879405
5 changed files with 53 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
;(async () => {
if (!(await document.hasStorageAccess())) {
await document.requestStorageAccess()
location.reload()
}
})()