討論 » 開發

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://greatest.deepsurf.us/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.

發表回覆

登入以回覆