An even more compact layout for the Youtube Watch later playlist, so you can actually manage it reasonably.
Youtube Compact+ Watch Later Playlist (4.4x compression) by leodj
Details
Authorleodj
LicenseCC-BY-NC
Categoryyoutube.com
Created
Updated
Size1.8 kB
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 Watch Later Playlist Compact (4.4x compression)
@namespace youtube.com
@version 1.0.0
@description An even more compact layout for the Youtube Watch later playlist, so you can actually manage it reasonably.
@author LeoDJ
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/playlist?list=WL") {
/* 4.5x compression compared to original sytele */
ytd-thumbnail.ytd-playlist-video-renderer {
height: 17px;
width: 72px;
}
ytd-thumbnail-overlay-resume-playback-renderer {
height: 1px;
width: 30px;
}
#video-title.ytd-playlist-video-renderer {
margin-bottom: 0;
font-size: 1.2rem;
-webkit-line-clamp: 1;
}
ytd-thumbnail-overlay-resume-playback-renderer {
height: 1px;
}
#contributor.ytd-playlist-video-renderer, #index.ytd-playlist-video-renderer, #content.ytd-playlist-video-renderer {
padding: 1px 0;
}
#video-title.ytd-playlist-video-renderer {
margin-bottom: 0;
font-size: 1.2rem;
}
#text.ytd-thumbnail-overlay-time-status-renderer {
max-height: 1.2rem;
}
#meta.ytd-playlist-video-renderer {
display: flex;
}
h3.ytd-playlist-video-renderer {
width: 50%;
}
ytd-thumbnail #thumbnail.ytd-thumbnail yt-img-shadow.ytd-thumbnail {
width: 30px;
}
ytd-thumbnail-overlay-time-status-renderer {
margin: 1px;
padding: 0px 2px;
font-size: var(--yt-badge-font-size,0.8rem);
}
ytd-playlist-video-renderer {
height: 24px;
}
#badges.ytd-playlist-video-renderer {
margin: 0px;
}
}