Make the right column of the youtube viewing page scrollable individually.
youtube視聴ページの右カラムを個別にスクロールできるようにします。
Authorminamitu
LicenseNo License
Categoryyoutube.com
Created
Updated
Size909 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Make the right column of the youtube viewing page scrollable individually.
youtube視聴ページの右カラムを個別にスクロールできるようにします。
/* ==UserStyle==
@name youtube right column Scroll
@version 20240603.22.16
@namespace https://userstyles.world/user/minamitu
@description Make the right column of the youtube viewing page scrollable individually.youtube視聴ページの右カラムを個別にスクロールできるようにします。
@author minamitu
@license No License
==/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;
}
yt-related-chip-cloud-renderer.ytd-watch-next-secondary-results-renderer{
position: sticky;
top: 0px;
z-index: 999;
background: #fff;
}
}