added twitch embed login fix
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
;(async () => {
|
||||
if (!(await document.hasStorageAccess())) {
|
||||
await document.requestStorageAccess()
|
||||
location.reload()
|
||||
}
|
||||
})()
|
||||
Reference in New Issue
Block a user