Skip to content

Instantly share code, notes, and snippets.

@tbeseda
Created July 6, 2010 16:40
Show Gist options
  • Save tbeseda/465605 to your computer and use it in GitHub Desktop.
Save tbeseda/465605 to your computer and use it in GitHub Desktop.
javascript:var%20links=document.getElementsByTagName('head')[0].getElementsByTagName('link');for(var%20i=0;i%3Clinks.length;i++){if(links[i].getAttribute('rel')=='apple-touch-icon'){links[i].parentNode.removeChild(links[i])}; break;};var%20s=document.createElement('link');s.setAttribute('rel', 'apple-touch-icon');s.setAttribute('href',prompt('Touch icon URL?','http://'));document.getElementsByTagName('head')%5B0%5D.appendChild(s);void(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment