diff --git a/src/stylesheets/page404.css b/src/stylesheets/page404.css index ca7b930c..be9f534a 100644 --- a/src/stylesheets/page404.css +++ b/src/stylesheets/page404.css @@ -17,3 +17,9 @@ body { background-color: transparent !important; overflow: hidden !important; } + +html:has(> body > .hyperchat-root) > body.bttv-youtube ~ :not([id]):not([class]):empty { + display: none !important; + visibility: hidden !important; + pointer-events: none !important; +}