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