Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save seelingzheng/86de7628e8bae1766bde505a57ddbbb5 to your computer and use it in GitHub Desktop.

Select an option

Save seelingzheng/86de7628e8bae1766bde505a57ddbbb5 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