From 3c58ddc818c0dc82c1d11a4040296526f2ca4a84 Mon Sep 17 00:00:00 2001 From: yokoffing Date: Thu, 16 Dec 2021 11:00:36 -0500 Subject: [PATCH] Update PeskyFox.js --- PeskyFox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PeskyFox.js b/PeskyFox.js index 319b743..70f53bd 100644 --- a/PeskyFox.js +++ b/PeskyFox.js @@ -11,7 +11,7 @@ * PeskyFox * * "Aquila non capit muscas." * * priority: remove annoyances * - * version: October 2021 * + * version: December 2021 * * 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 // false=the user is asked what to do user_pref("browser.download.useDownloadDir", false); +user_pref("browser.download.alwaysOpenPanel", false); // PREF: Disable adding downloads to the system's "recent documents" list user_pref("browser.download.manager.addToRecentDocs", false);