Widen video on tver.jp
Widen video on tver.jp by horihiro
Details
Authorhorihiro
LicenseNo License
Categorytver
Created
Updated
Code size599 B
Code checksuma0df42f3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Widen video on tver.jp
@version 20250218.08.14
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://tver.jp/episodes/"), url-prefix("https://tver.jp/live/") {
header, div[class*="Episode_container__"]>div:nth-child(2) {
display: none !important;
}
main {
padding-top: 20px !important;
}
div[js-fullscreen-target] {
max-width: 100%;
}
div[class*="Episode_container__"] {
grid-template-columns: minmax(0,1fr) 0px;
}
div[class^="series-player-layout_mainScreen__"] {
padding-left: 20px;
padding-right: 20px;
}
}