用css代码去畅言评论广告右下角弹窗弹窗


代码放入CSS文件下,清理一下浏览器缓存刷新一下广告就被屏蔽了

去评论列表的: 

#feedAv{ margin-top: -250px!important;transform: scale(0);}

去右下角弹窗的:

#MZAD_POP_PLACEHOLDER {
    display: none !important;
}
#pop_ad{
    display: none !important;
}