>>603
userContent.cssへ
/*** Google検索結果にナンバリング ***/
@-moz-document url-prefix("http://www.google.co.jp/";), url-prefix("https://www.google.co.jp/";) {
body {
counter-reset: result !important;
}
div.rc h3::before {
content: counter(result) ". " !important;
counter-increment: result !important;
}
}