Skip to content

Better YouTube Comment Search (YCS) UI by verdaderoken

Screenshot of Better YouTube Comment Search (YCS) UI

Details

Authorverdaderoken

LicenseMIT

Categoryyoutube

Created

Updated

Size728 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the YouTube Comment Search UI more aligned with YouTube's current UI (2024)

Notes

Source code

/* ==UserStyle==
@name         YCS Extended
@version      20241218.00.13
@namespace    youtube
@description  YouTube Comment Search Refined
@author       verdaderoken
@license      MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {

.ycs-app {
	border-radius: 12px;	
	border: none !important; 
	background-color: #272727;
}


.ycs-app button {
	border-radius: 2rem;
	min-height: 28px !important;
	padding: 0 16px;
	margin: 2px;
}

#ycs_title_information {
	font-weight: bold;
}

#ycs-count-load {
	font-size: unset;
	font-weight: normal;
	color: #a6a5a6;
}

.ycs-search-select {
	border-radius: 0 2rem 2rem 0  !important;
}
.ycs-searchbox {
	border-radius: 2rem 0 0 2rem ;
}
}

Reviews

No reviews yet.