dammIT

A rantbox

Experts Exchange


Stack Overflow is a lot nicer as a source for good technical advice, but Experts Exchange still has quite some answers too; might come in handy for a second opinion/solution on which you can base your own. expert-sexchange is much less annoying with this bit of CSS added to Firefox's userContent.css file:

@-moz-document domain(experts-exchange.com) {
    div.qStats {display: none !important;}
    div.blurredAnswer {display: none !important;}
    div.allZonesMain {display: none !important;}
}

[source]