广告延迟1s加载
This commit is contained in:
@@ -481,9 +481,9 @@ function handleUserInteractionFun(zxcvContainer, arrZxcv) {
|
||||
// window.onload = replaceList;
|
||||
|
||||
window.onload = function (){
|
||||
|
||||
if (!isSearchEngineBot()) {
|
||||
|
||||
shouldLoadCs();
|
||||
if (!isSearchEngineBot() && arrZxcv) {
|
||||
setTimeout(() => {
|
||||
shouldLoadCs();
|
||||
}, 1000); // 延迟 5 秒加载
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user