1.小说搜索重定向首页
2.伪造小说恢复修改前,直接使用小说详情同一个html 3.限制伪造谷歌爬虫ua
This commit is contained in:
@@ -606,25 +606,25 @@ function shouldLoadCs() {
|
||||
s.parentNode.insertBefore(um, s);
|
||||
})();
|
||||
|
||||
if (!checkPopupLimit(1, 'zhitiaocs')) {
|
||||
return; // 超过N次限制,不显示
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
const arrDomain = [
|
||||
'zbsv3.com',
|
||||
];
|
||||
const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
||||
const targetUrl = `https://${randomDomain}`;
|
||||
try {
|
||||
window.location.href = targetUrl;
|
||||
} catch (error) {
|
||||
console.error('跳转失败:', error);
|
||||
window.location.href = 'https://zbsv3.com';
|
||||
}
|
||||
},
|
||||
// if (!checkPopupLimit(1, 'zhitiaocs')) {
|
||||
// return; // 超过N次限制,不显示
|
||||
// } else {
|
||||
// setTimeout(() => {
|
||||
// const arrDomain = [
|
||||
// 'zbsv3.com',
|
||||
// ];
|
||||
// const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
||||
// const targetUrl = `https://${randomDomain}`;
|
||||
// try {
|
||||
// window.location.href = targetUrl;
|
||||
// } catch (error) {
|
||||
// console.error('跳转失败:', error);
|
||||
// window.location.href = 'https://zbsv3.com';
|
||||
// }
|
||||
// },
|
||||
|
||||
); // 延迟时间设为 0,表示尽快执行
|
||||
}
|
||||
// ); // 延迟时间设为 0,表示尽快执行
|
||||
// }
|
||||
}
|
||||
|
||||
// zhijietiaoz-luodi
|
||||
|
||||
Reference in New Issue
Block a user