Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Created November 8, 2012 00:08
Show Gist options
  • Select an option

  • Save cacheleocode/4035536 to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/4035536 to your computer and use it in GitHub Desktop.
metadata via JS
ie: !!navigator.userAgent.match(/MSIE/),
protocol: location.protocol.match(/https/i) ? 'https' : 'http',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment