新增 [Brave 搜索] 支持

This commit is contained in:
xiu2
2022-05-28 10:55:48 +08:00
parent cec2c22033
commit fd6a0864a1
+9
View File
@@ -263,6 +263,15 @@
"replaceE": ".Pagenation"
}
},
"Brave 搜索": {
"host": "search.brave.com",
"url": "/^\\/search/",
"pager": {
"nextL": "id('pagination')/a[./div[contains(@class,'icon-right')]]",
"pageE": "#results>div:not([id])",
"replaceE": "#pagination"
}
},
"Qwant 搜索": {
"host": "www.qwant.com",
"url": "fun.isUrlC(); return (fun.indexOF('q=', 's') && fun.indexOF('t=web', 's'))",