FF Tweaks ab jetzt per user.js
This commit is contained in:
parent
a96a39a3cf
commit
b478bb30df
1 changed files with 11 additions and 8 deletions
19
tweaks.org
19
tweaks.org
|
@ -1,12 +1,14 @@
|
|||
* Firefox about:config
|
||||
| Option | Value | Description |
|
||||
|------------------------------------------+-------+------------------------------------------|
|
||||
| privacy.donottrackheader.enabled | true | Send Do-not-track |
|
||||
| findbar.highlightAll | true | Highlight all partial results in search |
|
||||
| browser.sessionstore.max_resumed_crashes | -1 | Do not show "Upps, we could not recover" |
|
||||
| browser.fixup.fallback-to-https | false | Do not try https after http failed |
|
||||
| extensions.pocket.enabled | false | Disable Pocket |
|
||||
| | | |
|
||||
#+BEGIN_EXAMPLE
|
||||
$fierfox-profile/user.js
|
||||
|
||||
user_pref("privacy.donottrackheader.enabled", "true" ); // Send Do-not-track
|
||||
user_pref("findbar.highlightAll", "true" ); // Highlight all partial results in search
|
||||
user_pref("browser.sessionstore.max_resumed_crashes", "-1" ); // Do not show "Upps, we could not recover"
|
||||
user_pref("browser.fixup.fallback-to-https", "false"); // Do not try https after http failed
|
||||
user_pref("extensions.pocket.enabled", "false"); // Disable Pocket
|
||||
#+END_EXAMPLE
|
||||
|
||||
|
||||
* MS Teams: Black box instead of screensharing with i3wm
|
||||
https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-working-anymore-bug.html#answer-42165
|
||||
|
@ -20,3 +22,4 @@ https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-work
|
|||
gsettings set org.gtk.Settings.FileChooser sort-directories-first true
|
||||
#+END_EXAMPLE
|
||||
|
||||
|
||||
|
|
Reference in a new issue