| « MediaWikiのインストール メモ | Update to KDE 3.5.1 » |
firefoxの検索ボックスの消し方
先日、Google ツールバーのことをちょっと書いたけど、前に、firefoxにGoogle ツールバー入れると、検索ボックスが二つもついて邪魔じゃない?なんて言われたことがある。
誤解があるようだけど、firefoxは、
${HOME}/.mozilla/firefox/*.default/chrome/
以下にあるファイルを設定することで、柔軟にカスタマイズできます。
例えば、初めからついてる検索ボックスを消したいのなら、普通、上記の場所にインストールされている
- userChrome-example.css
という名前のサンプルファイルを
- userChrome.css
という名前でコピーして、そのコピーしたuserChrome.css内の後ろの方にでも、
#search-container,#searchbar { display:none !important; }
を追加して、firefoxを再起動すれば、検索ボックスは表示されません。
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 11 feedbacks awaiting moderation...