Hacker News new | ask | show | jobs
by easrng 1583 days ago
Thank you for making SingleFile, it's been an absolute lifesaver in a project I'm working on. I was having a lot of trouble trying to manually save pages with puppeteer but the singlefile CLI worked perfectly, even with added extensions. (To get extensions to work I had to add --browser-headless=false --browser-args ["--enable-features=UseOzonePlatform", "--ozone-platform=headless", "--disable-extensions-except=/path/to/extension", "--load-extension=/path/to/extension"] )
1 comments

Thanks for the feedback! It's very timely, I just have an issue that discusses the problem of sideloaded extensions (and profile data).
Uhm, can you pack all those options in a simple "--E" or somesuch...