Greasy Fork镜像 is available in English.

議論 » 開発

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://greasyforks.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.

返信を投稿

返信を投稿するにはログインしてください。

长期地址
遇到问题?请前往 GitHub 提 Issues。