Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.
/ webarchiveviewer Public archive

A browser addon that views an HTML-based web page archive.

Notifications You must be signed in to change notification settings

danny0838/webarchiveviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Development of this project has been stopped. Use Web ScrapBook instead.

Web Archive Viewer is a browser addon that views an HTML-based web page archive.

Click on the toolbar icon to open the viewer page, and then pick an archive file for viewing.

You can also open an archive file with the browser directly to view it. (Firefox can only do this for web-served files.)

This extension is available for Chromium-based browsers (Google Chrome, Opera, Vivadi, etc), and Firefox for Desktop and Android.

Supported archive file formats are:

  1. htz: A file format which a webpage as well as its referenced resources are packed in a file using the zip algorithm, with "index.html" being the entry.

  2. maff: A file format which each webpage as well as its referenced resources are packed into a top sub-directory of a file using the zip algorithm. See official introduction for detail.

You can use Web ScrapBook to save a webpage as the above formats.

We'll support .epub, .mht, .chm, etc, in the future if viable.

Caveats:

  • A vary large zip file (around 2 GiB) cannot be read by the browser.

  • A large file in the zip (around 400~500 MiB) can exhaust the memory and crash the extension.

  • Javascript in the archive file might not work correctly, especially when it loads an external script or file dynamically. (Firefox is more likely to run into this issue due to more restriction of its addon system.)

See also:

About

A browser addon that views an HTML-based web page archive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages