Skip to content

Instantly share code, notes, and snippets.

@alunny
Created September 1, 2011 22:20
Show Gist options
  • Save alunny/1187444 to your computer and use it in GitHub Desktop.
Save alunny/1187444 to your computer and use it in GitHub Desktop.
// forgive me father
if (navigator.userAgent.match("Android")) {
document.write('<script src="childbrowser-android.js"><\/script>')
} else {
document.write('<script src="childbrowser-iphone.js"><\/script>')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment