No Ads for Blogs

Posted 伊甸一点

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No Ads for Blogs相关的知识,希望对你有一定的参考价值。

最近浏览器出问题了还是博客园登录的问题。

每次进入自己博客都要输入密码。

然后进入某一篇博文查看时,底部总会有些垃圾广告。

怎么办呢。

好吧,真抱歉,为了营造良好的阅读环境,只好给你屏蔽掉了。

其实也不算屏蔽吗,只是display:none而已;

so,经过查看这些垃圾的id,可以在定制CSS页面中,修改这些垃圾是否展示。

屏蔽代码如下:

#ad_t2{
    display:none;
}
#cnblogs_c1{
    display:none;
}
#under_post_news{
    display:none;
}
#cnblogs_c2{
    display:none;
}
#under_post_kb{
    display:none;
}

广告已屏蔽,后续跟着博客园更新,继续屏蔽广告。

欢迎大家阅读无广告博文~

 

以上是关于No Ads for Blogs的主要内容,如果未能解决你的问题,请参考以下文章

IllegalArgumentException: No view found for id for fragment --- ViewPager in ViewPager

Top 100 Best Blogs for iOS Developers

There is no getter for property named xxx' in 'class java.lang.xxx'

hibernate在使用getCurrentSession时提示no session found for current thread

Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段

TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段