Skip to content

Commit 67f948e

Browse files
committed
修复 [24FA] 域名正则错误
1 parent 119f2e1 commit 67f948e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/Autopage/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6433,7 +6433,7 @@
64336433
}
64346434
},
64356435
"24FA": {
6436-
"host": ["^(www\\.)?24fa\\.[a-z]+$","/^(www\\.)?24fa.?\\.com$/","/^(www\\.)?\\d{3}w\\.cc$/"],
6436+
"host": ["/^(www\\.)?24fa\\.[a-z]+$/","/^(www\\.)?24fa.?\\.com$/","/^(www\\.)?\\d{3}w\\.cc$/"],
64376437
"url": "return (document.title.indexOf('24FA') > -1 && fun.indexOF(/^\\/m?n\\d+/))",
64386438
"style": ".moreR {display: none;} #content img {width: auto; max-width: 99%; height: auto; display: block; margin: 0 auto;}",
64396439
"pager": {

0 commit comments

Comments
 (0)