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 }