ZWSed tweet

    
      
  • /*
     * @title ZWSed tweet
     * @description ZWS encode された tweet を post
     * @include http://*
     * @license MIT License
     * @require https://raw.github.com/youpy/node-zws/master/lib/zws.js
     */
    
    // Ref https://github.com/youpy/node-zws
    // decoder http://let.hatelabo.jp/taizooo/let/gYC-yq3bkZK8SQ
    
    location.href='http://twitter.com/home?status='+ZWS.encode(prompt('text', ''));
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/08/29 09:39:55 - 2012-08-29