mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
tweak 5016
remove any reference to last directory in a session being used, which was helpful to all those who used "always ask" which is the AF default
This commit is contained in:
parent
b3b2b1cc74
commit
64c65ea38e
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -931,8 +931,8 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
|
|||
/* 5015: disable Windows taskbar preview [WINDOWS] ***/
|
||||
// user_pref("browser.taskbar.previews.enable", false); // [DEFAULT: false]
|
||||
/* 5016: discourage downloading to desktop
|
||||
* 0=desktop, 1=downloads (default), 2=last used (per session) or default
|
||||
* [SETTING] To set your default "downloads": General>Downloads>Save files to ***/
|
||||
* 0=desktop, 1=downloads (default), 2=custom
|
||||
* [SETTING] To set your custom default "downloads": General>Downloads>Save files to ***/
|
||||
// user_pref("browser.download.folderList", 2);
|
||||
/* 5017: disable Form Autofill
|
||||
* If .supportedCountries includes your region (browser.search.region) and .supported
|
||||
|
|
Loading…
Add table
Reference in a new issue