visitors can't see pics , please register or login
God I love Stylish (https://addons.mozilla.org/en-US/firefox/addon/stylish/).
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.melee.org") {
    li.blurb, li.profile, li.custom, 
    .gpbp_respect, .reportlinks, li.postgroup {
		display: none !important;
	}
	
	div.pos * {
        font-family: verdana, Helvetica, sans-serif !important;
	}
	
	
	span.bbc_color {
        color: black !important;
	}
	
	div.post * img {
        max-width: 150px !important;
        max-height: 150px !important;
	}
	
	div.post * img:hover {
        max-width: 100% !important;
        max-height: 100% !important;
	}
}