Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created March 25, 2010 19:21
Show Gist options
  • Save ivanacostarubio/343996 to your computer and use it in GitHub Desktop.
Save ivanacostarubio/343996 to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8">
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "THE URL YOU WANT TO REDIRECT";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment