YouTubeの検索候補を消すだけのCSS
YouTubeの検索候補を消したい by menndouyukkuri
Details
Authormenndouyukkuri
LicenseCC0
Categoryyoutube.com
Created
Updated
Size421 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 YouTubeの検索候補を消したい
@namespace github.com/openstyles/stylus
@version 1.0.1
@description YouTubeの検索候補を消すだけのCSS
@author menndouyukkuri
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytSearchboxComponentSuggestionsContainer:not(:has(.ytSuggestionComponentRemoveLinkClearButton)) {
display: none;
}
}