Skip to content

Instantly share code, notes, and snippets.

@EvanHahn
Created June 7, 2011 23:38
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 EvanHahn/1013454 to your computer and use it in GitHub Desktop.
Save EvanHahn/1013454 to your computer and use it in GitHub Desktop.
Detect if your browser is RockMelt
function isRockMelt() {
return (navigator.userAgent.indexOf("RockMelt") !== -1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment