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