Expand picture size in Haiku timeline

    @@ -24,6 +24,6 @@ max-width : 400px; \ max-height: 400px; \ } \ - ") + "); })()
  • /*
     * @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 です。

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