No Video...
Youtube for audiophiles by him
Details
Authorhim
LicenseNo License
Categoryyoutube.com
Created
Updated
Size657 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube For Audiophiles
@namespace https://userstyles.world/user/him
@version 1.0.0
@description YouTube SFW: only audio. No video.
@author wddd
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
.video-stream {
display: none !important;
}
.ytp-ce-video {
display: none !important;
}
.ytp-ce-expanding-image {
display: none !important;
}
.ytp-videowall-still {
display: none !important;
}
div {
background-image: none !important;
}
#progress {
display: block !important;
}
}