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
Extensions (enabled: 25, disabled: 0)
- Add-on Collector 1.2.1
- autoHideStatusbar 0.4.7
- chaika 1.2.0
- Context Search 0.4.5
- Copy Fixer 1.1.2
- Delicious Bookmarks 2.1.106
- Download Statusbar 0.9.7.2
- DownThemAll! 1.1.10
- Evernote Web Clipper 4.0.0.106602
- Fasterfox Lite 3.8.2Lite
- FaviconizeTab 1.0.1
- Firefox PDF Plugin for Mac OS X 1.1.3
- FireGestures 1.5.7
- Greasemonkey 0.8.20100408.6
- Image Zoom 0.4.4
- InfoLister 0.10.3
- Load Tabs Progressively 1.0
- Locationbar² 1.0.5
- Look Up in Dictionary 0.2.1
- Open in Safari 1.2
- RefControl 0.8.13
- SearchPreview 4.9.2
- SQLite Optimizer 0.7.7
- XUL/Migemo 0.13.6
- テキストリンク 3.1.2009110201
Add-on Collections
「新しいタブを開く」と「タブの一覧を表示」ボタンを消す。
~/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; }