@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com"), domain("google.co.jp") {
 body {
   counter-reset: result !important;
 }
 a.l:before {
   content: counter(result) ". " !important;
   counter-increment:result !important;
 }
}
