Script Update

Not sure if EE have updated their layout, but the script isn't working for me in XP-FF3.5. The following helps; just adds the blurredAnswer and relatedSolutionsContainer classes:
************************************************************************************************************************************
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.experts-exchange.com"), domain("llnw.experts-exchange.com") {
.ms .bl, .ms .bc { visibility: visible !important; display: block !important; }
/* hide ads */
#pageMain > .sectionFour, .adSense, .relatedSolutionsContainer { display: none !important; }
/* hide "free trial" blabla */
.bcQuestion > .answers, .startFreeTrial, #pageRight, .blurredAnswer { display: none !important; }
}
************************************************************************************************************************************
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.experts-exchange.com"), domain("llnw.experts-exchange.com") {
.ms .bl, .ms .bc { visibility: visible !important; display: block !important; }
/* hide ads */
#pageMain > .sectionFour, .adSense, .relatedSolutionsContainer { display: none !important; }
/* hide "free trial" blabla */
.bcQuestion > .answers, .startFreeTrial, #pageRight, .blurredAnswer { display: none !important; }
}
Comments