Greasy Fork

Greasy Fork is available in English.

Poipiku下载器

从Poipiku下载图片或文字

< 脚本 Poipiku下载器 的反馈

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

§
发布于:2024-06-16
编辑于:2024-06-16

If you want to download images that is password-protected for viewing, please delete the code on lines 471-473.

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


This code hides the input form that requires a password, but it seems to be not working correctly now.
By deleting this, the form will be displayed, and you can enter the password.


If you want to enter a password here by default, please change the code on line 427 as follows.

(Before)
)} [input type='text' class="password">

(after)
)} [input type='text' class="password" value='YourDefaultPassword'>[/div>

Please replace < with [.

§
发布于:2024-06-29

thank you very much

§
发布于:2024-11-15

This is very helpful, thanks for sharing

§
发布于:2024-11-24

Thanks for helping, it worked.

发布留言

登录以发布留言。