Quote:
|
Originally Posted by axxo
it changes the title of webpage being saved alrite....any extension to save the webpage as single archive file like .mht for IE?
|
Download Mozilla Archive Format Extension from
http://downloads.mozdev.org/maf/maf-0.6.3.xpi
(download using download manager not using FF XPI Installer)
But this won't solve the problem. Since this extension is not compatible with Firefox 2.0
To make it compatible with Firefox 2.0 Do the following
Rename maf-0.6.3.xpi to maf-0.6.3.zip and open using Winzip
Extract install.rdf file
Open install.rdf file
And find this code
Code:
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>1.5</em:maxVersion>
</Description>
</em:targetApplication>
In this change
Code:
<em:maxVersion>1.5</em:maxVersion>
to
Code:
<em:maxVersion>3.0</em:maxVersion>
And save install.rdf
Put the new install.rdf back in maf-0.6.3.zip replacing the old one.
Rename maf-0.6.3.zip to maf-0.6.3.xpi
And now open the xpi file with firefox if xpi is not set to open with Firefox. Install the extension and it will work for you.