Skip to content

Instantly share code, notes, and snippets.

@alexmercerind
Created June 9, 2025 05:51
Show Gist options
  • Save alexmercerind/bf8be89c9d42a8e6638b1a26ebbdee94 to your computer and use it in GitHub Desktop.
Save alexmercerind/bf8be89c9d42a8e6638b1a26ebbdee94 to your computer and use it in GitHub Desktop.
Chromium Flags
--aggressive-cache-discard \
--autoplay-policy=user-gesture-required \
--disable-application-cache \
--disable-background-networking \
--disable-background-timer-throttling \
--disable-backgrounding-occluded-windows \
--disable-cache \
--disable-client-side-phishing-detection \
--disable-component-extensions-with-background-pages \
--disable-component-update \
--disable-default-apps \
--disable-dev-profile \
--disable-extensions \
--disable-gpu-shader-disk-cache \
--disable-gpu \
--disable-infobars \
--disable-notifications \
--disable-offline-load-stale-cache \
--disable-plugins \
--disable-setuid-sandbox \
--disable-sync \
--disable-translate \
--disk-cache-size=0 \
--headless \
--media-cache-size=0 \
--mute-audio \
--no-default-browser-check \
--no-experiments \
--no-sandbox \
--no-zygote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment