say youpy
by
taizooo
2010-11-11 [2010/11/11 16:50:20]
@@ -5,6 +5,7 @@
* @require
*/
+(function(){
var who='youpy';
var hoge=Array.prototype.slice.call(document.querySelectorAll('pre .line'));
var youpy=hoge[Math.floor(Math.random() * hoge.length)].textContent.replace(/[○●×]+/g, who);
@@ -15,7 +16,8 @@
else{
arguments.callee();
}
-
+}
+)()
/*
* @title youpy_say
* @include https://gist.github.com/671714
* @license MIT License
* @require
*/
(function(){
var who='youpy';
var hoge=Array.prototype.slice.call(document.querySelectorAll('pre .line'));
var youpy=hoge[Math.floor(Math.random() * hoge.length)].textContent.replace(/[○●×]+/g, who);
var url='http://twitter.com/?status='+encodeURIComponent(youpy);
if(prompt('youpy',youpy)){
window.open(url);
}
else{
arguments.callee();
}
}
)()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。