SCP Resizer(游ゴシックMedium版)
by
Oyaki122
2019-08-10 [2019/08/10 19:25:34]
SCP財団をより見やすくします
-
/*
* @title SCP Resizer(游ゴシック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 です。