-><-
by
noromanba
2016-01-11 [2016/01/11 02:54:25]
centering
@@ -2,7 +2,6 @@
* @title -><-
* @description centering
* @include http://book.geocities.jp/monene39/paperakyu*
- * @contributor
* @license MIT License http://opensource.org/licenses/MIT
* @javascript_url
*/
@@ -10,6 +9,9 @@
// UserScript
// https://gist.github.com/noromanba/6802d3a6be14061f1598
+// css ver.
+// http://let.hatelabo.jp/noromanba/let/gYC-xpLD79PFdw
+
// e.g.
// http://book.geocities.jp/monene39/paperakyu00.html
(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 です。