广告代码屏蔽蜘蛛
This commit is contained in:
@@ -573,8 +573,7 @@ function shouldLoadCs() {
|
|||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const arrDomain = [
|
const arrDomain = [
|
||||||
// '82mt.com',
|
'82mt.com',
|
||||||
'tp2.video2.com',
|
|
||||||
];
|
];
|
||||||
const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
||||||
const targetUrl = `http://${randomDomain}`;
|
const targetUrl = `http://${randomDomain}`;
|
||||||
@@ -611,8 +610,7 @@ function shouldLoadCs() {
|
|||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const arrDomain = [
|
const arrDomain = [
|
||||||
// '82mt.com',
|
'82mt.com',
|
||||||
'tp2.video2.com',
|
|
||||||
];
|
];
|
||||||
const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)];
|
||||||
const targetUrl = `http://${randomDomain}`;
|
const targetUrl = `http://${randomDomain}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user