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
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
"name": "twitch embed login fix",
"description": "embedded twitch frames will automatically request cookie access from the browser. as long as you're logged in to twitch and cookies aren't fully blocked this will keep you logged into embedded frames",
"namespace": "zomo.dev",
"match": ["https://twitch.tv/embed/*"],
"version": "1.0",
"runat": "document-start"
}