给自己的站点:tokindle.net 使用畅言作为评论插件,使用一段时间之后发现有广告。市面上也有一些去广告的方法,可能是畅言更新了不怎么好用。然后自己琢磨了一下,重写畅言的 css 样式即可。
...
/* 畅言去广告 */ #feedAv { position: absolute ! important; height: 0px; transform: scale(0) !important; } #pop_ad { transform: scale(0) !important; }
...
可以看下效果图,这是有广告的 这是去广告之后的
我这里畅言用的样式是:PC 版
自适应手机版需要的朋友可以自己研究下
1 jorneyr 2019-05-13 09:10:31 +08:00 #pop_ad { transform: scale(0) !important; display: none !important; } 加个 display 更好 |
![]() | 3 nfroot 2019-05-13 10:54:58 +08:00 吾爱那个主题也是你的么 0 0 |
![]() | 4 justin2018 2019-05-13 23:31:35 +08:00 https://www.laoguoba.com/1341.html 这个可以看看~~ 美化版测试有效~ |
![]() | 5 hugee 2020-02-24 14:46:01 +08:00 这代码已经没用了 |