给自己的站点:tokindle.net 使用畅言作为评论插件,使用一段时间之后发现有广告。市面上也有一些去广告的方法,可能是畅言更新了不怎么好用。然后自己琢磨了一下,重写畅言的 css 样式即可。
...
/* 畅言去广告 */
#feedAv {
position: absolute ! important;
height: 0px;
transform: scale(0) !important;
}
#pop_ad {
transform: scale(0) !important;
}
...
可以看下效果图,这是有广告的
这是去广告之后的

我这里畅言用的样式是:PC 版
自适应手机版需要的朋友可以自己研究下