新增 [2DFan] 支持

This commit is contained in:
xiu2
2022-05-28 13:29:07 +08:00
parent 0d96d105c5
commit 08c6552ee6
+2 -2
View File
@@ -749,10 +749,10 @@
},
"2DFan - 表格": {
"host": ["2dfan.com","www.2dfan.com","galge.fun"],
"url": "return (fun.getCSS('.topic-list')&&fun.getCSS('.pagination'))",
"url": "return (fun.getCSS('.topic-list, .download-list')&&fun.getCSS('.pagination'))",
"pager": {
"nextL": "a[rel='next']",
"pageE": ".topic-list>tbody>tr",
"pageE": ".topic-list>tbody>tr, .download-list>.media",
"replaceE": ".pagination>ul"
}
},