1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update PeskyFox.js

This commit is contained in:
yokoffing
2021-12-16 11:00:36 -05:00
committed by GitHub
parent 9e4956c23e
commit 3c58ddc818
+2 -1
View File
@@ -11,7 +11,7 @@
* PeskyFox * * PeskyFox *
* "Aquila non capit muscas." * * "Aquila non capit muscas." *
* priority: remove annoyances * * priority: remove annoyances *
* version: October 2021 * * version: December 2021 *
* url: https://github.com/yokoffing/Better-Fox * * url: https://github.com/yokoffing/Better-Fox *
***************************************************************************/ ***************************************************************************/
@@ -149,6 +149,7 @@ user_pref("extensions.pocket.site", " ");
// [SETTING] General>Downloads>Always ask you where to save files // [SETTING] General>Downloads>Always ask you where to save files
// false=the user is asked what to do // false=the user is asked what to do
user_pref("browser.download.useDownloadDir", false); user_pref("browser.download.useDownloadDir", false);
user_pref("browser.download.alwaysOpenPanel", false);
// PREF: Disable adding downloads to the system's "recent documents" list // PREF: Disable adding downloads to the system's "recent documents" list
user_pref("browser.download.manager.addToRecentDocs", false); user_pref("browser.download.manager.addToRecentDocs", false);