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;';