/*
* @title B! Comment for TOUCH
* @description add bookmark
* @license MIT License
* @javascript_url
*/
(function(l){
var base = 'http://b.hatena.ne.jp/bookmarklet.touch?mode=comment&url=';
window.location.href = base + encodeURIComponent(l);
})(location.href);
/* for Copy n Paste
javascript:(function(l){var base = 'http://b.hatena.ne.jp/bookmarklet.touch?mode=comment&url=';window.location.href = base + encodeURIComponent(l);})(location.href);
*/