aaglitch

  • /*
     * @title aaglitch
     * @description aaglitch
     * @include http://amachang.sakura.ne.jp/misc/aamaker/
     * @license MIT License
     * @require 
     */
    var shuffle=function(o){for(var j,x,i=o.length;i;j=parseInt(Math.random()*i),x=o[--i],o[i]=o[j],o[j]=x);return o;};
    generate();
    document.getElementById('target').textContent = shuffle(document.getElementById('target').textContent.split('')).join('');
    void(0)
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/04/15 21:22:29 - 2011-04-15
  2. 2011/04/15 21:22:01 - 2011-04-15
  3. 2011/04/15 21:16:46 - 2011-04-15
  4. 2011/04/15 21:10:51 - 2011-04-15