Firefox 3のGoボタンを常に表示する

投稿者: shuichi, タグ: ,,, 投稿日時: 2008/03/02 23:39

userChrome.cssに以下を追加。

#go-button
{
    visibility: visible !important;
}