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)
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)