Firefox の設定

User Agent

Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; ja-JP-mac; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12

「新しいタブを開く」と「タブの一覧を表示」ボタンを消す。

~/Library/Application Support/Firefox/Profiles/xxx/chrome/userChrome.css

に以下のコードを追加。

@charset "utf-8";
tabbrowser .tabs-newtab-button { display: none !important; }
tabbrowser .tabs-container> stack { display: none; }