CSDN——打印博客

本文描述了如何打印干净的CSDN博客
参考博客: https://blog.csdn.net/sinat_42483341/article/details/89354222


使用JavaScript脚本

本方法适用在Chrome中

  • 在Chrome的调试窗口中,Console处输入下面的脚本即可
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    (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();
    })();

使用油猴插件

没搜索到相关脚本,有时间的时候自己实现一份

  • 基本功能
    • 在CSDN网站访问时添加一个”打印博客”按钮,点击即可打印