Skip to content

Instantly share code, notes, and snippets.

@owldesign
Created March 14, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owldesign/29d625754dde6d5ea518 to your computer and use it in GitHub Desktop.
Save owldesign/29d625754dde6d5ea518 to your computer and use it in GitHub Desktop.
Web Detection Tools
if (!!window.MSInputMethodContext && !!document.documentMode) {document.documentElement.className+=' ie11';}
<!--[if !IE]><!--><script>if(/*@cc_on!@*/false){document.documentElement.className+=' ie10';}</script><!--<![endif]-->
!function(){var t=function(){var t=function(){var t=window.orientation;switch(t){case 90:case-90:t="landscape";break;default:t="portrait"}document.documentElement.setAttribute("data-orientation",t)};window.addEventListener("orientationchange",t,!1),t()};window.addEventListener("DOMContentLoaded",t,!1)}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment