mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-06 08:15:36 -04:00
2651: android UI breakage, closes #795
This commit is contained in:
parent
e16425310f
commit
a35cba3914
1 changed files with 2 additions and 1 deletions
3
user.js
3
user.js
|
@ -1180,7 +1180,8 @@ user_pref("network.protocol-handler.external.ms-windows-store", false);
|
|||
* 0=desktop, 1=downloads (default), 2=last used
|
||||
* [SETTING] To set your default "downloads": General>Downloads>Save files to ***/
|
||||
// user_pref("browser.download.folderList", 2);
|
||||
/* 2651: enforce user interaction for security by always asking where to download [SETUP-CHROME]
|
||||
/* 2651: enforce user interaction for security by always asking where to download
|
||||
* [SETUP-CHROME] On Android this blocks longtapping and saving images
|
||||
* [SETTING] General>Downloads>Always ask you where to save files ***/
|
||||
user_pref("browser.download.useDownloadDir", false);
|
||||
/* 2652: disable adding downloads to the system's "recent documents" list ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue