토론 » 개발

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

§
게시: 2023-05-03

This moves the panel down below the player:

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

Stylus or Violentmonkey

§
게시: 2023-05-03

Example

§
게시: 2023-05-03

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

§
게시: 2023-05-03

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.

답글 게시

답글을 게시하려면 로그인하세요.