← 作ったコード。
TwitchのVideo Statsの透過
TwitchプレイヤーのVideo Statsを透過するスタイル。
Video Statsの背景と見出しを半透明に。文字色の調整。
プレイヤー操作バーへの背景グラデーション追加。
CSS
コードをコピー
@-moz-document url-prefix("https://www.twitch.tv/") { [data-a-target="player-overlay-video-stats"] { background-color: oklch(0.2 0.006 286 / 40%) !important; color: oklch(0.8521 0.0823 296.01 / 90%) !important; } .tw-table-heading { background-color: oklch(0.2 0.006 286 / 50%) !important; } .player-controls { background: linear-gradient(0deg,#000 0,rgba(0,0,0,.5) 40%,transparent); padding-top: 1rem; } }