Page Centering

ウェブページを中央配置

As of 2016-01-02. See the latest version.

Author
kengo321
Ratings
0 0 0
Version
2
Created
2015-12-30
Updated
2016-01-02
License
MIT
Applies to
All sites

ユーザースクリプトコマンドに「Page Centering 設定」を追加します。

一致する URL が複数あるときは、一番長い URL の設定を使用します。

html 要素の style 属性に max-width: [設定した最大幅]; position: relative; margin: 0px auto; を設定して中央配置します。

正しく中央配置されるかどうかはウェブページによります。

動作確認環境

  • Firefox + Greasemonkey
  • Google Chrome + Tampermonkey

更新履歴

  • 2016-01-02 v2
    • CSS の max-width プロパティに無効な値を設定できないようにした