-><-

  • /*
     * @title -><-
     * @description centering
     * @include http://book.geocities.jp/monene39/paperakyu*
     * @license MIT License http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    // UserScript
    // https://gist.github.com/noromanba/6802d3a6be14061f1598
    
    // css ver.
    // http://let.hatelabo.jp/noromanba/let/gYC-xpLD79PFdw
    
    
    // e.g.
    // http://book.geocities.jp/monene39/paperakyu00.html
    (function () {
        document.body.style.textAlign = 'center';
        document.body.style.marginLeft = 'initial';
        document.body.style.marginRight = 'initial';
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2016/01/11 02:54:25 - 2016-01-11
  2. 2015/09/06 08:52:00 - 2015-09-06
  3. 2015/09/06 05:48:26 - 2015-09-06
  4. 2015/09/06 04:23:00 - 2015-09-06