CSDN打印网页去除广告和纠正网页偏移问题

CSDN打印网页去除广告和纠正网页偏移问题

针对网上流行的方法要么不能真正的去除广告,要么是去除广告后使得网页产生偏移,造成打印内容不全。
下边这种方法能够很好的解决上述问题。使用方法是在谷歌或者其他浏览器上,找到控制台,并把下面的代码添加进去按enter键即可完成。简单高效。

(function(){
  var e = $('.hide-article-box');
  if(e.length > 0){
      ok = true;
      e.remove();
      $('#article_content').removeAttr('style');
  }
  $("#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'); 
  $("main").css('width','1000px'); 
  $("main").css('margin-left','-400px'); 
  $(".csdn-side-toolbar").remove();
  $(".kp_box_58").remove();
  $("#dmp_ad_58").remove();
  $(".template-box").remove();
  $(".light-box").remove();
  $(".indexSuperise").remove();
  $(".postTime").remove();
  window.print();
})();
  • 6
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值