From ee6a922f0bd0d0bec9cd192872e0e7f4721dc8d9 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 5 Dec 2024 20:04:57 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJyMethod.js b/SrcJyMethod.js index 0f36fc06..b21a8646 100644 --- a/SrcJyMethod.js +++ b/SrcJyMethod.js @@ -22,7 +22,8 @@ function extraJS(playUrl) { try { // 获取所有具有 id 属性的元素 var elementsWithId = document.querySelectorAll('[id]'); - fba.log(elementsWithId); + fba.log(document); + //fba.log(elementsWithId); // 遍历每个元素,检查文本内容并触发点击事件 /* elementsWithId.forEach(function(element) {