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