ニコ生視聴ページ上部の検索欄非表示
Hide search field on viewing page by seijiro
Details
Authorseijiro
LicenseNo License
Categorynicovideo
Created
Updated
Size410 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 Hide search field on viewing page
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide the search field at the top of the Nico Live viewing page
@author Seijiro
==/UserStyle== */
@-moz-document url-prefix("https://live.nicovideo.jp/watch/") {
/* 検索欄非表示 */
}
.___page-header-area___2jSB0{
display: none !important;
}