ドリランドッドリランドッドッドッドリランド
by
hitode909
2012-02-25 [2012/02/25 16:22:15]
http://mohayonao.herokuapp.com/d
-
/*
* @title ドリランドッドリランドッドッドッドリランド
* @description http://mohayonao.herokuapp.com/d
* @include http://mohayonao.herokuapp.com/d
* @license MIT License
* @require
*/
$('<script>').attr('src', 'http://hitode909.appspot.com/text-generator/text-generator.js').appendTo($('body'));
$('<script>').attr('src', 'http://hitode909.appspot.com/text-generator/underscore-min.js').appendTo($('body'));
var main=function() {
var g=new TextGenerator('ドッドッドリランド', 1);
var txt='';
for(var i=0; i < 100000; i++) {
txt += g.get();
}
$('#text').text(txt);
$('#play').click()
};
setTimeout(main, 1000);
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。