新增 [Quicker 搜索页] 支持

This commit is contained in:
xiu2
2023-03-08 15:30:57 +08:00
parent 0d1777ac25
commit d8e915ceb0
+2 -2
View File
@@ -5042,11 +5042,11 @@
},
"Quicker": {
"host": "getquicker.net",
"url": "/^\\/(Share\\/|QA($|\\?))/",
"url": "/^\\/(Share\\/|Search\\?|QA($|\\?))/",
"blank": 3,
"pager": {
"nextL": "//a[@class='page-link' and text()='下一页']",
"pageE": "table.table >tbody>tr:not(:first-child), .question-item, script[src^='/js/site.js']",
"pageE": "table.table >tbody>tr:not(:first-child), .result-item, .question-item, script[src^='/js/site.js']",
"replaceE": "ul.pagination",
"scriptT": 2
}