no image, no thumbnail
youtube, but has no image by reazongd
Details
Authorreazongd
LicenseNo License
Categoryyoutube.com
Created
Updated
Size604 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 but has no image
@version 20240402.01.19
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
yt-img-shadow,
#thumbnail,
#thumbnail-container,
#avatar-link,
ytd-thumbnail,
img{
display: none !important;
width: 0;
height: 0;
}
a,
#video-title.ytd-rich-grid-media,
yt-formatted-string{
max-height: none;
-webkit-line-clamp: 10 !important;
}
ytd-reel-item-renderer,
ytd-compact-video-renderer,
ytd-compact-radio-renderer,
#content.ytd-rich-item-renderer{
background: #fff1;
padding: 5px 15px;
border-radius: 5px
}
}