eklhad
eklhad
Ok, this is clarified as you say. Nice to know I can march along quietly and be 20 years out of date in some areas. Karl Dahlke
> ./edbrowse https://example.com/ > out.htm > Of course edbrowse-js is in the same directory and has exec rights. I notice you exec via ./edbrowse, perhaps your $PATH does not contain...
> can I just use it like wget? Download a file and save the final output > (after running JS) to file? Yes you can save the original html or...
> Can I do this non-interactively? > Like edbrowse http://google.com -O output.htm Well not like that. edbrowse http://google.com
Well there's a lot of information here. First, with all your skills and experience, I wish we could recruit you as a programmer. It's just a couple of us spare...
Your idea of calling establish_inner after the switch, to cover all tags, seems reasonable, but for caution sake I will wait until we have stamped a new version, which we...
> innerHTML is limited by length, Fixed. There is a small impact on performance, which I described on list. Karl Dahlke
There are many topics in this thread. This reply only addresses one of them. I implemented element.getAttributeNames, because it was easy to do. I'll look at the other issues later....
I'm not sure what you are asking. If you want a local copy of a web page, with local javascript files and local css files, it is theoretically possible, we...
> i am looking for a way to archive/backup fully javascript dom loaded website This is a complicated question, and we would have to start with some requirements. * There...