What's new?
- fix saving archives in Pale Moon 27
- improve first-run welcome page appearance
The ongoing issue with regards to requiring a new profile if MAF was previously installed is being looked into.

Moderators: Lootyhoof, FranklinDM
Odd...I haven't been able to reproduce this.back2themoon wrote:The "Welcome - Thank you for installing MozArchiver" tab seems to appear on almost every browser startup (28.0.0b1).
I still can't confirm this. Do you close the tab when it opens, or do you leave it open? Do you have any other extensions installed (and have you tried disabling them)?back2themoon wrote:No, it stops. I noticed this however: it does not happen when I close the browser and reopen it. It does happen with the restart command (from the Pale Moon button, or File/Restart).
My general goal is to find a way to use .maff files as a means of intelligently disabling runaway background processing which diminishes the usefulness of PaleMoon for those of us who may have a half-dozen or so tabs open indefinitely during a work-day. I know there are other partial solutions, but I suspect this approach may provide a better result than what I've found so far.// Replaces the script with a comment, or with an empty string if the
// language of the script is unknown.
return new SourceFragment(
isJavaScript ? "/* Script removed by snapshot save */\r\n" :
isVbScript ? "' Script removed by snapshot save\r\n" :
"");