Skip to content

Instantly share code, notes, and snippets.

/*
※注意
マルチバイト文字の unicode エスケープは必要ありませんでした。
http://gist.github.com/309432 を使用してください。
参考 http://github.com/to/tombloo/commit/85c59c3195f8c9ff4bf91cecb04738e0c20c01cf
*/
addBefore(Twitter, 'post', function(ps){
var pre_str = "\u898b\u3066\u308b:";
@ino46
ino46 / gist:727452
Created December 3, 2010 19:47 — forked from ino46/gist:708890
sh で実行されたときに強制終了(ワンライン)
#ボツ