Greasy Fork is available in English.

Poipiku Downloader

Download images or text from Poipiku

< Feedback on Poipiku Downloader

Review: Good - script works

§
Posted: 16.6.2024
Edited: 16.6.2024

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 [.

Post reply

Sign in to post a reply.