I’ve always wanted a “Theater Mode” option on W2G since my friend and I never use the chat nor the playlist, we only post the youtube link, hit Enter and talk on Discord voice chat.
I downloaded an add-on for Firefox that lets you modify the CSS of a website (there’s probably one for Chrome too), and put these lines of code in it:
.w2g-main-right {
display: none;
}
.w2g-video-container {
max-height: calc(100vh - 100px);
}
.w2g-player-video {
max-height: 100%;
}
.w2g-player-search {
max-width: 100%;
}
Once you add it, W2G should look like this: https://i.imgur.com/a3C4AJc.jpeg
Pretty cool huh