I found this great javascript snippet to download files based on extensions and doing some filename washing (section 6):
http://conkeror.org/Tips However, in order to make it work, I had to change var file = cwd.clone(); to: var file = make_file(cwd); I don't know javascript really and just got lucky to get it working, however it would be great with an explanation of what the intent of the original code was, why it wasn't working for me and if the change I did has any issues? That is, would it be better to get the clone() working, or is this just fine? -- Johnny _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
