画面左側にて幅を取るサイドメニューを削除します
www.nicovideo.jp/watch の左側空間(メニュー)削除 by ashiojin
Details
Authorashiojin
LicenseNo License
Categorywww.nicovideo.jp
Created
Updated
Size227 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 www.nicovideo.jp
@version 20231101.13.18
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.nicovideo.jp/watch/") {
.VideoMenuDrawerPlaceHolder {
display: none;
}
}