We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402c5f2 commit e78a8bfCopy full SHA for e78a8bf
Firefox/README.md
@@ -4,21 +4,21 @@
4
5
Increase the amount of RAM used for caching:
6
7
-browser.cache.memory.capacity | 128
+| browser.cache.memory.capacity | 128
8
9
Move on-disk browser cache to [RAM disk](/ubihazard/macos-scripts/blob/main/.local/bin/ramdisk):
10
11
-browser.cache.disk.parent_directory | /Volumes/RAM
+| browser.cache.disk.parent_directory | /Volumes/RAM
12
13
Enable compact UI density mode (right click -> “Customize Toolbar...”):
14
15
-browser.compactmode.show | true
+| browser.compactmode.show | true
16
17
## Disable auto-update prompts
18
19
In the past auto-update prompts could be disabled with:
20
21
-app.update.silent | true
+| app.update.silent | true
22
23
But this doesn‘t seem to work anymore.
24
0 commit comments