Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created March 18, 2012 04:20
Show Gist options
  • Save christianchristensen/2068869 to your computer and use it in GitHub Desktop.
Save christianchristensen/2068869 to your computer and use it in GitHub Desktop.
iPhone full screen home "app" js bookmarklet
javascript:(function(){meta=document.createElement('meta'); meta.name='apple-mobile-web-app-capable';meta.content='yes';document.getElementsByTagName('head').item(0).appendChild(meta);alert('Now click add to homescreen')})();/*Installed*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment