From 058fbeb244361df89d1fb3abe2867cf4e8be15bb Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 3 Aug 2024 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[24FA]=20=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index e5d6e60..b0c6aa5 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -6615,11 +6615,11 @@ }, "24FA": { "host": ["/^(www\\.)?24fa\\.[a-z]+$/","/^(www\\.)?24fa.?\\.com$/","/^(www\\.)?\\d{3}w\\.cc$/","/^(www\\.)?\\d{3}\\.(mom|one)$"], - "url": "return (fun.isTitle('24FA') && fun.indexOF(/^\\/m?n\\d+/))", + "url": "return (fun.isTitle('24FA') && fun.isPager())", "style": ".moreR {display: none;} #content img {width: auto; max-width: 99%; height: auto; display: block; margin: 0 auto;}", "pager": { "nextL": "li.p_current+li>a", - "pageE": "#content img", + "pageE": "#content img, #dlNews>tbody>tr, .summary", "replaceE": ".pager", "scrollD": 3500 }