MAFF (Mozilla Archive Format File) is a file format produced by several FireFox addons:
-
Maf, the original, now abandoned.
Recent versions of FireFox do not allow addons to open these files. That is why OpenMAFF has been made.
OpenMAFF can open MAFF files, including files that contain several tabs, then send them to your Web browser.
OpenMAFF runs on Windows only.
- Open this page: latest release.
- Download
OpenMAFF.exeto a directory.
Suggestion:C:\Users\_<user name>_\AppData\Local\Programs - Associate the MAFF file type with OpenMAFF.
- In the File Explorer, right-click on any MAFF file.
- Choose menu "Properties".
- In the panel, in the section "Opens with:", click on the button "Change".
- Scroll down then click on "More apps ?".
- Scroll down then click on "Look for another app on this PC".
- Select
OpenMAFF.exe, in the directory you downloaded it to.
- Open the MAFF file.
That should silently run OpenMAFF which in turn will run your Web browser.
If no Web browser is associated with the HTML file type, Windows may let you choose one.
A MAFF file basically is a Zip archive that contains the actual files that were saved by a Web browser.
If you want, you can do an experience: copy a MAFF file then rename its extension to Zip, then open the Zip file. You will see, or be able to extract, the files and directories the Zip/Maff file contains.
When OpenMAFF.exe runs, it extracts the files the MAFF file contains.
These files are extracted to the temporary directory (usually C:\Users\_<user name>_\AppData\Local\Temp\Maff__xxxxxxxxx_).
Then there are two options:
-
If there is one tab/html only in the MAFF, OpenMAFF tells Windows to open the file
index.html.
Windows will then open your Web browser. -
If there are several tabs/html in the MAFF, OpenMAFF finds what application is your Web browser then runs it writing all the
index.htmlfiles as parameters on the command line.
The resulting command line is similar to that:
FireFox.exe "c:\...\xxx\index.html" "c:\...\yyy\index.html" "c:\...\zzz\index.html"`
As of september 2018, Edge does not seem to be able to open several files at once. Consequently, when you open a multi-tabs MAFF file, only the first tab is displayed by Edge. A workaround is to associate the HTML file type with another Web browser (I suggest FireFox).
Version 1.5 2019-01-22
- New: A banner at the top of the web page lets you open the original page on its website.
- (programming)
- Changed: source code is now translated in English (from French).
- Changed: the file "CB.Files.INI.cs" is now imported from the open source library "CB Helpers" (https://github.com/ChrisBertrandDotNet/CB-Helpers).
Version 1.4 2018-10-28
- Added: A "Settings.ini" file in the executable directory.
- Added: Automatically removes old temporary "Maff_*" directories at application start. (older than 10 days by default).
Version 1.3 2018-09-08
- Improved: multi-size icon.
Version 1.2 2018-09-06
- Improved: better icon.
- Added: Release notes.txt (as an embedded resource)
Version 1.1 2018-09-05
- Fixed: Can open index.html now.
Version 1.0 2018-09-04