Skip to content

Instantly share code, notes, and snippets.

@Prezens
Created January 20, 2019 10:34
Show Gist options
  • Save Prezens/2698788e59dd047514643afccf4c4a4b to your computer and use it in GitHub Desktop.
Save Prezens/2698788e59dd047514643afccf4c4a4b to your computer and use it in GitHub Desktop.
Safari ONLY
<script type="text/javascript">
var detect = navigator.userAgent.toLowerCase();
if((detect.indexOf('safari')) != -1)
{
document.write('<link href="style/safari.css" rel="stylesheet" type="text/css" />');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment