From e4f0fc3c46d49d42fd6e5ad8e6f20ce63ee58980 Mon Sep 17 00:00:00 2001 From: FlaminSarge Date: Thu, 26 Mar 2026 16:17:40 -0700 Subject: [PATCH] Attempt to fix Hyperchat embed mounter showing YT controls --- src/scripts/chat-mounter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/chat-mounter.ts b/src/scripts/chat-mounter.ts index 65415c2..dd071d8 100644 --- a/src/scripts/chat-mounter.ts +++ b/src/scripts/chat-mounter.ts @@ -6,6 +6,7 @@ const mount = (): void => { console.log('[HyperChat] mounted hyperchat as content script'); document.querySelector('#player')?.remove(); + document.querySelector('#player-controls')?.remove(); document.documentElement.style.cssText = 'background-color: transparent !important;'; document.body.style.cssText = 'background-color: transparent !important;';