Skip to content

Instantly share code, notes, and snippets.

@dongerardor
Created August 22, 2014 01:53
Show Gist options
  • Save dongerardor/dc178bb37dc24ad44853 to your computer and use it in GitHub Desktop.
Save dongerardor/dc178bb37dc24ad44853 to your computer and use it in GitHub Desktop.
Asking for Mozilla Firefox
var FF = !(window.mozInnerScreenX == null);
if (FF) {
//custom logic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment