2022-08-27 10:27:27 +02:00
|
|
|
/*
|
|
|
|
* Note: has to be symlinked to profile directories for your
|
|
|
|
* firefox release
|
|
|
|
*
|
2022-08-27 10:41:45 +02:00
|
|
|
* E.g.
|
|
|
|
*
|
2022-08-27 10:27:27 +02:00
|
|
|
* ```sh
|
2022-08-27 10:41:45 +02:00
|
|
|
* ln -s user.js ~/.mozilla/firefox/*.default-release/user.js
|
2022-08-27 10:27:27 +02:00
|
|
|
* ```
|
2022-08-27 10:41:45 +02:00
|
|
|
* Or check out the `setup` script
|
|
|
|
*
|
2022-08-27 10:27:27 +02:00
|
|
|
*/
|
|
|
|
|
2023-06-14 21:35:40 +02:00
|
|
|
// Set default download directory
|
|
|
|
user_pref("browser.download.dir", "/home/h/dl");
|