Greasy Fork is available in English.

Pixiv Plus

Focus on immersive experience, 1. Block ads, directly access popular pictures 2. Use user to enter the way to search 3. Search pid and uid 4. Display original image and size, picture rename, download original image | gif map | Zip|multiple map zip 5. display artist id, artist background image 6. auto load comment 7. dynamic markup work type 8. remove redirection 9. single page sort 10. control panel select desired function github: https:/ /github.com/Ahaochan/Tampermonkey, welcome to star and fo

< Feedback on Pixiv Plus

Review: Good - script works

§
Posted: 19/08/2023
Edited: 19/08/2023

下载gif和zip文件后,没有后缀名,需要手动添加。GitHub有人给我提供的如下方法无效↓

687行改为下列内容
GM.getValue(GMkeys.downloadName, `{pid}`).then(name => {
zip.generateAsync({type: 'blob', base64: true})
.then(content => saveAs(content, getDownloadName(name) +
(navigator.userAgent.indexOf("Firefox") > -1 ? '.zip' : '')
));
});
}

§
Posted: 19/08/2023

修正一下,是下载gif和多图文件后没有后缀名,点击zip按钮下载是正常的

§
Posted: 19/08/2023
Edited: 19/08/2023

还是用上面说的这位的方法,他写了个Update Pixiv 增强.user.js, 解决FireFox zip格式无后缀的问题。复制相关内容后成功解决zip后缀名问题,但GIF还是没有后缀名。
https://github.com/Ahaochan/Tampermonkey/pull/68/commits/aecc1cdeb3700c2b12246f59582c28ad661d2856

Post reply

Sign in to post a reply.