Way to hide context menu icons via userChrome.css (FF Nightly)?

Is there a Firefox tweak to completely hide context menu (right menu) icons?
userChrome.css solutions are walcome.

Firefox doesn't have context menu icons. Any icons you have in the context menu are added by add-ons. This should hide them:
<pre><nowiki>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in userChrome.css */
#contentAreaContextMenu image,
.textbox-contextmenu image,
#placesContext image {
visibility: hidden !important;
}</nowiki></pre>
----

Similar Messages

  • Is there any way to hide the menu bar?

    I've been trying to find out if there's a way to hide the menu bar unless the mouse pointer is pushed up to the upper edge of the screen, I know there are third-party applications that let you do this (Menufela which uses Application Enhancer that I prefer to avoid as it is causes more problems than it solves as far as I'm concerned), I also know that it's possible to write applications that cause the menu bar to exhibit this behaviour while they're focused.
    But what I'm looking for is a way to make it behave this way all the time without installing Application Enhancer and having to deal with all the headaches that come with it.

    serioustrouble wrote:
    It does seem odd that you can't get the menu bar to hide itself though, I seem to recall something about editing certain files in .app directories to make it hide itself on an app-by-app basis.
    To hide the menu bar for a single application, you need to modify the Info.plist, as described -> here <-.
    This will work on nearly every application. Only on a very few applications it will cause incorrect behaviour, mainly Finder.app.
    So a simple way to realise your wishes, is to create an Applescript, that will "hide and unhide" the menubar for a couple of apps at one time.
    Here a demonstration example: Choose one or more apps. Menu bar will be hidden/unhidden:
    <pre style="
    font-family: 'Courier New', Courier;
    font-size: 12px;
    line-height: 1;
    border: 2px solid #1E90FF;
    width: 700px; height: 200px;
    color: #000000;
    background-color: #F5FFFA;
    overflow: auto;">
    on run
    set xyz to choose file default location (path to "apps" as alias) with multiple selections allowed without invisibles
    repeat with i in xyz
    set appName to name of (get info for i)
    if appName ends with ".app" then set proName to text 1 thru -5 of appName
    tell application "Finder"
    try
    if exists (process proName) then
    set x to display dialog "Is " & "\"" & proName & "\"" & " still running? If so, please quit it now!" buttons {"Cancel", "Quit it!", "No! Not running!"} default button 2 with icon 0
    end if
    end try
    end tell
    try
    if button returned of x is "Quit it!" then
    tell application appName
    quit
    end tell
    end if
    end try
    try
    ((i as Unicode text) & "Contents:Info.plist") as alias
    set infoPlist to quoted form of POSIX path of ((i as Unicode text) & "Contents:Info")
    try
    do shell script "defaults read " & infoPlist & " LSUIPresentationMode"
    do shell script "defaults delete " & infoPlist & " LSUIPresentationMode"
    on error
    do shell script "defaults write " & infoPlist & " LSUIPresentationMode -int 4"
    end try
    end try
    end repeat
    end run
    </pre>
    Spażek

  • Control BEx Analysis Grid context menu entries via VBA

    Hey Forum,
    I have kind of a tricky question for you. I want to control BEx Analysis Grid context menu entries via VBA, namely the Expand Hierarchy Node function when I right click on a Hierarchy node entry.
    Does anyone know how to access this function via VBA?
    I also thought about adding a BEx button and access it via VBA but I am lacking the correct Button Parameters to expand/collapse a hierarchy node.
    Anyone has a tipp for me?
    Thanks,
    R.

    Hello, DDrazdou and All too
    Did you have any information about requested function?
    I need to call binded transaction in R\3, and meanwhile, I just write wrapping functional module in the R\3, and making RFC call from VBA...
    It seems to work fine, but may be the better(standart) way is posible.
    with best regards, Alex.

  • Looking for a way to hide the menu bar

    hey all, i've been looking for a way to hide the menu bar completely and then mouse over it to bring it back, like how the dock is when it's hidden. i want the same thing for the menu bar to free up a little more space and make it a little cleaner looking. i'm currently using eclipse just to black it out completely but there's just a black bar across the top of my screen with it and i just want it gone. any suggestions?

    As an aside; if you need to keep several apps fairly close to hand without cluttering the menu bar or dock, create a folder within your Applications folder, and place aliases of the apps in there, then drag the folder to the dock below the divider (next to the trash). Right click on the folder in the dock to get a pop-up list to choose from. I use the same idea for frequently used files and games too (seperate folders)

  • Remove or Hide context menu item "Add More Items..."

    Hi,
    I'm trying to edit UserChrome.css to remove or hide the context menu item "Add More Items..." that you find under the sidebar menu.
    Thanks.

    Firefox doesn't come with this item, so it must be added by an extension.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • CR: Hide context menu on download page?

    Hi,
    business needs require, that we publish some documents via the collaboration room in the SAP Enterprise Portal. Only registered members to the room should have the possibility to download documents, additional rigths for members must not be possible.
    To utilise the SAP Collaboration Room for this, we created a new workset containing the pages 'download' and 'documents' (for content admins). With this workset, we created a new collaboration room template and assigned the member role to the page download and the admin role to the document page.
    So far it works very well, admins can upload documents to the room and registered members can download them. But unfortunately, the members have more options in the context menu then desired. Via the context menu, they can rate the document, add it to the portal favourites and edit it loacally. As we do not need any functionality from the context menu, we would like to hide it for members; unfortunately, we were not successful yet. Is there any possibility to do so?
    We are on EP640_SP14.
    Cheers,
    Steph

    Hi Stephan,
    what you will have to do is to modify the LayoutSets used on those to pages "download" and "documents". You need 2 different LayoutSets on those pages in order to have different context menus.
    You find out the used LayoutSet either by checking the KM Navigation iView Parameter "Layout Set" or by activating the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f4/2c6b2089cc784bb384a7ea058de50d/frameset.htm">UI Debug settings</a> for your user and click on "Rendering Information" in the iView.
    In the used LayoutSet (for example "ConsumerExplorer") you will need to modify the Command Group(s) in the Resource Renderer used (ie: "ConsumerResourceRenderer"), so for example "DefaultCommandGroup".
    You can remove the whole group "EditResourceGroup(expanded)" to get rid of all edit commands in the context menu, but you could also edit this group and remove only "edit_locally(mandatory)".
    A good advise here is to create an Advanced Copy of the used LayoutSet first with all UI Command Groups, before modifying SAP LayoutSets/ UI Command Groups.
    Hope this helps,
    Robert

  • Is there a way to hide the Safari icon?

    I have some good web filtering software for kids, but it doesn't work with Safari. So I want to remove the Safari icon from their accounts (without making a seriously restricted account.) All I want to do is hide the icon, not remove it because the web filter software will likely include Safari in the near future.
    What I don't want to do, so please don't suggest it: I don't want to use the built in parental controls for Safari because it doesn't work like I want it to. I also don't want to set up a seriously restricted account for the kids - I want them to have "Standard" user privileges.
    Suggestions?

    If you really want to do that, be aware that Safari would be invisible to everyone, not just the kids. Even so, you'd need to login as the Admin user and use a tool like Super Get Info to change the visibility setting for Safari. After that's done, you would need to remove the Safari icon from the Dock of each account for your kids; otherwise they'd still be able to run Safari, even if they can't find it.
    Mulder

  • Xperia T - Is there any app which can hide the menu icons at the bottom screen

    I use the Tab for handwriting notes.  However, it is impossible not to touch the bottom icons with your wrist.  When you do, you are returned to the home page.  This is terribly frustrating when you are unable to complete a note without constantly switching beck to the home page.
    The manual shows the three icons on the left of the screen which would help to solve the problem.  How can I get my icons to move to the left? (or somewhere else - or disabled).  I don't want to root the tablet just to achieve this!
    Thanks

    I guess you mean Xperia tablet Z and not Xperia T? 
    In an earlier Android version (4.1) the soft keys where located in the left corner. In Android 4.2 the soft keys are located in the middle instead. 
    It is not possible to hide the soft keys as standard in Tablet Z and I'm not aware of any app with that functionality. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Context Menu How-to Questions

    These could be considered follow-up questions to Kris' Blog entry.
    1) Is there a way to group user-created Context Menu items via XML? Similar to the pre-defined ones (Table) or GeoRaptor's?
    2) Could you share with us some of the ither UI compoents for context menu items like the Table -> Priviliges -> Grant (list items, checkboxes with flow of control logic)?

    Well... The grants one is specific. It uses a tag called classname like this
    <item type="PROCEDURE"
    reloadparent="true"
    className="oracle.dbtools.raptor.dialogs.actions.GrantAction">
    <title>Grant</title>
    </item>
    Then the GrantAction class has to extend from this oracle.dbtools.raptor.dialogs.actions.AbstractMenuAction
    However, it's really easy to group actions just wrap them in a <folder> like this:
    <folder type="MATERIALIZED VIEW">
    <name>Privileges</name>
    <!-- your items go here.....-->
    </folder>
    -kris

  • How to show tree context menu in screen reader mode

    Hi, experts
    I want to know is there a way to show context menu of a tree in screen reader mode. Or is there some way to get access to the actions in the context menu?
    We added actions such as "refresh", "delete" into the context menu. But in screen reader mode, I can't find a way to access them.
    Regards,
    Chris

    Hi François! Thanks you for your answer.
    I tried to do it, but didn't work, I couldn't reach the events NODE_CONTEXT_MENU_REQUEST and ITEM_CONTEXT_MENU_REQUEST I my implementation class.
    I found a example transaction to this problem (SMARTFORMS) I will debug it and try to found the solution.
    Thanks again.

  • Hiding Context Menu Options in easyDMS

    Hi,
    I tried to hide context menu items on EasyDMS 7 SP06 according to note  983648 but with no success.
    I've added the registry entry but the items are still being shown in the context menu.
    Any Idea why?

    The registry entry should happen in HKLM instead of HKCU. The note for 7.0 is 1367514 . In 7.0 we have concept of centrally controlled registries. Hope this helps.
    Jomerce

  • List of conditions in the context menu

    Hello,
    If I define conditions in the query designer I had these conditions available in the context menu while executing a query both in excel and in web within BW 3.5.
    Within NW04s I miss the conditions in the context menu. The only way I know how to make conditions available during the execution of a query is to build in a list of queries item on the work sheet itself by using the design tool.
    Is this really the only way? The context menu was rather convenient either.
    Thank you.
    Ingo Peter

    Hi Ingo,
    Please refer the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
    Regards
    Sajeed

  • Menu icon on N82

    When you press the menu button on the N82 the menu is displayed without an icon next to the word Menu at the top unlike my Friends N70. I saw a video last night on you tube where some guy shows a way to display this Menu icon, it was a long procedure, about a minute and a half.
    For some reason my phone has been playing you tube videos without sound so I couldn't hear what the guy was saying. Is this really possible and does anyone here know how this is done because I like how it looks with the icon.
    You can search for N82 menu icon on you tube to see what I'm talking about
    Show your appreciation. Hit that kudos button real hard

    I wrote:
    Well, the menu icon on N82 can be appeared and otherwise:
    Open the camera cover. While you are holding your phone horizontal click, options>help.
    I found it out by chance.
    Message Edited by phonehacker on 19-Jan-2010 11:41 AM
    I forgot to tell you that it works only with V31.0.016 .
    If you want to thank someone, just click on the blue star at the bottom of their post

  • Adding context menu to any application.

    Hi there ,
    Is there any way to add context menu to the existing ones? for e.g I want, when I highlight a text in safari and right click on it, make it to read that text for me( by now i use a shortcut-key) or for example in yahoo messenger selecting a word in chat window and right clicking gives me just the option to search in Yahoo, I want to add google as well, and so on for different applications sth especial !

    Try OnMyCommand plugin? http://www.abracode.com/free/cmworkshop/
    There are hundreds of user-submitted scripts - no. 43 is "Say Text," http://free.abracode.com/cmworkshop/commands/commands.php
    (There's a more convenient list of available commands viewed from the editor that's included with the download.)

  • I am trying to hide the Options menu in UserChrome.css but it is not working. Here is what I have tried menuitem[label="Options..."] {display:none !important;}

    In the userChrome.css I have tried the following entry: #updateSeparator, #checkForUpdates {display: none !important;}
    menuitem[label="Options..."] {display:none !important;}
    menuitem[label="Add-ons"] {display:none !important;}
    menuitem[label="Get Bookmark Add-ons"] {display:none !important;}
    The other lines work, but the line to hide the Options menu does not. This in on Windows 32-bit XP sp3.

    It is an ellipsis (…) and not three dots.
    If there is an ID for a menu entry like in this case #menu_preferences then it is better to use that ID.
    <pre><nowiki>#menu_preferences, #menu_openAddons, {display:none!important;}</nowiki></pre>
    "Get Bookmark Add-ons" is a normal bookmark that you can remove via the right-click context menu or move elsewhere.

Maybe you are looking for