| Calling something like this from my JavaScript code:
new URL(x)
Is converted to
new URL(x.html)
by Httrack. I think that, being "x" a variable, this substitution can only be
followed by a runtime error
I've tried to disable the "Attempt to detect all links (even in unknown
tags/javascript code)" but it has no effect | |