1
0
Fork 0

FF Tweaks ab jetzt per user.js

This commit is contained in:
J. Elfring (g) 2023-04-26 11:38:20 +02:00
parent a96a39a3cf
commit b478bb30df

View file

@ -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