@@ -117,13 +117,13 @@ if (
117117) {
118118 // 基本功能part, basicItems
119119 {
120- // BV号转AV号, 在url变化时需重载
121- basicItems . push ( new NormalItem ( 'video-page-bv2av' , 'BV号转AV号 (需刷新) ' , false , bv2av , true , null ) )
122- // 净化分享, 默认开启
120+ // BV号转AV号, 在url变化时需重载, 关闭功能需刷新
121+ basicItems . push ( new NormalItem ( 'video-page-bv2av' , 'BV号转AV号' , false , bv2av , true , null ) )
122+ // 净化分享, 默认开启, 关闭功能需刷新
123123 basicItems . push (
124124 new NormalItem (
125125 'video-page-simple-share' ,
126- '净化分享功能 (需刷新) ' ,
126+ '净化分享功能' ,
127127 true ,
128128 simpleShare ,
129129 false ,
695695 }
696696 .bpx-player-container[data-screen=full] .bpx-player-control-bottom-center,
697697 .bpx-player-container[data-screen=web] .bpx-player-control-bottom-center {
698- padding: 0 0 !important;
698+ padding: 0 15px !important;
699699 }
700700 /* 弹幕开关按钮贴紧左侧, 有章节列表时增大列表宽度 */
701701 .bpx-player-container[data-screen=full] .bpx-player-control-bottom-left,
@@ -997,15 +997,17 @@ if (
997997 `#multi_page .next-button {display: none !important;}` ,
998998 ) ,
999999 )
1000- // 隐藏 视频时长
1000+ // 隐藏 相关视频 视频时长
10011001 rightItems . push (
10021002 new NormalItem (
10031003 'video-page-hide-right-container-duration' ,
10041004 '隐藏 相关视频 视频时长' ,
10051005 false ,
10061006 undefined ,
10071007 false ,
1008- `#reco_list .duration {display: none !important;}` ,
1008+ `#reco_list .duration {display: none !important;}
1009+ /* 适配watchlater, favlist */
1010+ .recommend-list-container .duration {display: none !important;}` ,
10091011 ) ,
10101012 )
10111013 // 隐藏 相关视频 稍后再看按钮
@@ -1016,7 +1018,9 @@ if (
10161018 false ,
10171019 undefined ,
10181020 false ,
1019- `#reco_list .watch-later-video {display: none !important;}` ,
1021+ `#reco_list .watch-later-video {display: none !important;}
1022+ /* 适配watchlater, favlist */
1023+ .recommend-list-container .watch-later-video {display: none !important;}` ,
10201024 ) ,
10211025 )
10221026 // 隐藏 相关视频 UP主
@@ -1034,6 +1038,15 @@ if (
10341038 display: flex;
10351039 flex-direction: column;
10361040 justify-content: space-between;
1041+ }
1042+ /* 适配watchlater, favlist */
1043+ .recommend-list-container .info .upname {
1044+ display: none !important;
1045+ }
1046+ .recommend-list-container .info {
1047+ display: flex;
1048+ flex-direction: column;
1049+ justify-content: space-between;
10371050 }` ,
10381051 ) ,
10391052 )
@@ -1052,18 +1065,29 @@ if (
10521065 display: flex;
10531066 flex-direction: column;
10541067 justify-content: space-between;
1068+ }
1069+ /* 适配watchlater, favlist */
1070+ .recommend-list-container .info .playinfo {
1071+ display: none !important;
1072+ }
1073+ .recommend-list-container .info {
1074+ display: flex;
1075+ flex-direction: column;
1076+ justify-content: space-between;
10551077 }` ,
10561078 ) ,
10571079 )
1058- // 隐藏 全部相关视频
1080+ // 隐藏 相关视频 全部列表
10591081 rightItems . push (
10601082 new NormalItem (
10611083 'video-page-hide-right-container-reco-list-rec-list' ,
1062- '隐藏 全部相关视频 ' ,
1084+ '隐藏 相关视频 全部列表 ' ,
10631085 false ,
10641086 undefined ,
10651087 false ,
1066- `#reco_list .rec-list {display: none !important;}` ,
1088+ `#reco_list .rec-list {display: none !important;}
1089+ /* 适配watchlater, favlist */
1090+ .recommend-list-container {display: none !important;}` ,
10671091 ) ,
10681092 )
10691093 // 隐藏 活动banner, 默认开启
@@ -1458,7 +1482,9 @@ if (
14581482 false ,
14591483 undefined ,
14601484 false ,
1461- `.fixed-sidenav-storage .mini-player-window {display: none !important;}` ,
1485+ `.fixed-sidenav-storage .mini-player-window {display: none !important;}
1486+ /* 适配watchlater, favlist */
1487+ .float-nav-exp .nav-menu .item.mini {display: none !important;}` ,
14621488 ) ,
14631489 )
14641490 // 隐藏 客服, 默认开启
@@ -1469,7 +1495,9 @@ if (
14691495 true ,
14701496 undefined ,
14711497 false ,
1472- `.fixed-sidenav-storage .customer-service {display: none !important;}` ,
1498+ `.fixed-sidenav-storage .customer-service {display: none !important;}
1499+ /* 适配watchlater, favlist */
1500+ .float-nav-exp .nav-menu a:has(>.item.help) {display: none !important;}` ,
14731501 ) ,
14741502 )
14751503 // 隐藏 回顶部
@@ -1480,7 +1508,9 @@ if (
14801508 false ,
14811509 undefined ,
14821510 false ,
1483- `.fixed-sidenav-storage .back-to-top {display: none !important;}` ,
1511+ `.fixed-sidenav-storage .back-to-top {display: none !important;}
1512+ /* 适配watchlater, favlist */
1513+ .float-nav-exp .nav-menu .item.backup {display: none !important;}` ,
14841514 ) ,
14851515 )
14861516 }
0 commit comments