Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ufna/d96adb59a9bd103e3a4040d5a6a6b82c to your computer and use it in GitHub Desktop.
Save ufna/d96adb59a9bd103e3a4040d5a6a6b82c to your computer and use it in GitHub Desktop.
# Unix (Terminal)
open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit
# Windows (Command prompt)
start chrome --args --disable-gpu-vsync --disable-frame-rate-limit
@ufna
Copy link
Author

ufna commented Nov 13, 2024

google-chrome-unstable --args --disable-gpu-vsync --disable-frame-rate-limit --user-data-dir=~/.config/google-chrome/ProfileDev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment