unZWS tweet

    @@ -6,8 +6,9 @@ * @require https://raw.github.com/youpy/node-zws/master/lib/zws.js */ +// Ref https://github.com/youpy/node-zws + var n=document.querySelectorAll('.js-tweet-text'); [].forEach.call(n, function (a) { a.textContent=ZWS.decode(a.textContent); }) -
  • /*
     * @title unZWS tweet
     * @description ZWS encode された tweet を decode
     * @include http://twitter.com/*
     * @license MIT License
     * @require https://raw.github.com/youpy/node-zws/master/lib/zws.js
     */
    
    // Ref https://github.com/youpy/node-zws
    
    var n=document.querySelectorAll('.js-tweet-text');
    [].forEach.call(n, function (a) {
      a.textContent=ZWS.decode(a.textContent); 
    })
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/08/29 00:04:26 - 2012-08-29
  2. 2012/08/28 23:56:54 - 2012-08-28
  3. 2012/08/28 23:55:11 - 2012-08-28
  4. 2012/08/28 23:45:54 - 2012-08-28