Skip to content

Commit

Permalink
Merge pull request #492 from GoogleChromeLabs/fix/launcher-dev-tool-d…
Browse files Browse the repository at this point in the history
…efault

[Main] Disable auto opening of Chrome DevTools by default for all tabs
  • Loading branch information
gagan0123 authored Feb 14, 2024
2 parents 8d44846 + 69b140b commit a9108fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/chrome_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
--no-default-browser-check \
--no-first-run \
--start-maximized \
--auto-open-devtools-for-tabs \
--user-data-dir="${DATA_DIR}" \
--silent-debugger-extension-api \
"$@" https://example.com >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
Expand All @@ -39,7 +38,6 @@ elif [[ "$(uname)" == "Linux" ]]; then
--no-default-browser-check \
--no-first-run \
--start-maximized \
--auto-open-devtools-for-tabs \
--user-data-dir="${DATA_DIR}" \
--silent-debugger-extension-api \
"$@" https://example.com >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
Expand Down

0 comments on commit a9108fc

Please sign in to comment.