ComicSansMS
@@ -1,11 +1,15 @@
/*
* @title ComicSansMS
+ * @description web comicizer
* @include http://*
- * @license MIT License
+ * @inclide https://*
+ * @contributor taizooo http://let.hatelabo.jp/taizooo/let/gYC-x6yyxt2uBg
+ * @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y6zTib66Pw
+ * @license MIT License http://opensource.org/licenses/MIT
*/
-// http://dailynewsagency.com/2013/03/12/connare-art-design-typographytype-designscomic-fwf/
+// http://dailynewsagency.com/2013/03/12/connare-art-design-typographytype-designscomic-fwf/
setInterval(function() {
if (document.body.style.fontFamily === '') { document.body.style.fontFamily = 'Comic Sans MS'; }
-}, 10);
+}, 10); // why body needs timer/DOMNodeInserted ?
/*
* @title ComicSansMS
* @description web comicizer
* @include http://*
* @inclide https://*
* @contributor taizooo http://let.hatelabo.jp/taizooo/let/gYC-x6yyxt2uBg
* @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y6zTib66Pw
* @license MIT License http://opensource.org/licenses/MIT
*/
// http://dailynewsagency.com/2013/03/12/connare-art-design-typographytype-designscomic-fwf/
setInterval(function() {
if (document.body.style.fontFamily === '') { document.body.style.fontFamily = 'Comic Sans MS'; }
}, 10); // why body needs timer/DOMNodeInserted ?
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。