360 AI搜索净化
www.sou.com by blysin
Details
Authorblysin
LicenseNo License
Categorywww.sou.com
Created
Updated
Size408 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.sou.com - 2024年5月
@version 20240514.02.59
@namespace https://userstyles.world/user/blysin
@description 360 AI搜索净化
@author blysin
==/UserStyle== */
@-moz-document domain("www.sou.com") {
#input_content ~ * {
display: none;
}
#input_top + div {
display: none;
}
#recommend_list_wrap > div > div > :first-child ~ * {
display: none;
}
}