Skip to content

Instantly share code, notes, and snippets.

@makvoid
Created June 16, 2022 02:26
Show Gist options
  • Save makvoid/66bd49a1b0e1589437bbcd751fe7e79a to your computer and use it in GitHub Desktop.
Save makvoid/66bd49a1b0e1589437bbcd751fe7e79a to your computer and use it in GitHub Desktop.
Chromium browser flags
Flag Description
--kiosk Removes all toolbars and menus and restricts most actions. Forces a full-screen appearance.
--disable-notifications Stops websites from asking for permission for certain things like notifications.
--enable-automation Removes the info-bar from the tops of pages warning that Chrome is being controlled remotely.
--noerrdialogs Suppresses error dialogs if encountered.
--crash-on-hang-threads Forces an exit if the UI or IO thread hangs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment