Diskussionen » Entwicklung

Prevent control panel from disappearing player at https://invidious.vpsburti.com/

§
Veröffentlicht: 03.05.2023

This moves the panel down below the player:

.video-js .vjs-control-bar {
position: static;
visibility: visible;
}

Stylus or Violentmonkey

§
Veröffentlicht: 03.05.2023

Example

§
Veröffentlicht: 03.05.2023

Implementation for youtube.com/ here: https://greasyfork.org/en/scripts/11485-youtube-ui-fix

§
Veröffentlicht: 03.05.2023

Solution :

.video-js .vjs-control-bar {
position: static;
visibility: visible;
opacity :1!important;
}

But in the full screen version, the elements move to the ceiling.

Antwort schreiben

Anmelden um eine Antwort zu senden.