您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
YouTube Theatre Mode will take up the full height of the screen.
/* ==UserStyle== @name YouTube Theater Mode Zoom In @namespace https://gf.qytechs.cn/en/users/1335250-%E7%84%A1%E7%BD%AA @version 0.1 @license MIT @description YouTube Theatre Mode will take up the full height of the screen. @author 無罪 ==/UserStyle== */ @-moz-document url-prefix("https://www.youtube.com/watch?v="), url-prefix("https://www.youtube.com/live/") { ytd-watch-flexy[full-bleed-player] #full-bleed-container.ytd-watch-flexy { height: 100vh !important; max-height: calc(100vh - 56px) !important; } ytd-watch-flexy[fullscreen] #full-bleed-container.ytd-watch-flexy { max-height: 100vh !important; } ytd-watch-grid[full-bleed-player] #player-full-bleed-container.ytd-watch-grid { height: 100vh !important; max-height: calc(100vh - 56px) !important; } ytd-watch-grid[fullscreen] #player-full-bleed-container.ytd-watch-grid { max-height: 100vh !important; } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址