Created
February 28, 2014 10:04
-
-
Save comilab/9268444 to your computer and use it in GitHub Desktop.
iPhoneでホーム画面にブックマークを追加した時のアイコンを「み」にするBookmarklet(未テスト)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var d=document,a=d.createElement("link");a.rel="apple-touch-icon";a.href="http://upload.wikimedia.org/wikipedia/commons/6/60/Japanese_Hiragana_kyokashotai_MI.png";d.getElementsByTagName('head').item(0).appendChild(a)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment