您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Ultrawide users retaliate against Luke Lafreniere
// ==UserScript== // @name Floatplane Theater Mode // @namespace https://github.com/AktasC/floatplane-plus-plus // @version 1.0 // @description Ultrawide users retaliate against Luke Lafreniere // @author AktasC // @match https://www.floatplane.com/post/* // @icon https://www.google.com/s2/favicons?sz=64&domain=floatplane.com // @grant GM_addStyle // ==/UserScript== GM_addStyle(` .player-container { max-height: 100% !important; max-width: 100% !important; } .inner-container { max-width: calc(100vh * (16/9)) !important; margin: auto; } `); /* ** W.I.P aka Trial & Error .video-js, .vjs-tech, .video-js.vjs-fill { max-height: 90% !important; max-width: 90vw !important; } .sidebar, sidebar-inner, .sidebar-inner-main-nav { max-width: 220px !important; } .route-wrapper {max-width: calc(100vw - 110px) !important; } .player-wrapper { max-height: 100vh !important; max-width: 100vw !important; } */