剔除百度热搜和广告,专注学习
剔除百度热搜和广告 - 2024年2月 by longzhangtong
Details
Authorlongzhangtong
LicenseNo License
Categorybaidu.com
Created
Updated
Size575 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name 剔除百度热搜和广告 - 2024年2月
@version 20240216.11.33
@namespace https://userstyles.world/user/longzhangtong
@description 剔除百度热搜和广告,专注学习
@author longzhangtong
@license No License
==/UserStyle== */
@-moz-document domain("baidu.com") {
/* 首页热搜 */
#s-hotsearch-wrapper {
display: none;
}
/* 搜索结果页热搜 */
#content_right {
display: none;
}
/* 搜索结果列表 */
#content_left > div:has(.c-gap-left),
#content_left > div:has(.ec-tuiguang) {
display: none;
}
}