Save static version of a webpage to be available offline
- by Tal Weiss
Is there a way to save a webpage as static HTML, available for offline viewing, editing etc.?
I want to remove all javascript files. Leave only HTML, CSS and images.
For example, if this web page has a Facebook Like button, I want the image of the button to be part of the HTML as a regular image (and not be loaded as some Javascript code runs after I load the page).
I'm trying to prepare a webpage for an offline demo. When I use the standard "save as HTML complete" like tools, all the Javascript is saved as well, and when viewed offline, all the dynamic content is blanks.
Note- I don't expect the dynamic content to work, of course, with no Javascript. I just want the web page to LOOK as though it was just loaded from the interwebs.
Thanks,
Tal.