>>51
userContent.css に以下のような感じで記述

@charset "utf-8";
@-moz-document url-prefix("https://www.yahoo.co.jp/";) {
/* 閲覧したリンクの色を変える */
a:visited {
color: rgb(100,0,100) !important;
}
}