ArchiveBox/archivebox/plugins/singlefile
Nick Sweeting e903fa1d2b
Fix: Make SingleFile use SINGLEFILE_CHROME_ARGS with fallback to CHROME_ARGS (#1754)
Fixes #1445

This PR resolves the issue where SingleFile was not respecting Chrome
user data directory and other Chrome launch options that work for other
Chrome-based extractors (PDF, Screenshot, etc.).

## Changes
- Added `SINGLEFILE_CHROME_ARGS` config option with fallback to
`CHROME_ARGS`
- Updated SingleFile extractor to pass Chrome arguments via
`--browser-args`
- Updated documentation

This ensures SingleFile respects the same Chrome configuration as other
Chrome-based extractors.

Generated with [Claude Code](https://claude.ai/code)
2026-01-01 14:34:05 -08:00
..
templates improve plugin tests and config 2025-12-29 00:45:23 -08:00
tests Add simpler Chrome test helpers and update test files 2025-12-31 09:02:34 +00:00
binaries.jsonl way better plugin hooks system wip 2025-12-28 03:39:59 -08:00
config.json Fix: Make SingleFile use SINGLEFILE_CHROME_ARGS with fallback to CHROME_ARGS 2025-12-29 22:39:48 +00:00
on_Crawl__04_singlefile_install.js Clean up on_Crawl hooks: remove duplicates and standardize naming 2025-12-31 22:47:36 +00:00
on_Snapshot__50_singlefile.py Fix: Make SingleFile use SINGLEFILE_CHROME_ARGS with fallback to CHROME_ARGS (#1754) 2026-01-01 14:34:05 -08:00