CSDN blog保存为pdf小技巧

狂风中的少年 提交于 2020-01-27 12:09:06

1、下载Google Chrome浏览器,在右上角点开设置一栏,找到更多工具—开发者工具
2、在Console中黏贴下面一段代码,然后按回车键即可,当前页面的pdf会自动加载出来。

(function(){
$("#side").remove();
$("#comment_title, #comment_list, #comment_bar, #comment_form, .announce, #ad_cen, #ad_bot").remove();
$(".nav_top_2011, #header, #navigator").remove();
$(".p4course_target, .comment-box, .recommend-box, #csdn-toolbar, #tool-box").remove();
$("aside").remove();
$(".tool-box").remove();
$("main").css('display','content'); 
$("main").css('float','left'); 
window.print();

$("tool-box").remove();
})();
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!