你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/441820-poipiku%E5%9B%BE%E7%89%87%E4%B8%8B%E8%BD%BD/discussions/310134,源站連結 點此以跳轉。
poipiku图片下载的试做,需要key才能看的图片要输入key后才能下载
It does not work.
It does not work.
It works for me, maybe you did something wrong. Ask chatgpt, it's easy.
oh my god it did work thank you so much
superhero!!
I had chatgpt fix it, I only tested it in Google Chrome.
Go to tapermonkey: edit the script.
On line 18: // @connect img-org.poipiku.com
Add another line below and put "// @connect cdn.poipiku.com".
It would look like this:
// @connect img-org.poipiku.com
// @connect cdn.poipiku.com
// @grant GM_download
Now on line 540: let name = "coofoUtils.commonUtils.format.string.filePathByMap(tools.setting.imageNameTemplate, info) + image.info.suffix;".
Add a line below and write " name = name.replace(/\?.*$/, ""); "
It would look like this:
let name = coofoUtils.commonUtils.format.string.filePathByMap(tools.setting.imageNameTemplate, info) + image.info.suffix;
name = name.replace(/\?.*$/, "");
zip.file(name, image.file);
That's it, it worked for me.