add full video title
youtube video title fix by f0xss
Details
Authorf0xss
LicenseNo License
Categoryyoutube
Created
Updated
Size735 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 video title fix
@namespace github.com/openstyles/stylus
@version 1.1.5
@description A new userstyle
@author Foxss
@preprocessor stylus
@var range setnumlines 'Max lines for title' [3, 0, 5, 1, ""]
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions/"),
url-prefix("https://www.youtube.com/") {
/*@var number maxlines "Max lines for title" [5, 0, 5, 1] знач.поо умолч, мин, макс, шаг*/
ytd-rich-grid-media[mini-mode] #video-title.ytd-rich-grid-media,
#video-title.ytd-rich-grid-media,
.ShortsLockupViewModelHostOutsideMetadataTitle {
max-height: 11rem;
-webkit-line-clamp: setnumlines !important;
}
}