// ==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; }");