1. 程式人生 > >列印CSDN網頁內容

列印CSDN網頁內容

列印CSDN內容,將以下js複製放入Chrome開發者選項裡邊的console,回車即可。

(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(); $("#main").css('width',$('body').width()-60); window.print(); })();