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:
+2
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user