Skip to content

Instantly share code, notes, and snippets.

@bencevans
Created May 26, 2013 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencevans/5652582 to your computer and use it in GitHub Desktop.
Save bencevans/5652582 to your computer and use it in GitHub Desktop.
If Google Chrome/Chromium
/**
* Is Google Chrome/Chromium?
*/
if(window && window.chrome) {
// Load the magic
} else {
// D'oh!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment