changed observer callback

update names based on the element from the mutation event rather than checking the chatbox for unchecked messages each mutation
This commit is contained in:
zomo
2026-04-19 19:01:01 -05:00
parent 3b8c402873
commit 6218d6bad1
9 changed files with 272 additions and 165 deletions
+2 -1
View File
@@ -5,5 +5,6 @@
"namespace": "zomo.dev",
"match": ["https://www.twitch.tv/*"],
"version": "0.1",
"runat": "document-end"
"runat": "document-end",
"grant": ["unsafeWindow"]
}