Greasy Fork is available in English.

Обсуждения » Разработка

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

This moves the panel down below the player:

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

Stylus or Violentmonkey

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.

Ответить

Войдите, чтобы ответить.