diff --git a/archivebox/util.py b/archivebox/util.py index 814c8038..b418ef5d 100644 --- a/archivebox/util.py +++ b/archivebox/util.py @@ -242,6 +242,8 @@ def chrome_args(**options) -> List[str]: '--disable-software-rasterizer', '--run-all-compositor-stages-before-draw', '--hide-scrollbars', + '--single-process', + '--no-zygote', )