Greasy Fork is available in English.

【移动端】百度系优化

用于【移动端】的百度系列产品优化,包括【百度搜索】、【百家号】、【百度贴吧】、【百度文库】、【百度经验】、【百度百科】、【百度知道】、【百度翻译】、【百度图片】、【百度地图】、【百度好看视频】、【百度爱企查】、【百度问题】、【百度识图】等

< Feedback on 【移动端】百度系优化

Review: Good - script works

§
Posted: 25.2.2024

大佬可以屏蔽百度优选,购物那个吗

WhiteSevsAuthor
§
Posted: 26.2.2024
Edited: 26.2.2024

是搜索智能聚合内的百度优选吗? 更新脚本最新版,且新增拦截规则

// 百度优选顶部横幅
match-attr##srcid##zk_sc_header
// 商品选购信息流
match-attr##srcid##sp_entity_choose
// 品牌排行
match-attr##srcid##lego_tpl
// 全网热卖
match-attr##srcid##sp_purc_san
// 精选笔记
match-attr##srcid##note_lead

这样的话还留下一个百度百科(可能),所以再加上个自定义样式

.c-result.result[srcid="sg_kg_entity_san"]{
    margin-top: 30px;
}
.c-result.result[srcid="sg_kg_entity_san"] article{
    border-radius: 0.12rem;
}

Post reply

Sign in to post a reply.