/*
* @title Link to Haiku
* @description 閲覧中のページ URL とタイトルを URL 記法でハイクに投稿する。
* @include http://*
* @license MIT License
* @require
*/
(function(){location.href='http://h.hatena.ne.jp/?body=['+encodeURIComponent(location.href)+':title='+encodeURIComponent(document.title)+']';})();