How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

Clear download list in Firefox

Firefox by default never clears the download list automatically. If you wish change the way Firefox works so it will clear the downloads either automatically upon download complete or when Firefox closes following the next steps.

  1. Type about:config in your address bar
  2. Search for browser.download.manager.retention
  3. Set its value to either 0, 1 or 2 depending on how you Firefox to behave

0 indicates that the download should be removed upon completion.
1 indicates that completed and canceled downloads should be removed when Firefox closes.
2 indicates that downloads should never be removed automatically. (default)

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

2 Responses to Clear download list in Firefox

  1. Gary says:

    Firefox 26 does not clear download history automatically regardless of the setting of browser.download.manager.retention. Judging from online comments, this has happened before due to updates or “interface changes”, and they’re not treating this as a bug. Hard to imagine why.

    • CooLMinE says:

      I noticed that as well, and from my research I am afraid there isn’t a solution at the moment for this (at least not without taking the plugin route).

      This is mainly because with the release of Firefox 26 they removed quite a few variables, including the ability to enable the old download manager and by the looks of it the browser.download.manager.retention variable as well which was tied to it.

Leave a Reply

Your email address will not be published. Required fields are marked *