Tag-and-Threshold
by
Cside
2010-11-12 [2010/11/12 22:04:50]
タグと下限ブクマ数を指定してエントリ一覧を表示
@@ -9,7 +9,6 @@
(function() {
var tag = prompt("タグ:");
var thr = prompt("下限ブクマ数:");
- window.open("http://b.hatena.ne.jp/t/" + encodeURIComponent(tag) + ?sort=hot&threshold=" + thr);
+ window.open("http://b.hatena.ne.jp/t/" + encodeURIComponent(tag) + "?sort=hot&threshold=" + thr);
})();
-
(function() {
var tag = prompt("タグ:");
var thr = prompt("下限ブクマ数:");
window.open("http://b.hatena.ne.jp/t/" + encodeURIComponent(tag) + "?sort=hot&threshold=" + thr);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。