Skip to content

Instantly share code, notes, and snippets.

@mori-dev
Created January 19, 2010 16:04
Show Gist options
  • Save mori-dev/281037 to your computer and use it in GitHub Desktop.
Save mori-dev/281037 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name heimin_change_image_size
// @namespace http://d.hatena/kitokitoki
// @include http://d.hatena.ne.jp/heimin/*
// ==/UserScript==
(function() {
GM_addStyle(<><![CDATA[
div.body div.section img {
max-width: 512px !important;
max-height: 341.5px !important;
}
]]></>);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment