Reviews for CSDN_CLEANER
CSDN_CLEANER by Firefox user 13718567
Review by chenjs
Rated 5 out of 5
by chenjs, 6 years ago这样写,也许不用频繁升级了。
if (document.querySelector('#mainBox')) {
document.querySelector(".btn-readmore").click();
document.querySelectorAll('body>:not(#mainBox),aside>:not(#asideProfile),main>:not(.blog-content-box):not(.comment-box)').forEach(e => {
e.style.display = 'none';
})
}
if (document.querySelector('#mainBox')) {
document.querySelector(".btn-readmore").click();
document.querySelectorAll('body>:not(#mainBox),aside>:not(#asideProfile),main>:not(.blog-content-box):not(.comment-box)').forEach(e => {
e.style.display = 'none';
})
}
10 reviews
- Rated 5 out of 5by 绍里浪个翁, 5 years ago
- Rated 5 out of 5by jonnyye, 5 years ago
Developer response
posted 6 years ago2018 年 9 月 13 日版本更新啦,页面上有关评论、收藏、点赞等按钮的工具栏在这一版中【暂时】移除。因为开发这个扩展的初衷是想着移除和页面内容无关的信息,从而获得更好的阅读体验,更加专注于文章内容本身。从这个立场出发,收藏、评论、点赞这些按钮存在着一定的矛盾,一方面我认为它们是和文章内容紧密相关的,应当得到保留,另一方面在部分人看来使用扩展后页面留白面积比较大,这些按钮会影响页面的整体美观。但既然当前有用户提出了建议,那就先暂时移除吧,等后面的版本更新我会将一些我认为可选移除的选项放在浏览器的工具栏按钮中,由用户自己决定是否移除。谢谢你们的支持,哈哈