bilibili 播放列表加长
bilibili 播放列表加长 by shijianjs
Details
Authorshijianjs
LicenseNo License
Categorywww.bilibili.com
Created
Updated
Size427 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 www.bilibili.com/video/BV1xs421u7CX/ - 2024年6月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.bilibili.com/video/") {
/* 播放列表加长 */
.video-sections-content-list{
max-height: calc(100vh - 320px) !important;
height: unset !important ;
}
}