您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Stylussで使うと良いと思いますまる なんでTVerあんな中途半端な大きさなの
/* ==UserStyle== @name Tverプレイヤーでかくする @namespace github.com/openstyles/stylus @version 1.0.3 @description Stylussで使うと良いと思いますまる なんでTVerあんな中途半端な大きさなの @author Me @license MIT ==/UserStyle== */ @-moz-document domain("tver.jp") { /* プレイヤーの最大サイズ */ [class^="PlayerLayout_host__"], [class^="player_host__"] { max-width: 1330px; } /* プレイヤー上のマージン削除 */ [class^="Episode_main__"], [class^="cross-column-layout_main__"] { margin: 0px; } /* プレイヤー横のマージン削除 */ [class^="series-player-layout_mainScreen__"] { padding: 0px; } /* 動画ページの横幅制限 */ [class^="Episode_container__"] { max-width: 1700px; } /* liveページの横幅制限 */ [class^="SpecialLiveDetail_contentsWrapper__"] { max-width: 1700px; margin: auto; width: 100%; } /* タイトル位置調整 */ [class^="series-player-layout_body___"]{ padding-left: 0px; padding-top: 5px; } }