Expand picture size in Haiku timeline

    @@ -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 です。

History

  1. 2014/09/12 00:10:25 - 2014-09-12
  2. 2014/09/12 00:08:30 - 2014-09-12
  3. 2014/09/12 00:05:34 - 2014-09-12
  4. 2014/09/12 00:03:13 - 2014-09-12
  5. 2014/09/12 00:02:24 - 2014-09-12