From 6421867faf0b12250e525f4805dd0e419e6a008e Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20[AO3]=20=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index b2caca9db..e44df05f7 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -3788,7 +3788,7 @@ } }, "AO3 - 列表页/搜索页": { - "host": "archiveofourown.org", + "host": ["archiveofourown.org","i.ao3is.top"], "url": "return (fun.indexOF(/\\/works$/) || fun.lp() == '/works/search')", "pager": { "nextL": "li.next a", @@ -3797,9 +3797,9 @@ "scrollD": 2500 } }, - "AO3-阅读页": { - "host": "archiveofourown.org", - "url": "return (fun.indexOF(/\\/works\\/\\d+\\/chapters\\//))", + "AO3 - 阅读页": { + "host": ["archiveofourown.org","i.ao3is.top"], + "url": "/\\/works\\/\\d+\\/chapters\\//", "history": true, "pager": { "nextL": "li.chapter.next a",