Hatena::Character::Counting

  • /*
     * @title Hatena::Character::Counting
     * @include http://*
     * @license MIT License
     */
    
    alert(function(){for(var a="",d=document.querySelectorAll("#days .day .body .section p:not([class])"),b=0,c;c=d[b];b++)a+=c.textContent;a=a.replace(/\s+/g," ");return a.length}());
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/08/15 15:39:03 - 2011-08-15