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