Created
October 15, 2013 08:44
-
-
Save sp3c73r2038/6988574 to your computer and use it in GitHub Desktop.
hatena bookmark javascript expanded.
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 = (new Date); | |
| var s = document.createElement('script'); | |
| s.charset = 'UTF-8'; | |
| s.src = 'http://b.hatena.ne.jp/js/Hatena/Bookmark/let.js?' + d.getFullYear() + d.getMonth() + d.getDate(); | |
| (document.getElementsByTagName('head')[0] || document.body).appendChild(s); | |
| } | |
| )(); | |
| // better us https there ? :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment