-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[功能建议]能否指定播放器大小?网页全屏 加强版宽屏 #492
Comments
开宽屏不行吗 |
宽屏太小了,不能填满网页窗口。 |
那么播放器调整R能和我的脚本一起用吗 |
播放器调整R在B站新版播放器界面有问题所以。。。 |
试试这个应该够宽了吧 bilibiliEvolved.installStyle({name: 'widescreenPlus', style: `.player-mode-widescreen #app {
position: relative !important;
}
.player-mode-widescreen #bofqi {
width: 98vw !important;
height: calc(100vh - 50px - 40px) !important;
position: absolute !important;
left: 1vw !important;
}
.player-mode-widescreen .player-wrap,
.player-mode-widescreen .danmaku-box {
height: calc(100vh - 50px - 40px) !important;
}`, displayName: '加强版宽屏', mode: 'important'}) |
谢谢谢谢,厉害厉害 比如像这个脚本这样的效果 https://github.com/Zren/ResizeYoutubePlayerToWindowSize/ 顶栏移动到视频底部从而实现播放器填充网页 |
可以像这个脚本这样的效果吗 https://github.com/Zren/ResizeYoutubePlayerToWindowSize/ 顶栏移动到视频底部从而实现播放器填充网页 |
那个脚本效果长什么样? 我上不了youtube |
错位的话,请开启「稍后再看重定向」 |
😄 这个功能怎么说呢。。。如果稍后观看里有一个视频还行,用稍后观看的时候大部分情况下都是有很多视频,重定向后的稍后观看需要手动播放下一个,所以超级麻烦 |
那你得找b站去做个新版稍后再看,旧版稍后再看这边不会再做适配 |
那就赶快催一下b站把稍后再看整个换新版吧 |
|
我是指youtube的设计跟b站不一样 强求把youtube的设计搬到b站总是会不完美的 |
本来问题是搜索顶栏位置能不能移动到下方,怎么和YouTube与B站扯上关系了? |
那个说的是稍后再看跟宽屏的问题 |
稍后观看是B站用旧版播放器问题(用旧版的界面再用旧版的调整R脚本可以解决),等B站用新版播放器应该就可以了 |
稍后再看那个得等b站了 |
顶栏下移版 bilibiliEvolved.installStyle({name: 'widescreenPlus', style: `.player-mode-widescreen #app {
position: relative !important;
}
.player-mode-widescreen #bofqi {
width: 100vw !important;
height: calc(100vh) !important;
position: absolute !important;
left: 0 !important;
}
.player-mode-widescreen .player-wrap,
.player-mode-widescreen .danmaku-box {
height: calc(100vh + 50px) !important;
}
.player-mode-widescreen .custom-navbar {
transform: translateY(100vh);
}
.player-mode-widescreen {
scrollbar-width: none !important;
}
.player-mode-widescreen #app {
transform: translateY(-70px);
}
.player-mode-widescreen::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}`, displayName: '加强版宽屏', mode: 'important'}) |
|
弹幕栏隐藏加一段: .player-mode-widescreen .bilibili-player-video-bottom-area {
display: none !important;
} |
弹幕栏可以自动隐藏吗?就像全屏模式那样移动到下面会自动出来 |
顶多是做成页面往下移动看到弹幕栏这样子 给高度加上46px(弹幕栏的高度) height: calc(100vh + 46px) !important; |
bilibiliEvolved.installStyle({name: 'widescreenPlus', style: 现在用的这个代码不能投币(会有遮罩) .player-mode-widescreen #app { |
不知道加在哪(┬_┬), |
就是把里面 |
bilibiliEvolved.installStyle({name: 'widescreenPlus', style: 这样操作没效果。。。 |
bilibiliEvolved.installStyle({name: 'widescreenPlus', style: `
.player-mode-widescreen #app {
position: relative !important;
}
.player-mode-widescreen #bofqi {
width: 100vw !important;
height: calc(100vh + 46px) !important;
position: absolute !important;
left: 0 !important;
}
.player-mode-widescreen .player-wrap,
.player-mode-widescreen .danmaku-box {
height: calc(100vh + 50px + 46px) !important;
}
.player-mode-widescreen .custom-navbar {
transform: translateY(calc(100vh + 46px));
}
.player-mode-widescreen {
scrollbar-width: none !important;
}
.player-mode-widescreen #app {
transform: translateY(-70px);
}
.player-mode-widescreen::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}`, displayName: '加强版宽屏', mode: 'important'}) |
可以了谢谢,不能投币是什么原因? |
投币点了得再往下一些 |
大佬又来麻烦你了😃
|
有个年更脚本更新了,和这个YouTube脚本一样 可以自动网页全屏还可以下滑查看评论 |
能否增加 像 https://greasyfork.org/zh-CN/scripts/371672-%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9-bilibili-com-%E6%92%AD%E6%94%BE%E5%99%A8%E8%B0%83%E6%95%B4r-ver-stardust
播放器调整R这类的调整播放器大小的功能?
指定播放器大小后可以滚动鼠标查看简介评论等(因为如果用网页全屏鼠标会不能滚动)
The text was updated successfully, but these errors were encountered: