Created
July 31, 2020 23:53
-
-
Save ajpen/6c5d32072166430648ec183853f582c8 to your computer and use it in GitHub Desktop.
browser without addressbar, etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For chrome/chromium it is the --app=http://address.com flag. | |
You would use it by calling chromium-browser --app=http://some.website.org or google-chrome --app=http://www.google.com or chrome.exe --app=http://you.get.it etc. | |
All available switches: http://peter.sh/experiments/chromium-command-line-switches/ | |
EDIT: You might also want to take a look at the --kiosk flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment