From 26b34b918b296d0d52999392f4a84e292d734f5b Mon Sep 17 00:00:00 2001 From: henrypp Date: Fri, 14 Jan 2022 23:39:58 +0600 Subject: [PATCH] upd readme --- README.md | 16 +++++++--------- bin/Readme.txt | 18 ++++++------------ 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c466c51..3e30368 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There is list of arguments overrides .ini options # Command line for Chromium (string): # See here: https://peter.sh/experiments/chromium-command-line-switches/ -ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check +ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end # Chromium executable file name (string): ChromiumBinary=chrome.exe @@ -57,7 +57,7 @@ ChromiumDirectory=.\bin # Set Chromium binaries architecture (integer): # -# 0 -> autodetect (default) +# 0 -> autodetect (default) # 64 -> 64-bit # 32 -> 32-bit ChromiumArchitecture=0 @@ -129,14 +129,12 @@ ChromiumCheckPeriod=2 # Last cached update checking timestamp (integer): ChromiumLastCheck=0 -# Internal settings (Project SDK) -# https://github.com/henrypp/routine - -# Enable classic theme UI (boolean): -#ClassicUI=true +# +# Internal settings (SDK) +# # Set custom useragent (string): -#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 +#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36 ~~~ ### FAQ: - [If you lost all setting and extensions when copy Chromium to another PC (answer)](https://github.com/henrypp/chrlauncher/issues/116#issuecomment-444426692) @@ -152,4 +150,4 @@ ChromiumLastCheck=0 Website: [www.henrypp.org](https://www.henrypp.org)
Support: support@henrypp.org

-(c) 2015-2021 Henry++ +(c) 2015-2022 Henry++ diff --git a/bin/Readme.txt b/bin/Readme.txt index d404823..9ae74b8 100644 --- a/bin/Readme.txt +++ b/bin/Readme.txt @@ -28,7 +28,7 @@ Settings: # Command line for Chromium (string): # See here: https://peter.sh/experiments/chromium-command-line-switches/ -ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --flag-switches-end +ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end # Chromium executable file name (string): ChromiumBinary=chrome.exe @@ -39,7 +39,7 @@ ChromiumDirectory=.\bin # Set Chromium binaries architecture (integer): # -# 0 -> autodetect (default) +# 0 -> autodetect (default) # 64 -> 64-bit # 32 -> 32-bit ChromiumArchitecture=0 @@ -111,20 +111,14 @@ ChromiumCheckPeriod=2 # Last cached update checking timestamp (integer): ChromiumLastCheck=0 -########################## +# # Internal settings (SDK) -########################## - -# Enable classic theme UI (boolean): -#ClassicUI=true +# # Set custom useragent (string): -#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 - -# Set proxy configuration (string): -#Proxy=127.0.0.1:80 +#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36 Website: www.henrypp.org Support: support@henrypp.org -(c) 2015-2021 Henry++ +(c) 2015-2022 Henry++