gildas-lormeau / SingleFileZ

Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file
GNU Affero General Public License v3.0
1.82k stars 140 forks source link

is it possible to add option to turn file:// to SingleFile ? #132

Closed 0rt closed 2 years ago

0rt commented 2 years ago

I have a lot of page saved by old scarpbook, and I want to changed them to single file by singlefilez, but due to the limitation of security, it is not allowed. Can the user override the limitation by some prefs or setting? Or any idea of how I can get the job done?

I am using Firefox 100 and singlefilez

gildas-lormeau commented 2 years ago

You can achieve this by running an HTTP server and save pages in http. Here is a list of useful commands to run an HTTP server locally: https://gist.github.com/willurd/5720255.

0rt commented 2 years ago

Thank you. I host them by your instruction link and saved to singlefile!

gildas-lormeau commented 2 years ago

@0rt I'm glad to hear it :)