Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How can I hide the Navigation Input (at least the URL) in Firefox 29.0?

  • 2 件の返信
  • 3 人がこの問題に困っています
  • 20 回表示
  • 最後の返信者: cor-el

more options

I need to hide it for demonstrations to prevent attendees from browsing to a site while I'm showing it. This new release is not as clean looking when all the toolbars are unchecked. A minimal mode with tabs only would be helpful...the previous release was very good for this.

I need to hide it for demonstrations to prevent attendees from browsing to a site while I'm showing it. This new release is not as clean looking when all the toolbars are unchecked. A minimal mode with tabs only would be helpful...the previous release was very good for this.

すべての返信 (2)

more options

You can press F11 to go into full screen mode.

If you need a method that's not as easy to undo, put the following in the userChrome.css file.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once at the top of the file */

#nav-bar { display: none !important; }

more options

Note that in previous Firefox versions it was still possible to bring up a replacement toolbar via Ctrl+L, so this version is actually better in this respect.
This code has been removed in Firefox 29 because you can't hide the Navigation Toolbar.

Note that using an extension or code in userChrome.css can be overridden by starting Firefox in Safe Mode by holding down the Shift key when starting or the item in the Help menu.

You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.

この投稿は cor-el により に変更されました