Disable download window opening (Mac user)
Is there a way to stop the download window opening everytime I download something? Never happened before. It's really annoying as I download a lot and the window will cover a lot of the site I'm downloading from.
被選擇的解決方法
In Firefox 97 and 98 there have been changes to the download panel.
- 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
- https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file
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.
從原來的回覆中察看解決方案 👍 1所有回覆 (2)
選擇的解決方法
In Firefox 97 and 98 there have been changes to the download panel.
- 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
- https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file
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.
cor-el said
In Firefox 97 and 98 there have been changes to the download panel.You can set this pref to false on the about:config page to prevent opening the download panel on each download.
- 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
- https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file
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.
- browser.download.alwaysOpenPanel = false
That worked! Thank you so much!!