mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
更新 [Pixabay] 规则
This commit is contained in:
@@ -1544,13 +1544,15 @@
|
||||
},
|
||||
"Pixabay": {
|
||||
"host": "pixabay.com",
|
||||
"url": "/\\/search\\//",
|
||||
"blank": 4,
|
||||
"pager": {
|
||||
"nextL": "//a[text()=\"›\"]",
|
||||
"pageE": "[class^=\"results\"] >[class^=\"container\"]>div",
|
||||
"replaceE": "//a[text()=\"›\"]"
|
||||
"nextL": "//a[string()='›']",
|
||||
"pageE": ".search-results>div",
|
||||
"replaceE": "div>.paginator"
|
||||
},
|
||||
"function": {
|
||||
"bF": "return fun.src_bF(pageE, [0, 'img[data-lazy-src]', 'data-lazy-src'])"
|
||||
"bF": "return fun.src_bF(pageE, [0, 'img[data-lazy]', 'data-lazy'])"
|
||||
}
|
||||
},
|
||||
"Pngtree": {
|
||||
|
||||
Reference in New Issue
Block a user