Skip to content

youtube right column Scroll by minamitu

Details

Authorminamitu

LicenseNo License

Categoryyoutube.com

Created

Updated

Size488 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the right column of the youtube viewing page scrollable individually.

youtube視聴ページの右カラムを個別にスクロールできるようにします。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         youtube right column Scroll
@version      20230319.01.23
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch") {
\\.ytp-chapter-hover-container{
	width:100%!important;
}
\\.ytp-chapter-hover-container{
	transform: scale(1.05, 1)!important;
}

#secondary-inner{
	height:calc(100vh - 24px - 56px); 
	overflow-x: hidden; 
	position: fixed; 
	width:var(--ytd-watch-flexy-sidebar-width);
	overscroll-behavior: contain;
}
}

Reviews

No reviews yet.