CSDN和博客园文章下载

【CSDN文章下载】

(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();
    $("#toolBarBox").remove();
    $("main").css('display','content'); 
    $("main").css('float','left');
    $(".option-box").remove();
    $("body").css('min-width',0);
    $(".option-box").remove();
    window.print();
})();

  

【博客园文章下载】

$(function(){
	$('.cnblogs_code_hide').show();
	$('#header,#sideBar,#comment_form,.cnblogs_code_collapse,.code_img_closed,#blog_post_info_block,#footer').hide();
	$('#mainContent').css('width','100%');
	window.print();
});

  

posted @ 2024-11-08 10:57  浮尘微光  阅读(7)  评论(0编辑  收藏  举报