Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JC3/harextract
Browser-based HAR extraction tool, portable, self-contained in HTML.
https://github.com/JC3/harextract
archive debugging portable web web-application webapp zip
Last synced: 13 days ago
JSON representation
Browser-based HAR extraction tool, portable, self-contained in HTML.
- Host: GitHub
- URL: https://github.com/JC3/harextract
- Owner: JC3
- License: gpl-3.0
- Created: 2021-12-07T19:55:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T12:48:40.000Z (8 months ago)
- Last Synced: 2024-08-01T06:21:31.772Z (3 months ago)
- Topics: archive, debugging, portable, web, web-application, webapp, zip
- Language: HTML
- Homepage: https://jc3.github.io/harextract/
- Size: 646 KB
- Stars: 123
- Watchers: 3
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-data-hoarding - JC3/harextract
README
# harextract
Browser-based HAR extraction tool.
You can [use it online](https://jc3.github.io/harextract/harextract.html) if you don't
want to download it.All you need is harextract.html -- it's completely self-contained and doesn't require
any online resources.Open the page in a browser and use the file chooser button on the page to load a HAR
file.From there you can save individual files, and also save the entire collection as a ZIP
file:![screenshot](screenshot.png)
It is extremely basic right now but may evolve over time.
## Bugs
Probably a ton. Written quickly and only tested on Chrome for Windows. Report them on
the issues page.## License
Copyright (C) 2021-2022, Jason Cipriani
HARExtract home page: https://www.github.com/JC3/harextractThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
--------------------------------------------------------------------------
HARExtract uses the library JSZip 3.7.1 released under the GPLv3 license.
JSZip Copyright (C) 2009-2016 Stuart Knightley
JSZip home page: https://stuk.github.io/jszip/
JSZip license: https://github.com/Stuk/jszip/blob/v3.7.1/LICENSE.markdown