You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: