//平台、设备和操作系统 var system = { win: false, mac: false, xll: false, ipad:false }; //检测平台 var p = navigator.platform; system.win = p.indexOf("Win") == 0;system.mac = p.indexOf("Mac") == 0; system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);system.ipad = (navigator.userAgent.match(/iPad/i) != null)?true:false; //跳转语句,如果是手机访问就自动跳转到wap.baidu.com页面 var url = window.location.pathname; if (!system.win &&!system.mac && !system.xll&&!system.ipad) { if(url.indexOf("list")>0){url ="/"+ url.replace(/(.+)[\\/]/,"");url = url.replace(/-/g,"_");} window.location.href = "https://m.heizhutv.com"+url; } $(function(){ //图片加速 if(!window['imgmap']){ var objs = document.getElementsByTagName("img"); var objs_lh=objs.length; for(var i=0;i=0 || objs[i].src.indexOf("iqiyipic")>=0)){ if(objs[i].src.indexOf("sinaimg")>=0){objs[i].src=objs[i].src.replace('://ws','://wx');} objs[i].src="https://images.weserv.nl/?url="+objs[i].src;//http://3397.img.dxingdy.com/cdn.php?src= } else if(objs[i].getAttribute('data-src') &&(objs[i].getAttribute('data-src').indexOf("sinaimg")>=0 || objs[i].getAttribute('data-src').indexOf("iqiyipic")>=0)){ if(objs[i].getAttribute('data-src').indexOf("sinaimg")>=0){objs[i].setAttribute('data-src',objs[i].getAttribute('data-src').replace('://ws','://wx'));} objs[i].setAttribute('data-src',"https://images.weserv.nl/?url="+objs[i].getAttribute('data-src')); } else if(objs[i].getAttribute('data-original') &&(objs[i].getAttribute('data-original').indexOf("sinaimg")>=0 || objs[i].getAttribute('data-original').indexOf("iqiyipic")>=0)){ if(objs[i].getAttribute('data-original').indexOf("sinaimg")>=0){objs[i].setAttribute('data-original',objs[i].getAttribute('data-original').replace('://ws','://wx'));} objs[i].setAttribute('data-original',"https://images.weserv.nl/?url="+objs[i].getAttribute('data-original')); } } window['imgmap']=objs; } }); var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?9aeec446462f46539f84031076847c46"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); // 使页面导航条中的选项处于选中状态 var wurl = window.location.href; var obj = $(".content-title .warp a"); if(wurl.indexOf("/dianying")>0) {obj.eq(2).addClass("active");}else if(wurl.indexOf("/dianshiju")>0){obj.eq(1).addClass("active"); }else if(wurl.indexOf("/dongman")>0){obj.eq(3).addClass("active");}else if(wurl.indexOf("/zongyi")>0){obj.eq(4).addClass("active");}else if(wurl.indexOf("/star")>0){obj.eq(7).addClass("active");}else {obj.eq(0).addClass("active");} /* 3397全局广告js*/ var xj =0;/*是否旧版页面*/ (function(){ if(document.getElementById('urlList')){ xj=1;} /*详情页二维码*/ if(wurl.indexOf('detail')>0 && xj==0){ //var pcdw = '下载APP观看';//$('.content-heaer-right').append(pcdw); var url = "https://m.heizhutv.com" + location.pathname; var alt = '手机观看' + $('.mianbaoxie a span').text(); //var html = ''+alt+'手机观看';$('.content-bot .bot1').append(html); } })(); /*顶部 PC全局下载 (function(){ if(xj==0){ var pch='
PC客户端

打 开 更 快 捷

';$('.erwei-left').before(pch); } })();*/