mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
18 lines
520 B
Markdown
18 lines
520 B
Markdown
打开视频/番剧时自动定位到指定位置
|
||
|
||
<div class="video-default-location-desc-detail">
|
||
|
||
位置:距离页面顶部的像素距离\
|
||
默认位置:打开视频时自动定位到此处\
|
||
位置测试:查看、调整当前页面所在位置
|
||
|
||
当前版本限制默认位置的最大值为 4000。脚本不会等待评论完成加载,因此较大的默认位置将无法正确定位。
|
||
|
||
</div>
|
||
|
||
<style>
|
||
.video-default-location-desc-detail.video-default-location-desc-detail p {
|
||
margin-top: 1ex;
|
||
}
|
||
</style>
|