Skip to content

w2g cinema mode reworked by user784598415286

Details

Authoruser784598415286

LicenseNo License

Categorywatchtogether

Created

Updated

Code size2.4 kB

Code checksum4a6af6df

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style removes bloat inside Watch Together rooms.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         w2g.tv/de/room/ - Oct 2023
@version      20231030.12.57
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://w2g.tv/de/room/"), url-prefix("https://w2g.tv/en/room/"), url-prefix("https://w2g.tv/pl/room/"), url-prefix("https://w2g.tv/ru/room/") {
/*REMOVE BULLSHIT*/
body > div.w2g-feedback-container.w2g-until-mobile > a,
#yt_a_message,
.rounded-l-none,
body > div.text-gray-200.w2g-bind-layout.w2g-main-container > div.w2g-main-lower > div.mt-2\.5.w2g-player-search > div.w2g-scroll-vertical > div > div.text-xs.w2g-center-plus.w2g-doit.w2g-until-mobile,
#w2g-scroll-marker,
#w2g-center-doit,
#w2g-editorial > div:nth-child(6),
#w2g-editorial > div:nth-child(5),
#w2g-editorial > div.flex.mr-1.space-x-4,
#w2g-editorial > div:nth-child(3),
#w2g-editorial > div:nth-child(2),
#w2g-editorial > div:nth-child(1){
	display: none !important;
}

/*Navbar*/
.bg-gradient-to-b{
	background-image: none;
	background-color: black;
}

.w2g-dropdown-header,
.whitespace-nowrap{
	display: none;
}

#search-bar-input,
.w2g-active-icon,
.rounded-l-none,
.select-none,
.w2g-input,
.w2g-button.primary,
.text-gray-800{
	background-color: #181a1b;
	border-color: transparent;
	color: #d0d0d0;
}

#w2g-top-inviteurl > div.primary.px-4.py-1.rounded-none.w2g-button:hover,
#w2g-top-inviteurl > div.primary.px-4.py-1.rounded-none.w2g-button:focus,
#w2g-top-inviteurl > div.primary.px-4.py-1.rounded-none.w2g-button:active,
.w2g-button.primary:hover,
.w2g-button.primary:active,
#search-bar-form > div > div.px-3.py-0.rounded-r-none.w2g-active-icon.w2g-button:hover,
#search-bar-form > div > div.px-3.py-0.rounded-r-none.w2g-active-icon.w2g-button:focus,
#search-bar-form > div > div.px-3.py-0.rounded-r-none.w2g-active-icon.w2g-button:active,
#search-bar-form > div > div.px-3.py-0.rounded-r-none.w2g-active-icon.w2g-button:focus-within{
	background: none;
	background-color: #3a4044 !important;

}

#w2g-top-inviteurl > input:focus{
	border-color: transparent;
}

#w2g-top-inviteurl > div.primary.px-4.py-1.rounded-none.w2g-button,
#search-bar-input{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.w2g-flash{
	background-color: #181a1b !important;
}

/*End Navbar*/

/* Remove Playlist right sidebar*/
.w2g-main-right {
	display: none;
}


}

Reviews

No reviews yet.