Skip to content

Commit 60ee2cd

Browse files
committed
Update Picviewer CE+.user.js
1 parent 578a99b commit 60ee2cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15593,9 +15593,6 @@ ImgOps | https://imgops.com/#b#`;
1559315593
urlToBlob(imgSrc, blob=>{
1559415594
if (blob && blob.size>58) {
1559515595
let fileName = imgName.replace(/\//g, "");
15596-
formatDict.forEach((value, key) => {
15597-
fileName.replace(new RegExp(`\\.${key}$`), value);
15598-
});
1559915596
zip.file(fileName, blob);
1560015597
} else console.debug("error: "+imgSrc);
1560115598
downloaded++;

0 commit comments

Comments
 (0)