Software >
Pale Moon > Pale Moon extensions >
https://github.com/Lootyhoof/mozarchiver
https://addons.palemoon.org/addon/mozarchiver/
MAFF/MHT Creator/Viewer.
Table of Contents [hide]
Manually making a .maff file ∞
1) Have your contents structured like so:
./directory/index_files/
2) Put all your content in there. So you should have a ./directory/index_files/index.html file in there.
3) Create index.html in directory/ with the following content:
<!DOCTYPE html> <html> <head> <meta http-equiv="Refresh" content="0; url=index_files/index.html" /> </head> <body> <p><a href="index_files/index.html">continue</a></p> </body> </html>
4) zip the contents of ./directory and rename the file to end with .maff.
If you are using Windows or some such, then you might have to change your file explorer’s settings so you can view and change extensions. Maybe viewing the properties of a file will allow that.
Alternatives ∞
- Save Page WE
-
http://forums.mozillazine.org/viewtopic.php?p=14778802#p14778802
- (archived)
- https://conifer.rhizome.org/ [ 1 ] was https://webrecorder.io/
Footnotes

Added some alternatives.
Added instructions on manually making a .maff