Hide pics so that don't be seen by leaders.
找到了,原来是只改变透明态度,不隐藏图片
body{
opacity:1 !important;
}
我把透明度改成隐藏图片了
imgStyle=`img, video{
display: none;
}
还有,能否做到只隐藏帖子内的图片,其它版头、头像之类的保留
类似 chiphell 这种滚动图片不能隐藏
https://www.chiphell.com/
还有论坛帖子列表是图墙模式的,图片也无法隐藏,我用另外一个隐藏图片的脚本也不能隐藏
https://greasyfork.org/zh-CN/scripts/420682
感谢,请问如何修改使页面不变暗