Skip to content

YouTube Compact Watch Page by bubblyvaporeon

Details

Authorbubblyvaporeon

LicenseNo License

Categoryyoutube.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the YouTube watch page layout to a more compact one.

Notes

Version 2.0 - Name change and updates to code.
Version 1.0 - Initial Release

Source code

// ==UserStyle==
// @name            YouTube Compact Watch Page
// @namespace       youtube.com
// @version         2.0
// @description     Changes the YouTube watch page layout to a more compact one.
// @author          bubblyvaporeon
// ==/UserStyle==

@-moz-document domain("youtube.com") {
/* Replaces certain styles. */
ytd-watch-metadata { 
  display: all !important;
}
ytd-video-primary-info-renderer { 
  display: block !important;
}
#meta-contents[hidden], #info-contents[hidden] { 
  display: allow !important;
}


/* Adds second comment section. */
#comment-teaser.ytd-watch-metadata {
display: visible;
}
/* Adds border around creator's name and sub button. */
#owner.ytd-watch-metadata {
border: visible; 
}
/* Adds border around creator's name and sub button. */
ytd-watch-metadata:not([modern-metapanel]) #owner.ytd-watch-metadata {
border: visible;
}
/* Changes the video title font. */
ytd-watch-metadata[smaller-yt-sans-light-title] h1.ytd-watch-metadata {
  font-family: "YouTube Sans","Roboto",sans-serif;
  font-weight: 600;
  font-size: 20px;
}
ytd-video-primary-info-renderer[use-yt-sans20-light] .title.ytd-video-primary-info-renderer {
  font-family: "YouTube Sans","Roboto",sans-serif;
  font-weight: 600;
  font-size: 18px;
}
/* Adds the bold letters on upload date and view count. */
.yt-formatted-string[style-target="bold"] {
  font-weight: 500;
}
}

Reviews

No reviews yet.