Greasy Fork is available in English.
Moves the controls under the video and makes the UI look like it was before august 2015
< Opinie na 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); }
Zaloguj się, by odpowiedzieć.
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.