Skip to content

What is the goal of SingleFileZ compared to SingleFile? #91

Closed Answered by gildas-lormeau
user0022 asked this question in Q&A
Discussion options

You must be logged in to vote

The 2 extensions are separated mostly for practical reasons. When I "discovered" that an extension like SingleFile could produce HTML/ZIP files, I was tempted to add this feature in SingleFile itself, as an option. However, I quickly noticed it was a bit risky because the changes to apply in the code to support the legacy format and this new format would have been too large. So, I decided to fork SingleFile in order to deliver faster this feature without taking too much risks.

I think the zip format offers 2 advantages:

  • files are smaller
  • files can be unzipped in order to extract resources like images or fonts more easily

I wished I could implement the encryption to protect pages with a …

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by user0022
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nomatica
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gildas-lormeau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #67 on May 18, 2021 19:48.