firefox download notification

hey y'all,

i was wondering if anyone knew how turn off the annoying "downloads finished" notification that pops up when all the downloads finish. i think i saw a thread on this about a year ago, i tried looking for it, but i didn't find anything.

thanks

#404881

Add this to your user.js file in C:Documents and Settings**Username**Application DataMozillaFirefoxProfile**Random numbers and letters**.default,

//* Disable Download Complete Alert
user_pref("browser.download.manager.showAlertOnComplete", false);

If there isn't a user.js then make a text file and name it to user.txt and open it with notepad, add the code above into it and save. Then just rename the file from user.txt to user.js once you've added the code (That is if you don't have a user.js).

#404892

You could do that, or you could install the Download Manager Tweak extension. I recommend this path, due to the other options it includes.

#405196

i like the download statusbar extension, myself...

#405230

Or do it straight from Firefox, type in addressbar "about:config" (No quotes)

Find browser.download.manager.showAlertOnComplete" double click on it and set it to false

#405285