2
0
Nick Sweeting 7 жил өмнө
parent
commit
20de451515

+ 2 - 1
archivebox/config.py

@@ -60,10 +60,11 @@ if not CHROME_BINARY:
         'chromium-browser',
         'chromium',
         'google-chrome',
+        'google-chrome-stable',
+        'google-chrome-unstable',
         'google-chrome-beta',
         'google-chrome-canary',
         'google-chrome-dev',
-        'google-chrome-unstable',
     )
     for name in common_chrome_executable_names:
         full_path_exists = shutil.which(name)

+ 2 - 1
etc/ArchiveBox.conf.default

@@ -34,8 +34,9 @@
 ### To lie and pretend to be Google Chrome when archiving, uncomment this line:
 # WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"
 
-### To share a chrome data directory with your main browser, uncomment this line:
+### To share a chrome data directory with your main browser, uncomment one of these lines:
 # CHROME_USER_DATA_DIR="~/Library/Application Support/Google/Chrome/Default"
+# CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
 
 ### To use a custom chrome binary, uncomment and set to binary name or full path:
 # CHROME_BINARY="chromium-browser"