From 0daae21e893b2812b15830f453c9a69d58126a4f Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 26 Nov 2021 19:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 7448678..74ea2ff 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1934,7 +1934,7 @@ function: { scriptT: 2, scrollD: 1500 } - }, // 创意工坊 - 项目列表 + }, // Steam 创意工坊 - 项目列表 yikm: { host: 'www.yikm.net', pager: { @@ -6623,7 +6623,7 @@ function: { } - // 获取元素(CSS/Xpath) + // 获取元素(CSS/Xpath)来自:https://github.com/machsix/Super-preloader function getCSS(css, contextNode = document) { return contextNode.querySelector(css); }