Download panel opens with every single download
The latest update has made it so Firefox opens the download panel every time I download something, a very obnoxious behavior when downloading a lot of files, and I can't find a way to stop that from happening.
[came across another question that brings up the same issue], but that one focuses more on a site presumably changing about:config rather than the issue of the download panel itself.
Giải pháp được chọn
In Firefox 97 and 98+ there have been changes to the download panel.
- https://www.mozilla.org/en-US/firefox/98.0/releasenotes/
- https://support.mozilla.org/en-US/kb/manage-downloads-preferences-using-downloads-menu
- https://support.mozilla.org/en-US/kb/where-find-and-manage-downloaded-files-firefox
You can set this pref to false on the about:config page to prevent opening the download panel on each download.
- browser.download.alwaysOpenPanel = false
You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.
WARNING: Changing preferences through this interface not officially supported Hidden settings edited using the about:config tool are explicitly not supported, which means that Mozilla makes no guarantees they will be supported in the future, or that Mozilla will fix them if they break. Mozilla does not test these preferences, and will not in the future. That includes security and performance testing which these preferences may affect.
[Warning added by moderator]
Đọc câu trả lời này trong ngữ cảnh 👍 3Tất cả các câu trả lời (2)
Giải pháp được chọn
In Firefox 97 and 98+ there have been changes to the download panel.
- https://www.mozilla.org/en-US/firefox/98.0/releasenotes/
- https://support.mozilla.org/en-US/kb/manage-downloads-preferences-using-downloads-menu
- https://support.mozilla.org/en-US/kb/where-find-and-manage-downloaded-files-firefox
You can set this pref to false on the about:config page to prevent opening the download panel on each download.
- browser.download.alwaysOpenPanel = false
You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.
WARNING: Changing preferences through this interface not officially supported Hidden settings edited using the about:config tool are explicitly not supported, which means that Mozilla makes no guarantees they will be supported in the future, or that Mozilla will fix them if they break. Mozilla does not test these preferences, and will not in the future. That includes security and performance testing which these preferences may affect.
[Warning added by moderator]
Được chỉnh sửa bởi Chris Ilias vào
Alright, that solved the issue. I hope this option becomes accessible through the configuration menu in the future, so going to about:config isn't required.