ZEN-mode

    @@ -1,6 +1,6 @@ /* - * @title Wii/K-tai shim - * @description simulate Small Screen likes embed Opera + * @title ≡++ + * @description simulate small-screen mode likes embed Opera * @include http://* * @include https://* * @license MIT License http://nrm.mit-license.org/2013
  • /*
     * @title ≡++
     * @description simulate small-screen mode likes embed Opera
     * @include http://*
     * @include https://*
     * @license MIT License http://nrm.mit-license.org/2013
     * @require
     */
    
    (function () {
        var style = document.body.style;
        style.setProperty('margin', '0 auto', 'important');
        style.setProperty('width', '70%', 'important');
        style.setProperty('font-size', '28px', 'important');
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/01/16 03:23:22 - 2014-01-16
  2. 2014/01/16 02:47:40 - 2014-01-16
  3. 2013/03/31 06:16:11 - 2013-03-31
  4. 2013/03/21 03:43:39 - 2013-03-21
  5. 2013/03/19 07:49:52 - 2013-03-19
  6. 2013/03/19 07:20:57 - 2013-03-19
  7. 2013/03/19 06:17:51 - 2013-03-19