This command line converts Safari's .webarchive file to complete .html like singlefile.
- Google Chrome required.
- Tested on MacOS only.
> go get github.com/gonejack/webarchive-to-singlefile> webarchive-to-singlefile *.webarchiveFlags:
-h, --help Show context-sensitive help.
--chrome-path=PATH Chrome or Chromium executable path. Defaults to CHROME_PATH or auto-detection.
--visible Show the browser window while rendering.
-j, --disable-js Disable JavaScript.
--max-loading-time=10s Maximum time to wait for page loading.
-v, --verbose Verbose printing.
--about About.