Tag-and-Threshold

    @@ -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); })(); -
  • /*
     * @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);
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/11/12 22:04:50 - 2010-11-12
  2. 2010/11/12 22:04:00 - 2010-11-12
  3. 2010/11/12 22:03:51 - 2010-11-12