@@ -546,11 +546,15 @@ taskkill /f /im chromedriver.exe
546546 * [ https://github.com/derjanb ] ( https://github.com/derjanb )
547547 * [ https://bbs.tampermonkey.net.cn ] ( https://bbs.tampermonkey.net.cn )
548548 * [ https://github.com/hmjz100/Online-disk-direct-link-download-assistant ] ( https://github.com/hmjz100/Online-disk-direct-link-download-assistant )
549- * [ https://github.com/syhyz1990 ] ( https://github.com/syhyz1990 )
550- * [ https://www.youxiaohou.com ] ( https://www.youxiaohou.com )
551- * CSDN去广告 [ https://github.com/adlered/CSDNGreener ] ( https://github.com/adlered/CSDNGreener )
552- * [ https://github.com/027xiguapi/code-box ] ( https://github.com/027xiguapi/code-box )
553549 * 百度云 [ https://github.com/hmjz100/LinkSwift ] ( https://github.com/hmjz100/LinkSwift )
550+ * [ https://github.com/syhyz1990 ] ( https://github.com/syhyz1990 )
551+ * [ https://www.youxiaohou.com/download.html ] ( https://www.youxiaohou.com/download.html )
552+ * [ https://greasyfork.org/zh-CN/scripts/546878 ] ( https://greasyfork.org/zh-CN/scripts/546878 )
553+ * [ https://greasyfork.org/zh-CN/scripts/521185 ] ( https://greasyfork.org/zh-CN/scripts/521185 )
554+ * [ https://greasyfork.org/zh-CN/scripts/544796 ] ( https://greasyfork.org/zh-CN/scripts/544796 )
555+ * [ https://greasyfork.org/zh-CN/scripts/512984 ] ( https://greasyfork.org/zh-CN/scripts/512984 ) 有广告
556+ * [ https://github.com/dongyubin/Baidu-VIP ] ( https://github.com/dongyubin/Baidu-VIP )
557+ * 小说下载 [ https://github.com/404-novel-project/novel-downloader ] ( https://github.com/404-novel-project/novel-downloader )
554558* 暴力猴 [ https://github.com/violentmonkey/violentmonkey ] ( https://github.com/violentmonkey/violentmonkey )
555559* 油猴 [ https://github.com/greasemonkey/greasemonkey ] ( https://github.com/greasemonkey/greasemonkey )
556560
@@ -559,6 +563,31 @@ taskkill /f /im chromedriver.exe
559563
560564
561565
566+ ** CSDN取消屏蔽**
567+
568+ ``` js
569+ const c = document .getElementById (" article_content" );
570+ c .style .height = " auto" ;
571+ c .style .overflow = " auto" ;
572+ document .querySelector (" #mainBox > main > div.hide-article-box.hide-article-pos.text-center" ).remove ();
573+ // 添加至浏览器标签,解决登陆后复制
574+ javascript: document .body .contentEditable = ' true' ;document .designMode = ' on' ; void 0
575+ ```
576+
577+ - [ https://github.com/search?q=CSDN ] ( https://github.com/search?q=CSDN )
578+ - [ https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated ] ( https://greasyfork.org/zh-CN/scripts?q=CSDN+vip&sort=updated )
579+ - [ https://github.com/027xiguapi/code-box ] ( https://github.com/027xiguapi/code-box )
580+ - [ https://github.com/maxzhang666/OneKeyVip ] ( https://github.com/maxzhang666/OneKeyVip )
581+ - [ https://github.com/adlered/CSDNGreener ] ( https://github.com/adlered/CSDNGreener )
582+ - [ https://greasyfork.org/zh-CN/scripts/378351 ] ( https://greasyfork.org/zh-CN/scripts/378351 )
583+ - [ https://github.com/Mrlimuyu/CSDN-VIP ] ( https://github.com/Mrlimuyu/CSDN-VIP )
584+ - [ https://greasyfork.org/zh-CN/scripts/545163 ] ( https://greasyfork.org/zh-CN/scripts/545163 )
585+ - [ https://greasyfork.org/zh-CN/scripts/508787 ] ( https://greasyfork.org/zh-CN/scripts/508787 )
586+ - [ https://github.com/Qalxry/csdn2md ] ( https://github.com/Qalxry/csdn2md )
587+ - [ https://github.com/bigintpro/csdn_downloader ] ( https://github.com/bigintpro/csdn_downloader )
588+ - [ https://github.com/zq2599/blog_demos ] ( https://github.com/zq2599/blog_demos )
589+
590+
562591
563592### Other
564593
0 commit comments