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 です。

History

  1. 2014/11/04 07:13:28 - 2014-11-04
  2. 2013/03/15 02:16:20 - 2013-03-15
  3. 2013/03/15 00:30:59 - 2013-03-15
  4. 2013/03/14 04:52:46 - 2013-03-14
  5. 2013/03/14 04:23:01 - 2013-03-14
  6. 2013/03/14 04:19:15 - 2013-03-14