转载-CSDN文章打印为pdf代码(去广告,侧边栏,评论 etc.)
在浏览器界面右键点击检查, 或按F12, 在console中复制以下代码后回车即可.
(function(){
'use strict';
var articleBox = $("div.article_content");
articleBox.removeAttr("style");
$("#btn-readmore").parent().remove();
$("#side").remove();
$("#comment_title, #comment_list, #comment_bar, #comment_form, .announce, #ad_cen, #ad_bot").remove();
$(".nav_top_2011, #header, #navigator").remove();
$(".csdn-side-toolbar,.template-box,.reward-user-box").remove();
$(".p4course_target, .comment-box, .recommend-box, #csdn-toolbar, #tool-box,#dmp_ad_58, .more-toolbox, .article-info-box, .btn-readmore").remove();
$("aside").remove();
$(".tool-box").remove();
$("div.recommend-tit-mod").remove();
$("div.blog-footer-bottom").remove();
$("main").css('display','content');
$("main").css('float','left');
$("#mainBox").css('width','100%');
$(".main_father.clearfix.d-flex.justify-content-center").css("width","100%");
window.print();
})();
相较于原文, 我自己试着加了两行代码(没学过JS, 见笑), 把最底下的"相关推荐"和"关于"也给去了, 不过我怕会有什么不好的影响, 还请酌情使用(有问题去掉就行了).
我加的两行:
$("div.recommend-tit-mod").remove();
$("div.blog-footer-bottom").remove();
高山仰止, 景行行止; 虽不能至, 心向往之.