Skip to content

Instantly share code, notes, and snippets.

@sp3c73r2038
Created October 15, 2013 08:44
Show Gist options
  • Select an option

  • Save sp3c73r2038/6988574 to your computer and use it in GitHub Desktop.

Select an option

Save sp3c73r2038/6988574 to your computer and use it in GitHub Desktop.
hatena bookmark javascript expanded.
// 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