mieki256's diary



2005/04/02() [n年前の日記]

#5 [mozilla] Firefoxが起動しなくなったのでprofile作り直し

JSAction でスクリプトを記述して Copy URL+ を除外できないか、あるいは chromEdit を除外できないか等、色々試してたら。いつのまにか、エラーを出して起動しない状態に。profile作り直し。

userChrome.css を修正 :

右クリックメニューの項目の中で、消したら困る項目まで消してしまってたので修正。メモ。
/* context menu item display off */
#context-back,
#context-forward,
#context-stop,
#context-sep-stop,
#context-sendpage,
#context-sep-open,
#context-bookmarklink,
#context-sendlink,
#context-copyemail,
#context-copyimage-contents,
#context-sendimage,
#context-setWallpaper,
#context-blockimage,
#context-sep-viewbgimage,
#context-viewbgimage
{ display: none; !important; }

/* search bar no rireki button */
#searchbar .autocomplete-history-dropmarker {
    display: -moz-box !important;
    -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
}

以上です。

過去ログ表示

Prev - 2005/04 - Next
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project