poipiku图片下载

poipiku图片下载的试做,需要key才能看的图片要输入key后才能下载

< 脚本 poipiku图片下载 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-10-05

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.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址