把b站搜索栏关键词隐藏
b站搜索栏关键词屏蔽 by version4
Details
Authorversion4
LicenseNo License
Categorybilibili.com
Created
Updated
Size592 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.bilibili.com - 2023/8/3 05:14:36
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("bilibili.com") {
/* 在此插入代码... */
input.nav-search-input::-webkit-input-placeholder {
color: transparent !important
}
input.v-middle.nav-search-content::-webkit-input-placeholder {
color: transparent !important
}
input.nav-search-keyword::-webkit-input-placeholder {
color: transparent !important
}
}