Skip to content

Instantly share code, notes, and snippets.

@ajpen
Created July 31, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajpen/6c5d32072166430648ec183853f582c8 to your computer and use it in GitHub Desktop.
Save ajpen/6c5d32072166430648ec183853f582c8 to your computer and use it in GitHub Desktop.
browser without addressbar, etc
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