Created
June 7, 2011 23:38
-
-
Save EvanHahn/1013454 to your computer and use it in GitHub Desktop.
Detect if your browser is RockMelt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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