、ました化
by
yuta25
2014-03-26 [2014/03/26 19:33:41]
(Forked from
バズワード総ゆのっち化 by
cho45)
inspired by http://anond.hatelabo.jp/20140326132440
@@ -1,6 +1,6 @@
/*
- * @title バズワード総ゆのっち化
- * @description みんな、大好き。
+ * @title 、ました化
+ * @description inspired by http://anond.hatelabo.jp/20140326132440
* @include http://*
* @license MIT License
* @require
@@ -13,7 +13,7 @@
}, true);
while (walker.nextNode()) with (walker.currentNode)
- nodeValue = nodeValue.replace(/[ア-ンー]{2,}|[a-z][a-z\s]{4,}/gi, 'ゆのっち');
+ nodeValue = nodeValue.replace(/([あ-んー]|[ア-ンー])ました/gi, '、ました');
return me;
})({ target: document.body }), false);
/*
* @title 、ました化
* @description inspired by http://anond.hatelabo.jp/20140326132440
* @include http://*
* @license MIT License
* @require
*/
document.body.addEventListener("DOMNodeInserted", (function me (e) {
var walker = document.createTreeWalker(e.target, NodeFilter.SHOW_TEXT, {
acceptNode : function (node) { return NodeFilter.FILTER_ACCEPT }
}, true);
while (walker.nextNode()) with (walker.currentNode)
nodeValue = nodeValue.replace(/([あ-んー]|[ア-ンー])ました/gi, '、ました');
return me;
})({ target: document.body }), false);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。