- 2007-01-20 (土) 18:41
- Firefox
不要なメニュー項目を消したい場合、C:/Documents and Settings/username/Application Data/Mozilla/Firefox/Profiles/xxxxxxxx.xxxxxxx/chrome/userChrome.css を編集します。
Windows 7 の場合は、C:/Users/usernamexxxxxxxx.xxxxxxx/chrome/userChrome.css です。
以下は、【ブックマーク】 メニュー内の 【すべてのタブをブックマーク】 という項目を非表示にする例です。
menu[label="ブックマーク"] menuitem[label="すべてのタブをブックマーク..."] {
display:none !important;
}
以下の関連(しているかもしれない)記事もどうぞ!
- (関連した投稿はありません)
コメント:0
トラックバック:0
- このエントリーのトラックバックURL
- http://digitalbox.jp/happy-go-lucky-computing/firefox/hiding-unused-menu-items/trackback/
- Listed below are links to weblogs that reference
- 不要なメニュー項目を表示しない from digitalbox
