Skip to content

Instantly share code, notes, and snippets.

@balcsida
Created June 14, 2018 21:13
Show Gist options
  • Save balcsida/4d9a154e88103b3be22cafc05ae6d0ac to your computer and use it in GitHub Desktop.
Save balcsida/4d9a154e88103b3be22cafc05ae6d0ac to your computer and use it in GitHub Desktop.
window.browser = (function () {
return window.msBrowser ||
window.browser ||
window.chrome;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment