csdn 上看文章时每次还得点阅读更多,其实作为前端工程师的好处就来了,写个油猴脚本,就两行,自动查看更多,隐藏掉底部很讨厌的登录框
@match *://blog.csdn.net/*/article/details/*
window.onload = function() {
document.getElementById('btn-readmore').click()
document.querySelector('.pulllog-box').style.display = 'none'
}
@match *://blog.csdn.net/*/article/details/*
window.onload = function() {
document.getElementById('btn-readmore').click()
document.querySelector('.pulllog-box').style.display = 'none'
}
展开
1
14
![[黑脸]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_99.3264111.png)