转自:博客园去除文章底部广告 - ThinkGone - 博客园

还没试过效果,先保存一下代码吧。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
#cnblogs_c1,
#cnblogs_c2,
#cnblogs_ch,
#ad_t2,
#opt_under_post
{
display: none !important;
}
.itnews,
.c_ad_block,
cnblogs_ch
{
display: none !important;
}
</style>

我改了一下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- 去广告 -->
<style>
#cnblogs_c1,
#cnblogs_c2,
#cnblogs_ch,
#ad_t2,
#under_post_card1,
#under_post_card2,
#opt_under_post
{
display: none !important;
}
.itnews,
.c_ad_block,
cnblogs_ch
{
display: none !important;
}
</style>

文章顶部图和背景切合

参考教程:Butterfly主题解决方案 - ThinkGone - 博客园