I want to save multiple websites that use html and javascript. As some of the information should be "processed" later on, it would be useful to save the websites in let's say "pure" html. Javascript unfortunately hides some information or links. The solution should be something similar to the result of saving a website with Firefox. The saved page doesn't have any javascript elements.
What I've tried to do: * Finding a way to use Firefox on command-line: didn't work * Trying to find the often mentioned javascript-plugin for wget: it's not out yet. Any ideas? Thank you!