remove titlebar from in-app-menu+PiP

Results in an experience similar to the native PiP, except plugins can work (for example precise-volume)
This commit is contained in:
Araxeus
2023-02-10 17:49:40 +02:00
parent 7bdbab5a2d
commit 5dd8d1a274
5 changed files with 31 additions and 53 deletions

View File

@ -39,3 +39,8 @@ img {
ytmusic-cast-button {
display: none !important;
}
/* Remove useless inaccessible button on top-right corner of the video player */
.ytp-chrome-top-buttons {
display: none !important;
}