When ever I right click on the menu item "open containing folder" in the downloads window, it only opens the 'My Documents' folder. It never goes any farther than that. How do I fix this?

Open 'Tools----downloads'.---Right click on any downloaded file that is available in the list.---click on 'Open Containing Folder'
Results in opening the My documents folder.
Not in the folder I have listed in Tools ---Options --- General---downloads---Save files to:

You can use this extension to modify the menu.
*Menu Editor: https://addons.mozilla.org/firefox/addon/menu-editor/
You can also achieve this with code in the userChrome.css file below the default @namespace line.
*http://kb.mozillazine.org/userChrome.css
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
*http://kb.mozillazine.org/Editing_configuration
<pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#context-sendimage,
#context-sendvideo,
#context-sendaudio { display:none!important; }</nowiki></pre>

Similar Messages

Maybe you are looking for

  • Why is my MacBook Pro mid 2012 so slow

    I have had this MacBook Pro for a few months and recently it has been acting really slow I have already wiped the hard drive, repaired the permissions and even researched  how to make it faster and tried all The different ways but my Mac is still slo

  • Authorize track for new account

    iTUnes asks me to authorize some of the tracks on my machine before I am allowed to play them. So it asks me for password for my OLD iTUnes account that does not exist any more. So I fill inn user name and password for my NEW and active account. Then

  • Create a Link for HCM Header Infotype

    Dear. How can add a link(URL)  in the header for an Infotype? I found this document of Marcio Leoni. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/806cda54-610c-2b10-3089-85f254e318de?quicklink=index&overridelayout=true Is posibl

  • R400 help, new W7 install, can't install needed drivers

    My daughter's R400 Thinkpad was experiencing the blue screen and shutting down, restarting, etc, etc, etc. I tried the recovery options to no avail. The laptop came with no discs. So after sitting in a corner for months, I decided to attempt to fix i

  • Search for a word in a string.

    Hello everybody, Could anybody help me how to search for a word in a string ? Example: I have a string as below: String[] weather = {"snow", "rain", "sunny", "temperature", "storm", "freezing"}; And I have a sentence like this: "Today is a sunny day"