Expand picture size in Haiku timeline
by
Akkiesoft
2014-09-12 [2014/09/12 00:10:29]
ハイクの画像サイズをでかくする
@@ -1,24 +1,20 @@
/*
* @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*
+ * @include http://h.hatena.ne.jp/
+ * @include http://h.hatena.ne.jp/following
+ * @include http://h.hatena.ne.jp/?mode=entries
+ * @include http://h.hatena.ne.jp/*/
+ * @include http://h.hatena.ne.jp/*/*
+ * @include http://h.hatena.ne.jp/target*
+ * @include http://h.hatena.ne.jp/album
+ * @include http://h.hatena.com/
+ * @include http://h.hatena.com/following
+ * @include http://h.hatena.com/?mode=entries
+ * @include http://h.hatena.com/*/
+ * @include http://h.hatena.com/*/*
+ * @include http://h.hatena.com/album
* @grant GM_addStyle
*/
(function() {
@@ -30,4 +26,4 @@
} \
")
-})
+})()
/*
* @title Expand picture size in Haiku timeline
* @description ハイクの画像サイズをでかくする
* @license MIT License
* @include http://h.hatena.ne.jp/
* @include http://h.hatena.ne.jp/following
* @include http://h.hatena.ne.jp/?mode=entries
* @include http://h.hatena.ne.jp/*/
* @include http://h.hatena.ne.jp/*/*
* @include http://h.hatena.ne.jp/target*
* @include http://h.hatena.ne.jp/album
* @include http://h.hatena.com/
* @include http://h.hatena.com/following
* @include http://h.hatena.com/?mode=entries
* @include http://h.hatena.com/*/
* @include http://h.hatena.com/*/*
* @include http://h.hatena.com/album
* @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 です。