百度搜索页面屏蔽AI问答模块
百度搜索屏蔽AI问答 by bmqy
Details
Authorbmqy
LicenseNo License
Categorybaidu
Created
Updated
Size412 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 百度搜索屏蔽AI问答
@namespace https://bmqy.net
@version 1.0.0
@description 百度搜索页面屏蔽AI问答模块
@author bmqy
==/UserStyle== */
@-moz-document url-prefix("https://www.baidu.com/s") {
/* 在此插入代码... */
#container{
#content_left{
div[tpl="wenda_generate"],
div[tpl="ai_index"]{
display: none;
}
}
}
}