'left' class stretched image fixer

By Igor Dubosarskiy Last update Apr 6, 2006 — Installed 574 times.
// ==UserScript==
// @name          'left' class stretched image fixer
// @namespace     http://www.igord.com
// @description   'left' class stretched image fixer - fixes width for images from gawker media that are stretched
// @include       http://*.bloglines.com/*
// @include       file:///c:/*
// ==/UserScript==
GM_addStyle(".left { width: auto; }");