From 7175efad9bd7dc9e62052929316ef5e9a9c6dc36 Mon Sep 17 00:00:00 2001 From: Memory <134070804+Memory2314@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[YUME]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 9b46095b3..f109080a5 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -7371,5 +7371,25 @@ "pageE": ".content-list>li", "replaceE": ".pages" } - } + }, + "YUME - 世界线": { + "host": "yume.ly", + "url": "return (!fun.indexOF('/element'))", + "pager": { + "nextL": "//div[@class='page_inner']//a[text()='下一页››']", + "pageE": "[id^='column']:not([id$='B']) > div:not(.page_inner)", + "replaceE": ".page_inner", + "scrollD": 2000 + } + }, + "YUME - 元素": { + "host": "yume.ly", + "url": "return (fun.indexOF('/element'))", + "pager": { + "nextL": "//div[@class='page_inner']//a[text()='下一页››']", + "pageE": "#tagList", + "replaceE": ".page_inner", + "scrollD": 2000 + } + } }