Skip to content

Instantly share code, notes, and snippets.

@japanetfutan
Created August 14, 2013 15:03
Show Gist options
  • Save japanetfutan/6231912 to your computer and use it in GitHub Desktop.
Save japanetfutan/6231912 to your computer and use it in GitHub Desktop.
change Home icon for bookmark in bookmarklet. http://www.youtube.com/watch?v=DvNBIJquww0
javascript:function require(uri){var script=document.createElement('script');script.type='text/javascript';script.src=uri;var head=document.getElementsByTagName('head')[0];head.appendChild(script);var img=prompt('','http://www.tohoho-web.com/html/image/xxx.gif');$('link').remove();$('head').append('<link id="hoge" rel="apple-touch-icon-precomposed" href="'+img+'">');$('#hoge').attr('href',img);}require('http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment