vertical text mode

  • /*
     * @title vertical text mode
     * @description ページを縦書き表示にする。対応ブラウザのみ有効
     * @include http://*
     * @license MIT License
     * @require
     * @javascript_url
     */
    (function(){var%20style=document.createElement('style');var%20head=document.getElementsByTagName('head');style.setAttribute('type','text\/css');style.innerHTML='body{writing-mode:%20vertical-rl!important;%20-webkit-writing-mode:%20vertical-rl!important;%20-ms-writing-mode:%20tb-rl!important;}';head[0].appendChild(style);})();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2016/07/30 01:01:35 - 2016-07-30
  2. 2016/07/30 01:01:01 - 2016-07-30
  3. 2016/07/29 03:16:25 - 2016-07-29
  4. 2016/07/29 02:45:48 - 2016-07-29