How can I hide the menu bar of better a specific option without using an addon?

For security purpose on my environment, I would like to hide the Menu Bar option or (better) restrict the right to install an add-on, change the proxy configuration etc..
I dont want to use an add-on for that as it will perhaps not work anymore if I update my firefox.
So i am searching for a registry/file user preference solution or anything else that will let me doing that.
Thank you for your help
== This happened ==
Every time Firefox opened
== everytime ==
== User Agent ==
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

You can hide the menu bar and other toolbars with code in [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
<pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#toolbar-menubar {display:none!important;}</nowiki></pre>
See also http://kb.mozillazine.org/Locking_preferences

Similar Messages

  • How can i hide the menu bar at the bottom of the app in itunes

    how can I hid the bar at the bottom of the App screen in itunes. Where it shows how much audio, app etc space you have left on your device

    Unforrtunately the status bar doesn't make any difference, however I have worked out that the bar does show when I go into full screen. 
    I would have thought it should also work when not in full screen - it certianly used to.

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

  • How can I restore the menu bar in Adobe Speedgrade?

    How can I restore the menu bar in Adobe Speedgrade?

    Oh my goodness. I have been searching for days. I just realized I was looking at a tutorial for Adobe Premiere Pro. Thank you So Much!

  • How can I hide the borders and keep it as an option?

    How can I hide the borders and keep it as an option?  I had someone go into the css I believe, and make it so there were no borders visible on the page (I could see the dotted outline while working on it, but when pushed, it wasn't visible (which is what I wanted).  They called it "noborders."  Since I had to reinstall, it went away.  Help?
    I have Dreamweaver CS5.5

    Try this site:  CSS Border
    Add code then type in a zero. Later add border size you want.
    examples:  border: 0px solid black;
    or
    border: 1px 000000;
    or
         border-top-style: solid; 0px 000000;
         border-right-style: dotted; 0px 000000;
         border-bottom-style: solid; 2px 000000;
         border-left-style: dashed; 1px 000000;

  • My menu bar disappeared (maybe I pressed a wrong button before). In other words: I cannot select File, Bookmarks, options, Help etc. How can I reactivate the menu bar?

    My Firefox looks like this at the top now:
    Line 1: Icons for page backward, forward, refresh, stop, homepage and then the entry filed for Urls. This was line 2 before, I had the Browser menu as line one and cannot reactivate it.
    Line 2: Pdfforge ( aplugin for Firefox)
    Below is only the browsing area

    Firefox 3.6+ versions have a feature to allow the user to hide the Menu bar.
    Hit the '''Alt''' key to temporarily show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark. <br />
    The F10 can also be used on most PC's to temporarily reveal the Menu bar.
    https://support.mozilla.com/en-US/kb/Menu+bar+is+missing

  • How can I get the menu bar?pressing Alt button does not show it, right clicking in a space in the tab does not show customize button.

    I read the information on the help pages,but I can t get the menu bar to appear using the advice given.

    Right click the Home button.

  • How can I get the Menu Bar in P/S Ele. 9 to show in the organizer?

    The Menu bar IS in Edit.  Problem occured when I updated from XP to new computer w/ Windows 7.  There is a small rectangle where the menu bar usually is.  I can click on it and the menu bar opens vertically.  The rectangle can not be seen unless you stand up to locate it.

    The glitches and workarounds include:
    -          The Organizer’s menu bar (File, Edit, etc.) won’t show up. You can either set the Windows text size back to 100% (96 DPI), or you can set the Organizer option Edit > Preferences > General > Use System Font. With the latter, the results aren’t always the prettiest, e.g. the font in the Editor’s menu bar stays small, but the font in the dropdown menus gets large. But this workaround at least lets you keep the text size large so that you can read the text in all your other applications.
    -          The Advanced Dialog in the Photo Downloader won’t be available in PSE 8.  (That also occurs on short displays.) You’ll need to reduce the Windows text size to something less – how much depends on the resolution of your display.
    -          The Editor on Windows 7 can show a mouse cursor for some tools that looks like three distorted shadows of the true cursor.  You’ll need to reduce the Windows text size to less than 150% (149% works fine).
    To change the Windows text size/DPI of your display:
    XP: Start > Control Panel > Display or Start > Settings > Control Panel > Display.   Click Settings > Advanced.
    Vista: Windows Start > Control Panel > Personalization > Adjust Font Size (DPI).
    Windows 7: Start > Control Panel > Display. To choose a custom size, click Set Custom Text Size (DPI) on the left.

  • How do I hide the menu bar on Safari when watching videos on full screen mode?

    Hey guys,
    I have a mid 2010 macbook pro (Snow Leopard OS X 10.6.8) which I have recently restored from time machine after installing a new hard drive.
    However, now when I watch flash videos on putlocker or hulu etc the menu bar on safari on the top left of the screen and the icons on the top right (airport, battery, date/time etc) does not disappear as it used to.
    When I am on youtube I have a similar problem but this time the video only occupies the window so tabs (and everything above) in safari and my dock still appear. I know this may be a youtube related query, but if anyone knows how to change this I would appreciate any guidance.
    This is my first post so sorry if this in the wrong forum (feel free to move it) or if my description is unclear, I can provide further information if needed.
    Many thanks!
    Tom

    You're welcome and only on my first cup of coffee

  • How can i see the MENU bar. Help says "Right-click on an empty section of the Tab Strip. What is a Tab Strip?

    My friend just bought a Windows 8 laptop so I told her to download the latest version of FireFox. Unfortunately, some idiot removed the Menu Bar which most people love. You can see all of your options in plain English. Anyway, I referred her to help and cannot believe it's so hard to get a simple answer to this question. Why does FireFox make it so difficult to get an old fashioned menu bar?
    Help says, "Right-click on an empty section of the Tab Strip and check Menu Bar". OK, what is a "TAB STRIP" and where does she find it? Who writes these silly, useless help tips?

    Grad, you made some good points but we still disagree. I'll acknowledge that maybe millions was a slight exaggeration but nobody has an accurate count. However, I do understand the difference between making something simple and obvious versus a programmer trying to prove how clever he or she is.
    Grad, I'm guessing you and your friends are much younger than us as we are well above the age of 50.
    As for the number of clicks, I'm confused by your comment. My Menu Bar is always visible so I have to merely '''click once on Bookmarks''' to get to those menu options. It sounds as if you have to initially click on the orange FireFox button in order to see the Menu Bar, and then click a 2nd time on Bookmarks. That sounds like 2 clicks of the mouse to me.
    I have Windows 7 and never saw Windows 8 so I can't comment on your excellent question. I personally had the '''Menu Bar displaying 100% of the time''' for as long as I could remember. I just couldn't remember how I initially turned it on several years ago and the help file proved to be more confusing than helpful.

  • How can I disable the menu bar to pop up when I move the cursor to the top of the screen?

    Greetings, guys!
    I'm completely new to Os X.
    I want to know if the menu bar can be disabled not to appear when moving to the screen top.
    It unnecessarily appears when I play a shooting game like Contract Killer in Full-screen Mode, in which I occasionally happen to move the cursor to the top.
    Thank you...

    There are 2 Fullscreen modes for some games. And some games only use 1 of them. The usual Fullscreen that you'd expect, and the one we call "Borderless Window".
    The classic Fullscreen utilizes all your display and things like menu bar, OSD's, "Always On Top" windows won't pop up while you are playing. But the Borderless Window is just a window that has the same resolution and dimensions with your desktop, and has no borders. Other elements like menu bars, OSD's and "Always stay on top" windows can get into your way while playing. And it's also slower than the classic fullscreen.
    Check if your game offers any option of selecting between these 2 Fullscreen Modes, and select the classic fullscreen mode.

  • How can i remove the menu bar from my second display

    I am using a Mac Mini for our auditorium projection computer and since upgrading to OS X Mavericks, the menu bar is now on all displays. I needto remove it from the projector display so it doesn't show on the projector screen. Is there an option for this?

    https://discussions.apple.com/message/23496295

  • How can I change the menu bar in a Quicktime video?

    My cousin and I are starting a video network and we want to create custom menu bars for our videos. We know about watermarks on the videos themselves, but I've seen some videos have custom menu bar titles irrespective of the file names and I was wondering how to do that?

    My cousin and I are starting a video network and we want to create custom menu bars for our videos. We know about watermarks on the videos themselves, but I've seen some videos have custom menu bar titles irrespective of the file names and I was wondering how to do that?
    If by "custom menu bar title" you are referring to the player window title bar, then most users would use QT 7 Pro to add a "Title" attribute to the "Properties" window and then enter the title they want displayed in the player window's title bar and "Inspector" window without affecting or changing the current filename.

  • How do I get the menu bar to appear on multiple displays without mirroring displays?

    I keep finding things about the new Yosemite update that I do not like. The most recent is that apparently you can't have a menubar on multiple displays, unless you mirror the displays. This does not work for me. I want to keep my thunderbolt display as my primary display, but I am working in photoshop on my Cintiqu and I can't afford to drag my mouse all the way back to the thunderbolt display every time I need to access the photoshop menu.
    Is there some sort of fix for this that I'm not seeing?
    If not I sincerely hope that the apple engineers fix this ASAP.

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • How can I make the status bar hide automatically when using safari?

    How can I make the status bar hide automatically when using safari?

    When Safari is in FullScreen mode, menu bar will be hidden.
    Safari window to fit the screen?
    Move the mouse pointer to the bottom right corner of the Safari window.
    Double arrows will appear. Drag it to resize the window to fit the screen.

Maybe you are looking for

  • How to bundle ODP with my app?

    I wrote a utility in .NET with ODP for a customer. The packages works on my development machine because I have OADC and ODP here. But the customer doesn't have that, and if he wants to install it he needs to go through some arduous process to get app

  • 357123044041886 - Neeed help to resolved my issue

    Dear Team, kindly go by the trail as per the mail blackberry Service center cannot repair my mobile then who is going too can i get the answer ? 2 ) if you cannot make the my phone  then provide me the new mobile other wise i will case on this mail 3

  • Arch User Script Repository?

    As I was browsing through the sticky, which is full of useful stuff, I found searching this ever longer and more disorganized thread for a script for a particular purpose difficult. Wouldn't it be great to have an organized repository for these contr

  • Advice needed on locking co-ordination

    Ok, this takes a little explaining. I have 5 databases, A, B, C, D and E. I insert a record into A, and create secondaries automatically in B and C. A record in D and E is then created based on the key value of the record in A (so not via a secondary

  • Pls help me in great britain payroll support

    hi sap gurus, can anybody pls help in gb payroll support regarding issues mostly where will get. Regards gangadhar