From 9b981d9ecb5eefcdd2bb385a6ddd95f24b4026fa Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 22 Oct 2024 09:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyMethod.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyMethod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyMethod.js b/SrcJyMethod.js index b60a5179..a08b72dc 100644 --- a/SrcJyMethod.js +++ b/SrcJyMethod.js @@ -10,7 +10,7 @@ function jsClick(playUrl) { let iframeDocument = iframe.contentDocument || iframe.contentWindow.document; iframeDocument.querySelector("#start").click(); } catch (e) { - setTimeout(check, 200); + setTimeout(check, 100); } } check();