>>122
/*YouTubeトップページのおすすめ動画を消す*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.youtube.com") {

#feedmodule-PRO{display:none !important;}
}

とか

/*動画カテゴリトップのおすすめを消す*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.youtube.com") {

.main-tabs-spotlight.list-view{display:none !important;}
}

とか?
あまり詳しくないのでこれ以降の質問があれば初心者スレが良いと思うよ