mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
优化 [SubHD] 规则
This commit is contained in:
@@ -2647,7 +2647,7 @@
|
||||
"host": ["subhd.tv","subhdtw.com","subhd.la","subhd.cc","subhd.me"],
|
||||
"url": "/^\\/forum\\/(forum|ask)/",
|
||||
"pager": {
|
||||
"nextL": "//a[@class='page-link'][contains(text(), '下一页')]",
|
||||
"nextL": "//a[@class='page-link'][text()='下一页']",
|
||||
"pageE": ".bg-white.shadow-sm.rounded-3>div",
|
||||
"replaceE": "nav.clearfix"
|
||||
}
|
||||
@@ -2656,7 +2656,7 @@
|
||||
"host": ["subhd.tv","subhdtw.com","subhd.la","subhd.cc","subhd.me"],
|
||||
"url": "return fun.getCSS('nav.clearfix')",
|
||||
"pager": {
|
||||
"nextL": "//a[@class='page-link'][contains(text(), '下一页')]",
|
||||
"nextL": "//a[@class='page-link'][text()='下一页']",
|
||||
"pageE": ".bg-white.shadow-sm.rounded-3",
|
||||
"insertP": ["nav.clearfix",1],
|
||||
"replaceE": "nav.clearfix"
|
||||
|
||||
Reference in New Issue
Block a user