Skip to content

Instantly share code, notes, and snippets.

@zknx
zknx / DisableYouTubeNewUI.user.css
Last active October 28, 2025 16:46
Disable youtube new UI
/* ==UserStyle==
@name Disable youtube new UI
@namespace github.com/openstyles/stylus
@version 1.1.0
@author zknx
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
/* Disable hover effect on home feed videos */
.yt-lockup-metadata-view-model__title {
color: var(--yt-spec-text-primary) !important;