Readable SCP(游ゴシックMedium版)

  • /*
     * @title Readable SCP(游ゴシックMedium版)
     * @description SCP財団をより見やすくします
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    var a = document.getElementById('page-content')
    a.style.fontSize = '16px'
    // if (window.innerWidth < 450) a.style.fontSize = String(a.style.fontSize * 1.5)
    a.style.fontFamily = 'Yu Gothic Medium,YuGothic,san-serif'
    a = a.querySelectorAll('p,li,blockquote')
    for (var b = 0; b < a.length; b++) {
      // a[b].style.marginBottom = '20px'
      a[b].style.lineHeight = '180%'
    }
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2019/08/26 21:51:43 - 2019-08-26
  2. 2019/08/26 21:43:13 - 2019-08-26