※おそらくなんですけど、このcssはエキサイト全域に影響を及ぼすような気がするので、翻訳以外も使う人は適宜変更するといいんじゃないかな?俺はエキサイトといったら翻訳だけなので他はどうでもいいです。
@-moz-document domain("www.excite.co.jp"){
body > div:nth-child(3),
.world_contents > p,
.ad_table,
body > table:nth-child(12) > tbody > tr:nth-child(5),
#headerLine,
body > center
{
display:none;
}
#before,#after
{
height:480px !important;
}
}