2005/03/13(日) [n年前の日記]
#10 [mozilla] Mozilla Firefox を起動しようとしても不正終了してしまう
Tab Mix 0.1.3 をインストールしたら、起動時にエラーを出して起動しない状態に。
*1
うーむ。ユーザプロファイルを作り直さないとダメかな。
◎ インストールしてある拡張機能をメモ :
メモを見ながら拡張機能をインストールしないと…。
- All-in-One Gestures
- All-In-One Search button
- Bookmark Backup
- ChromEdit
- Configuration Mania
- Download Statusbar
- New Tab and Go
- PrefBar
- Search Button
- Super DragAndGo
- Text Link
- Popup ALT Attribute
- Web SEarch Plus
- XUL/Migemo
- Sage
- JavaScript Actions
- GrepSidebar
- Linky
- LiveLines
- 翻訳パネル
- Irvine ContextMenu
- Tab Mix
◎ 右クリックメニューもいくつか消してあるので :
そのへんもメモ。userChrome.css に記述。
/* =============== Remove Items In Context Menu: WEB PAGE */
#context-back, /* "Back" */
#context-forward, /* "Forward" */
/* #context-reload, /* "Reload" */
#context-stop, /* "Stop" */
#context-sep-stop, /* Separator Below "Stop" */
/* #context-bookmarkpage, /* "Bookmark This Page..." */
#context-savepage, /* "Save Page As..." */
#context-sendpage, /* "Send Page..." */
/* =============== Remove Items In Context Menu: LINKS */
/* #context-openlink, /* "Open Link in New Window" */
/* #context-openlinkintab, /* "Open Link in New Tab" */
#context-sep-open, /* Separator Below "Open Link in New..." */
#context-bookmarklink, /* "Bookmark This Link..." */
/* #context-savelink, /* "Save Link to Disk..." */
#context-sendlink, /* "Send Link..." */
/* #context-copylink, /* "Copy Link Location" */
#context-copyemail, /* "Copy Email Address" */
/* #context-sep-copylink, /* Separator Below Link Items */
/* =============== Remove Items In Context Menu: IMAGES */
/* #context-viewimage, /* "View Image" */
/* #context-copyimage, /* "Copy Image Location" */
#context-copyimage-contents, /* "Copy Image to Clipboard" */
#context-sep-copyimage, /* Separator Below "Copy Image location" */
/* #context-saveimage, /* "Save Image As..." */
#context-sendimage, /* "Send Image..." */
#context-setWallpaper, /* "Set As Wallpaper" */
#context-blockimage, /* "Block Images from this Server" */
#context-sep-viewbgimage, /* Separator Above "View Background Image" */
#context-viewbgimage, /* "View Background Image" */
/* =============== Remove Items In Context Menu: TEXT */
/* #context-undo, /* "Undo" */
/* #context-sep-undo, /* Separator Below "Undo" */
/* #context-cut, /* "Cut" */
/* #context-copy, /* "Copy" */
/* #context-paste, /* "Paste" */
/* #context-delete, /* "Delete" */
/* #context-sep-paste, /* "Separator Below "Delete" */
/* #context-selectall, /* "Select All" */
/* #context-sep-selectall, /* "Separator Below "Select All" */
/* #context-searchselect, /* "Web Search for..." */
/* #context-viewpartialsource-selection, /* "View Selection Source" */
/* =============== Remove Items In Context Menu: EXTRA */
#frame-sep, /* Separator Above "This Frame" */
/* #frame, /* "This Frame" */
/* #context-viewpartialsource-mathml, /* "View MathML Source" */
#context-sep-properties, /* Separator Above Properties Items */
/* #context-viewsource, /* "View Page Source" */
#context-viewinfo, /* "View Page Info" */
#context-metadata /* "Properties" */
{ display: none; !important; }
◎ ユーザプロファイルを作り直してみた :
今のところ、起動時にエラーは出てないみたい。
*1: 起動オプションで -p をつけて、ユーザプロファイル画面から実行すると起動してくれるのだけど。
[ ツッコむ ]
以上です。