Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save influx6/b8a59051bed28436da3cf2b05030a05f to your computer and use it in GitHub Desktop.
Save influx6/b8a59051bed28436da3cf2b05030a05f 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment