/*
* @title Tag-and-Threshold
* @description タグと下限ブクマ数を指定してエントリ一覧を表示
* @include http://*
* @license MIT License
* @require
*/
(function() {
var tag = prompt("タグ:");
var thr = prompt("下限ブクマ数:");
window.open("http://b.hatena.ne.jp/t/" + encodeURIComponent(tag) + ?sort=hot&threshold=" + thr);
})();
})();