/*
* @title Expand picture size in Haiku timeline
* @description ハイクのTLの画像サイズをでかくする
* @include http://h.hatena.ne.jp/*
* @license MIT License
*/
// ==UserScript==
// @name Expand picture size in Haiku timeline
// @description ハイクのTLの画像サイズをでかくする
// @license MIT License; http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_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
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("div.body img { max-width : 400px; max-height: 400px; }");