Open emp-00 opened 5 months ago
Sorry for the late reply, you could use your existing Chrome user profile (with the Dark Reader installed) by passing --browser-arg="--user-data-dir=..."
where ...
is the path to your Chrome user profile folder. An alternative would be to use --headless=new
and --browser-arg=
to pass the folder of the extension but I do not remember how to do it right now...
I want to save html in "dark mode": My html website in question works fine with the Dark Reader extension: https://darkreader.org Question: How can I ensure, that Dark Reader is active (with my user-settings) when running "single-file-cli" ? (Note if relevant: I'm using Chrome and single-file.exe @Win11)