We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d96d10 commit 08c6552Copy full SHA for 08c6552
1 file changed
other/Autopage/rules.json
@@ -749,10 +749,10 @@
749
},
750
"2DFan - 表格": {
751
"host": ["2dfan.com","www.2dfan.com","galge.fun"],
752
- "url": "return (fun.getCSS('.topic-list')&&fun.getCSS('.pagination'))",
+ "url": "return (fun.getCSS('.topic-list, .download-list')&&fun.getCSS('.pagination'))",
753
"pager": {
754
"nextL": "a[rel='next']",
755
- "pageE": ".topic-list>tbody>tr",
+ "pageE": ".topic-list>tbody>tr, .download-list>.media",
756
"replaceE": ".pagination>ul"
757
}
758
0 commit comments