B站播放页面调整(模拟YOUTUBE)
B站播放页面调整(模拟YOUTUBE) by mianxiu
Details
Authormianxiu
LicenseNo License
Categorybilibili.com
Created
Updated
Code size1.6 kB
Code checksumb5c4ecad
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name B站播放页面调整(模拟YOUTUBE)
@version 20250413.06.42
@namespace https://userstyles.world/user/mixxiu
@author mixxiu
==/UserStyle== */
@-moz-document url-prefix("https://www.bilibili.com/video/") {
.video-container-v1 {
justify-content: center !important;
}
#danmukuBox {
display: none;
}
#viewbox_report {
/* padding-top: 8px!important */
display: block;
position: fixed;
background-color: white;
width: 62%;
z-index: 1;
}
#bilibili-player{
z-index: 3
}
.right-container,.right-container-inner{
width: 620px!important;
position: absolute !important;
left: 45%!important;
z-index:2;
top: 338px!important;
}
#arc_toolbar_report,#v_desc,.video-tag-container,.inside-wrp,#commentapp,#bilibili-player-placeholder-bottom{
width: 60% !important
}
#bilibili-player-placeholder-bottom-right,#bilibili-player-placeholder-bottom-left{
background-color: white
}
.left-container {
width: 100%;
}
#mirror-vdcon {
flex-direction: column!important
}
#bilibili-player-placeholder,
.bpx-player-container {
box-shadow: none;
}
.bpx-player-container[data-screen="normal"] .bpx-player-video-wrap > video,#bilibili-player,.bpx-player-container[data-screen="normal"] .bpx-player-video-wrap{
/* width: 1216px;
height: 684px ; */
width: 100%;
height: 100% ;
}
#playerWrap{
display: flex;
justify-content: center;
height: 684px !important;
}
/* .members-info-container{
position: absolute;
right: -10px;
top: 0;
margin-right: -1260px;
padding-top: 4px!important;
z-index: 100;
}
.members-info-container .container {
}
.right-container-inner{
padding-bottom: 0!important;
} */
}