Floatplane Theater Mode

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; }
*/

QingJ © 2025

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