userChrome.css

/* URLバーと検索、サーチバーでIMEをオフ*/
#urlbar *|input,#searchbar *|input,findbar *|input{
ime-mode:inactive !important;
}

ページ内は分からん