Sort-Count

    @@ -6,6 +6,6 @@ * @require */ -var d = document; -var tx = d.selection?d.selection.createRange().text:d.getSelection(); -var subw = window.open('http://b.hatena.ne.jp/entrylist?sort=count&url='+location.href).document; +(function() { + window.open('http://b.hatena.ne.jp/entrylist?sort=count&url='+location.href); +})();
  • /*
     * @title Sort-Count
     * @description 今見ているページの人気エントリを表示するブックマークレット
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    (function() {
        window.open('http://b.hatena.ne.jp/entrylist?sort=count&url='+location.href);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/11/12 21:21:10 - 2010-11-12
  2. 2010/11/12 21:19:03 - 2010-11-12
  3. 2010/11/12 21:16:25 - 2010-11-12