Threshold
by
Cside
2010-11-12 [2010/11/12 21:59:05]
今見ているページの人気エントリをブクマ数の下限を設定して表示
@@ -6,7 +6,7 @@
* @require
*/
-(function() {
+//(function() {
var thr = prompt("下限 :")
window.open("http://b.hatena.ne.jp/entrylist?sort=hot&threshold=" + thr +"&url=" + location.href);
-})();
+//})();
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 です。