Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aloisius/autohar
Chrome extension to automatically export HAR archives as you browse around
https://github.com/Aloisius/autohar
chrome devtools extension har
Last synced: 19 days ago
JSON representation
Chrome extension to automatically export HAR archives as you browse around
- Host: GitHub
- URL: https://github.com/Aloisius/autohar
- Owner: Aloisius
- Created: 2018-12-07T01:17:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T01:45:59.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T06:21:31.681Z (4 months ago)
- Topics: chrome, devtools, extension, har
- Language: JavaScript
- Size: 4.88 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-data-hoarding - AutoHAR
README
# AutoHAR
This is a simple devtools extension for Chrome that will save a HAR file to your downloads folder as you browse around.
## Getting Started
Once installed, the extension will start saving HAR files for any browser tabs with devtools open.
This extension was not built for automation in mind.
### Settings
The extension option page has some basic options about what to save.
Everything but blocked requests are saved by default and HAR files are only saved when a tab is closed or after navigating if there are over 100 entries queued.
### Running Chrome
If you want to ensure devtools is open for every new tab, start Chrome from the command line with the --auto-open-devtools-for-tabs flag.
On MacOS:
```
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --auto-open-devtools-for-tabs
```### Caveats
Devtools seems to slow down the browser enough that you probably don't want to keep this enabled all the time.
Opening new tabs with the --auto-open-devtools-for-tabs option seems to switch focus to that tab immediately.
HAR files do not contain the 'page' key with timing.
This extension is mostly just for my own use and may tear a hole in the fabric of reality for anyone else (or crash Chrome). Use at your own risk.