Skip to content

youtube video title fix by f0xss

Screenshot of youtube video title fix

Details

Authorf0xss

LicenseNo License

Categoryyoutube

Created

Updated

Size512 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

add full video title

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube video title fix
@namespace      github.com/openstyles/stylus
@version        1.1.4
@description    A new userstyle
@author         Foxss
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions/"),
url-prefix("https://www.youtube.com/") {
/*@var number	  maxlines "Max lines for title" [3, 0, 5, 1] знач.поо умолч, мин, макс, шаг*/
	#video-title.ytd-rich-grid-media {
		max-height: 11rem;
		-webkit-line-clamp: 5;
	}
}

Reviews

No reviews yet.