隐藏敏感信息
隐藏敏感信息 by diya0717
Details
Authordiya0717
LicenseNo License
Categoryjd.com
Created
Updated
Size375 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 隐藏敏感信息
@version 20240318.15.49
@namespace ?
@description 隐藏敏感信息
==/UserStyle== */
@-moz-document domain("jd.com") {
#ttbar-login{
display:none;
}
}
@-moz-document domain("baidu.com") {
#s-top-username{
display:none;
}
}
@-moz-document url-prefix("taobao.com") {
.site-nav-user{
display:none;
}
}