Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

DEPRECATED - Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file

License

Notifications You must be signed in to change notification settings

mozilla-applied-ml/SingleFile

 
 

Repository files navigation

SingleFile

This repo has been forked from the excellent SingleFile to meet a specific project's needs. Our modifications are unlikely to be useful or relevant to other users, and we direct people back to the original SingleFile repo.

Modifications:

  • Reduce README to our needs and license info
  • Simplify build and manifest as only building for Firefox
  • Change default config settings to meet our needs
  • Save the webpage height and width in the inserted metadata at the top of the page
  • Tweak iframe sandboxing to meet our needs

To build and use locally

$ npm install
$ ./build-extension.sh

You shoudl now have a singlefile-extension-firefox.zip. Next:

  • Ensure that you are using nightly or developer edition of FF.
  • In about:config set xpinstall.signatures.required to false.
  • In about:addons from the dropdown menu, install from file and select created zip.

Privacy Policy

See https://github.com/gildas-lormeau/SingleFile/blob/master/privacy.md

Contributors

Code derived from third party projects

Icons

License

SingleFile is licensed under AGPL. Code derived from third-party projects is licensed under MIT. Please contact me at gildas.lormeau <at> gmail.com if you are interested in licensing the SingleFile code for a commercial service or product.

Suggestions are welcome :)

About

DEPRECATED - Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 7.6%
  • CSS 3.3%
  • Other 0.2%