Skip to content

display youtube video full title by smile1120

Details

Authorsmile1120

LicenseMIT

Categoryyoutube.com

Created

Updated

Size348 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

display youtube video full title

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         youtube.com
@version      20230725.02.22
@namespace    ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* display youtube video full title */
/** on video page */
h1.ytd-watch-metadata,
/** on homepage and subscription page */
#video-title.ytd-rich-grid-media {
  overflow: visible;
  display: inline;
}
}

Reviews

No reviews yet.