YouTube: hide the live chat
Removes the live-chat panel during streams and premieres so the video fills the full width.
Code to copy
/* Hide the live-chat panel and let the video take the full width */
#chat.ytd-watch-flexy,
ytd-live-chat-frame#chat {
display: none !important;
}
#columns.ytd-watch-flexy #primary { max-width: none !important; }
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.