Greasy Fork

Greasy Fork is available in English.

Poipiku下载器

从Poipiku下载图片或文字

< 脚本 Poipiku下载器 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2023-05-05

There seems to be an issue with posts that are tagged with both a warning/R18 as well as a password; it won't show the password input field if those are both enabled on a post, so you get an "incorrect password" error if you try to download the images since it won't let you input it. I found an easy fix for now, simply find and delete these lines from the script:

if (!pageInfo.hasPassword) {
$panel.find(".line-password").hide();
}


This will enable the password input field on all pages (including posts that aren't password protected, but you can leave the password field blank on those and it should still work fine)

发布留言

登录以发布留言。