mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-22 15:06:57 +00:00
优化 [摄图网] 规则
This commit is contained in:
@@ -1315,7 +1315,7 @@
|
||||
"scrollD": 2000
|
||||
},
|
||||
"function": {
|
||||
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
|
||||
"bF": "pageE.forEach(function (one) {if (one.className === 'list' && one.dataset.w != undefined) {one.style.width = `${one.dataset.w}px`;}}); return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
|
||||
}
|
||||
},
|
||||
"众图网": {
|
||||
|
||||
Reference in New Issue
Block a user