Skip to content

Youtube Compact Watch Later Playlist (2.3x compression) by leodj

Screenshot of Youtube Compact Watch Later Playlist (2.3x compression)

Details

Authorleodj

LicenseCC-BY-NC

Categoryyoutube.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A more compact layout for the Youtube Watch later playlist, so you can actually manage it reasonably.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Youtube Compact Watch Later Playlist (2.3x compression)
@namespace      youtube.com
@version        1.0.0
@description    A 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") {
    
    /* 2.3x compression compared to original sytele */

    ytd-thumbnail.ytd-playlist-video-renderer {
      height: 34px;
      width: 60px;
    }

    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;
    }

    ytd-thumbnail-overlay-time-status-renderer {
      margin: 1px;
      padding: 0px 2px;
      font-size: var(--yt-badge-font-size,0.8rem);
    }
    
    ytd-playlist-video-renderer[amsterdam] #content.ytd-playlist-video-renderer {
      padding: 0;
    }

}

Reviews

No reviews yet.