Full Theater invidious

Maximize the video player without going fullscreen.

  1. /* ==UserStyle==
  2. @name Full Theater invidious
  3. @description Maximize the video player without going fullscreen.
  4. @author nullgemm
  5. @version 0.1.1
  6. @namespace https://gf.qytechs.cn/en/users/322108-nullgemm
  7. @license WTFPL
  8. ==/UserStyle== */
  9.  
  10. @-moz-document regexp("https://invidio\\.?us.*") {
  11. .pure-u-md-2-24
  12. {
  13. width: 0;
  14. }
  15.  
  16. .pure-u-md-20-24
  17. {
  18. width: 100%;
  19. }
  20.  
  21. .navbar
  22. {
  23. position: fixed;
  24. left: 0;
  25. right: 0;
  26. margin: 0;
  27. padding: 1em;
  28. z-index: 2;
  29. opacity: 0;
  30. background-color: rgba(35, 35, 35, 1);
  31. box-shadow: 0 0 10px #000;
  32. }
  33.  
  34. .pure-u-md-4-24,
  35. .pure-u-md-12-24,
  36. .pure-u-md-8-24
  37. {
  38. opacity: 0;
  39. transition: opacity 0.05s linear 0.05s;
  40. }
  41.  
  42. .navbar:hover .pure-u-md-4-24,
  43. .navbar:hover .pure-u-md-12-24,
  44. .navbar:hover .pure-u-md-8-24
  45. {
  46. opacity: 1;
  47. }
  48.  
  49. .navbar:hover
  50. {
  51. opacity: 1;
  52. }
  53.  
  54. #player-container
  55. {
  56. padding-bottom: 100vh;
  57. padding-left: 0;
  58. padding-right: 0;
  59. }
  60.  
  61. .player-dimensions.vjs-fluid
  62. {
  63. padding-top: 100vh;
  64. }
  65.  
  66. .vjs-big-play-button
  67. {
  68. top: calc(50% - 45px / 2) !important;
  69. left: calc(50% - 90px / 2) !important;
  70. }
  71. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址