Skip to content

youtube fix height playlist by f0xss

Screenshot of youtube fix height playlist

Details

Authorf0xss

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Увеличивает длинну списка очереди без прокрутки до 20

Notes

1.0.1
поддержка изминений на сайте

Source code

/* ==UserStyle==
@name           youtube fix height playlist
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Увеличивает длинну списка очереди без прокрутки до 20 \r\n 1.0.1 \r\n поддержка изминений на сайте
@author         Mr.Foxss
==/UserStyle== */
@-moz-document domain("youtube.com") {
	ytd-watch-flexy.style-scope.ytd-page-manager.hide-skeleton {
		/*min-height: 0;
		max-height: 1460px !important;
		--ytd-watch-flexy-scrollbar-width: 7px !important;
		--ytd-watch-flexy-space-below-player: 136px; */
		--ytd-watch-flexy-panel-max-height: 1460px !important;
		/*--ytd-watch-flexy-chat-max-height: 460px;
		--ytd-watch-flexy-structured-description-max-height: 460px;*/
	}
	ytd-playlist-panel-renderer[js-panel-height_] #container.ytd-playlist-panel-renderer {
		min-height: 0;
		max-height: 1460px !important;
		--ytd-watch-flexy-panel-max-height: 1460px !important;
	}
	#playlist.ytd-watch-flexy {
		max-height: 1460px !important;
	}
}

Reviews

No reviews yet.