We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578a99b commit 60ee2cdCopy full SHA for 60ee2cd
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -15593,9 +15593,6 @@ ImgOps | https://imgops.com/#b#`;
15593
urlToBlob(imgSrc, blob=>{
15594
if (blob && blob.size>58) {
15595
let fileName = imgName.replace(/\//g, "");
15596
- formatDict.forEach((value, key) => {
15597
- fileName.replace(new RegExp(`\\.${key}$`), value);
15598
- });
15599
zip.file(fileName, blob);
15600
} else console.debug("error: "+imgSrc);
15601
downloaded++;
0 commit comments