Home > PC > Firefox3の設定

Firefox3の設定

  • Posted by: yaf
  • 2008年6月27日 22:35
  • PC

Mozilla Firefox ブラウザ無料ダウンロード

6月18日の早朝から、Firefox3の正式版ダウンロードがはじまりまし

た。前の記事でも書いたとおり、ちょうどその日はiMacが手元に届いて、各種インストールや設定を行っていたとき。おかげでFirefoxもThunderbirdも深夜になるまでダウンロードできず、えらい目に遭いました。

そのFirefox3に関してですが、旧PCでFirefox2の設定をコピーしておいてiMacでインストールしたFirefox3へ設定を移すと、2で使えていた設定がいろいろ使えなくなっていました。そこで、いい機会なんでここであらゆる設定をc⌒っ*゚ー゚)っφ メモメモ...

使っているアドオン

● bbs2chreaeder ● Custum Buttons ● DownThemAll! ● GooglePreview
● Greasemonkey ● IE Tab ● Print/Print Preview ● Sage
● ScrapBook ● Stylish ● Tab Mix Plus ● Tiny Menu

この他、いくつかのアドオンはまだFirefox3に未対応のようなので、今後必要不必要を見直して、はずそうと思います。 bbs2chreaederとTab Mix Plusは、まだ安定版が対応していないようですが、これははずせないので開発版を入れて使ってます。

それと、userChrome.cssに書いていたスタイルもいくつか変更になったようで、反映されていなかった箇所がありました。一つ一つ見直して、書き換え。

userChrome.css

ブックマークツールバーのいらない部分を消す
/*タブですべて開く、その下の区切り線*/
#personal-bookmarks *[label="タブですべて開く"],
#personal-bookmarks *[builder="end"]
{
 display: none !important;
}
ブックマークメニューのいらない部分を消す
#bookmarksMenuPopup .bookmark-item[label="よく見るページ"],
#bookmarksMenuPopup .bookmark-item[label="ブックマークツールバー"],
#bookmarksMenuPopup *[builder="end"],
menu[label="ブックマーク"] menuitem[label="すべてのタブをブックマーク..."],
menu[label="ブックマーク"] menuitem[label="このページを購読..."],
menu[label="ブックマーク"] menuitem[label="このページをブックマーク"]
#bookmarksMenuPopup *[builder="start"]
{
  display: none !important;
}
コンテキストメニューのいらない部分を消す
/* 戻る、進む、更新 */
#context-back,
#context-forward,
#context-reload {
display: none !important;
}

/* 中止、[中止]の下のセパレーター */
#context-stop,
#context-sep-stop {
display: none !important;
}

/* リンクを送信、リンクURLをメールで送信、画像をメールで送信 */
#context-sendlink,
#context-sendpage,
#context-sendimage {
display: none !important;
}

/* 印刷、背景画像を表示 */
#context-printpage,
#context-sep-viewbgimage,
#context-viewbgimage {
display: none !important;
}

/* 全て選択 */
#context-selectall {
display: none !important;
}

/* 名前を付けてページを保存…、リンク項目の下のセパレーター、「リンクを新しい~で開く」の真下のセパレーター */
#context-savepage,
#context-sep-copylink,
#context-sep-open {
display: none !important;
}

Comments:0

Comment Form

Trackbacks:0

TrackBack URL for this entry
http://goneko.net/mt/mt-tb.cgi/183
Listed below are links to weblogs that reference
Firefox3の設定 from トレパン

Home > PC > Firefox3の設定

Search
Feeds

Return to page top