-><-
by
noromanba
2016-01-11 [2016/01/11 02:54:25]
centering
@@ -1,7 +1,6 @@
-// ==UserScript==
/*
* @title -><-
- * @description centering images
+ * @description centering
* @include http://book.geocities.jp/monene39/paperakyu*
* @contributor
* @license MIT License http://opensource.org/licenses/MIT
(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 です。