Skip to content

Commit 7175efa

Browse files
authored
新增 [YUME] 支持
1 parent c51f7e0 commit 7175efa

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

other/Autopage/rules.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7371,5 +7371,25 @@
73717371
"pageE": ".content-list>li",
73727372
"replaceE": ".pages"
73737373
}
7374-
}
7374+
},
7375+
"YUME - 世界线": {
7376+
"host": "yume.ly",
7377+
"url": "return (!fun.indexOF('/element'))",
7378+
"pager": {
7379+
"nextL": "//div[@class='page_inner']//a[text()='下一页››']",
7380+
"pageE": "[id^='column']:not([id$='B']) > div:not(.page_inner)",
7381+
"replaceE": ".page_inner",
7382+
"scrollD": 2000
7383+
}
7384+
},
7385+
"YUME - 元素": {
7386+
"host": "yume.ly",
7387+
"url": "return (fun.indexOF('/element'))",
7388+
"pager": {
7389+
"nextL": "//div[@class='page_inner']//a[text()='下一页››']",
7390+
"pageE": "#tagList",
7391+
"replaceE": ".page_inner",
7392+
"scrollD": 2000
7393+
}
7394+
}
73757395
}

0 commit comments

Comments
 (0)