Moves the controls under the video and makes the UI look like it was before august 2015
< 腳本Youtube UI Fix的回應
I noticed that when moving the back button to the bottom, it doesn't actually go all the way down. So I made this to fix that, I've added a couple of extra tweaks.
.ytp-settings-menu .ytp-panel { display: flex; flex-direction: row; flex-wrap: wrap; } .html5-video-player:not(.ytp-fullscreen) .ytp-settings-menu .ytp-panel .ytp-menuitem { height: 38px; } .ytp-settings-menu .ytp-panel .ytp-panel-header, .ytp-settings-menu .ytp-panel .ytp-panel-header button.ytp-panel-title { width: 100%; } .ytp-settings-menu .ytp-panel .ytp-panel-header { display: flex; } .ytp-settings-menu .ytp-panel .ytp-panel-header .ytp-panel-title { order: 1; } .ytp-settings-menu .ytp-panel .ytp-panel-header .ytp-panel-options { order: 2; padding: 0 20px 0 25px; margin-left: 10px; } .ytp-settings-menu .ytp-panel button:hover { background-color: rgba(255,255,255,.1); }
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
I noticed that when moving the back button to the bottom, it doesn't actually go all the way down. So I made this to fix that, I've added a couple of extra tweaks.