Save static version of a webpage to be available offline

Posted by Tal Weiss on Super User See other posts from Super User or by Tal Weiss
Published on 2012-03-28T09:44:27Z Indexed on 2012/03/28 11:33 UTC
Read the original article Hit count: 354

Filed under:
|
|

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.

© Super User or respective owner

Related posts about html

Related posts about offline