Widen video on tver.jp
Widen video on tver.jp by horihiro
Details
Authorhorihiro
LicenseNo License
Categorytver
Created
Updated
Size324 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 Widen video on tver.jp
@version 20240206.00.52
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://tver.jp/episodes/"), url-prefix("https://tver.jp/live/") {
div[class*="cross-column-layout_sidebar__"] {
display: none;
}
div[js-fullscreen-target] {
max-width: 100%;
}
}