Skip to content

Instantly share code, notes, and snippets.

@getify
Created December 30, 2010 16:40
Show Gist options
  • Save getify/759978 to your computer and use it in GitHub Desktop.
Save getify/759978 to your computer and use it in GitHub Desktop.
In "Safari 5.0.1" on Win7:
> console.log(navigator.userAgent);
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8
In "Webkit Nightly r74232" on Win7:
> console.log(navigator.userAgent);
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533+ (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment