From b478bb30df670eb9df44a2d1453102518bb707fc Mon Sep 17 00:00:00 2001 From: "J. Elfring (g)" Date: Wed, 26 Apr 2023 11:38:20 +0200 Subject: [PATCH] FF Tweaks ab jetzt per user.js --- tweaks.org | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tweaks.org b/tweaks.org index 46a9854..797533c 100644 --- a/tweaks.org +++ b/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 +