MozTW 討論區
https://forum.moztw.org/

想问下如何自己定制firefox下拉菜单
https://forum.moztw.org/viewtopic.php?f=2&t=3394
1 頁 (共 1 頁)

發表人:  訪客 [ 2004-10-08, 14:57 ]
文章主題 :  想问下如何自己定制firefox下拉菜单

我感觉这个下拉菜单过于烦琐,我想搞个简单的,请问如何做才能实现,需要重新编译源码吗?请给出详细点的步骤,谢谢!

發表人:  訪客 [ 2004-10-08, 16:56 ]
文章主題 : 

有個menu editor的extension可以用歐

發表人:  訪客 [ 2004-10-09, 01:35 ]
文章主題 : 

Menu Editor網頁上寫到
Menu Editor is a browser extension that allows you to control context menus...

看起來似乎是針對按右鍵會出現的那種Menu吧。
請用過的提供一下意見。謝謝。

發表人:  hof [ 2004-10-09, 10:52 ]
文章主題 : 

Menu Editor 對右鍵選單的編輯支援很完全
之前用的時侯只有對Eek新增的項目有一點問題
或許可能要在裝Menu Editor之前先把Eek 裝好

不過現在我沒有裝Menu Editor了
我是直接從userChrome.css去把不用的項目Disable掉
項目的名稱可以參考Menu Editor放在Profile裡的menuedit.rdf
語法類似這樣
引言回覆:
#context-filemenu, #context-editmenu{
display: none !important;
}

項目之間以 , 相連

如果要改變主選單的項目也是從userChrome.css下手
方法可以到Customize FireFox看看

發表人:  wpf8036328 [ 2004-10-12, 16:25 ]
文章主題 : 

能给出一个改主选单的例子吗,谢谢

發表人:  pinkfox [ 2004-10-12, 19:01 ]
文章主題 : 

下靣是去掉主菜單裏靣的 Go 、Help 、File和Editl的配置代碼
要放在userChrome.css裏邊哦

/* Remove the Go and Help menus */
menu[label="Go"],
menu[label="Help"] { display: none !important; }
/* Remove the File and Edit menus */
menu[label="File"],
menu[label="Edit"] { display: none !important; }
menu[label="Bookmarks Toolbar"]{ display: none !important; }

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/