Skip to content

Hide search field on viewing page by seijiro

Screenshot of Hide search field on viewing page

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;
}

Reviews

No reviews yet.