Expand picture size in Haiku timeline
by
Akkiesoft
2014-09-12 [2014/09/12 00:10:29]
ハイクの画像サイズをでかくする
@@ -3,13 +3,31 @@
* @description ハイクの画像サイズをでかくする
* @include http://akkiesoft.hatenablog.jp/
* @license MIT License
+ * @include http://h.hatena.ne.jp/*
+ * @exclude http://h.hatena.ne.jp/album*
+ * @exclude http://h.hatena.ne.jp/guide*
+ * @exclude http://h.hatena.ne.jp/setting*
+ * @include http://h.hatena.com/*
+ * @exclude http://h.hatena.com/album*
+ * @exclude http://h.hatena.com/guide*
+ * @exclude http://h.hatena.com/setting*
+ * @include http://h1beta.hatena.ne.jp/*
+ * @exclude http://h1beta.hatena.ne.jp/album*
+ * @exclude http://h1beta.hatena.ne.jp/guide*
+ * @exclude http://h1beta.hatena.ne.jp/setting*
+ * @include http://h1beta.hatena.com/*
+ * @exclude http://h1beta.hatena.com/album*
+ * @exclude http://h1beta.hatena.com/guide*
+ * @exclude http://h1beta.hatena.com/setting*
* @grant GM_addStyle
*/
+(function() {
+ GM_addStyle(" \
+ div.body img { \
+ max-width : 400px; \
+ max-height: 400px; \
+ } \
+ ")
- GM_addStyle(" \
- div.body img { \
- max-width : 400px; \
- max-height: 400px; \
- } \
- ")
+})
/*
* @title Expand picture size in Haiku timeline
* @description ハイクの画像サイズをでかくする
* @include http://akkiesoft.hatenablog.jp/
* @license MIT License
* @include http://h.hatena.ne.jp/*
* @exclude http://h.hatena.ne.jp/album*
* @exclude http://h.hatena.ne.jp/guide*
* @exclude http://h.hatena.ne.jp/setting*
* @include http://h.hatena.com/*
* @exclude http://h.hatena.com/album*
* @exclude http://h.hatena.com/guide*
* @exclude http://h.hatena.com/setting*
* @include http://h1beta.hatena.ne.jp/*
* @exclude http://h1beta.hatena.ne.jp/album*
* @exclude http://h1beta.hatena.ne.jp/guide*
* @exclude http://h1beta.hatena.ne.jp/setting*
* @include http://h1beta.hatena.com/*
* @exclude http://h1beta.hatena.com/album*
* @exclude http://h1beta.hatena.com/guide*
* @exclude http://h1beta.hatena.com/setting*
* @grant GM_addStyle
*/
(function() {
GM_addStyle(" \
div.body img { \
max-width : 400px; \
max-height: 400px; \
} \
")
})
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。