简单修改百度首页,去除广告
BaiduPurify by VanNistelrooy10
Details
AuthorVanNistelrooy10
LicenseMIT
CategoryBaidu
Created
Updated
Size591 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 BaiduPurify
@namespace USO Archive
@author "Shizuku"
@description "简单修改百度首页,去除广告"
@version 20231104
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("http://baidu.com"), url-prefix("http://www.baidu.com"), url-prefix("https://www.baidu.com"), url-prefix("https://baidu.com") {
#s_main {
display: none;
}
#bottom_layer {
display: none;
}
#s_top_wrap {
display: none;
}
.s-top-left-new .mnav {
display: none;
}
#s_lg_img {
top: 50%;
}
#form {
top: 25%;
}
}