再生画面のヘッダを小さく、動画部分を拡大して表示します。
ライブ・通常番組共通です
tver.jp 画面拡大 by tama522
Details
Authortama522
LicenseNo License
Categorytver
Created
Updated
Size941 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tver.jp
@version 20241225.12.14
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://tver.jp/") {
img[src="/images/SP_btn_SpecialLive_nowonair.svg"],img[src="/images/PC_btn_SpecialLive_nowonair.svg"],div[class*="cross-column-layout_sidebar_"],span[class*="nav-item_label_"]{
display: none;
}
header,img[src="/images/PC_item_logo.svg"],header img,header button,header div,div[class*="channel-tabs_tabs_"],div[class*="channel-tabs_scrollTabs_"]{
height:25px !important;
}
[class*="account-item_account_"]{
height:16px;
}
img[class*="account-item_icon"]{
height:16px !important;width:auto !important;
}
body{
padding-top:25px;
}
div[class*="channel-tabs_tabs_"] img{
height:20px;width: auto;
}
div[class*="cross-column-layout_main_"]{
margin:5px !important;
}
div[class*="series-player-layout_mainScreen_"]{
padding:0 10px 10px 0;
}
}