about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhm/soispha/conf/firefox/scripts/update_extensions7
1 files changed, 3 insertions, 4 deletions
diff --git a/hm/soispha/conf/firefox/scripts/update_extensions b/hm/soispha/conf/firefox/scripts/update_extensions
index 659c6bac..f8ed3a9a 100755
--- a/hm/soispha/conf/firefox/scripts/update_extensions
+++ b/hm/soispha/conf/firefox/scripts/update_extensions
@@ -4,17 +4,16 @@
 tmp=$(mktemp)
 cat << EOF > "$tmp"
     darkreader:navbar
-    keepassxc-browser:menupanel
+    keepassxc-browser:navbar
     vhack-libredirect:navbar
-    simple-tab-groups:navbar
     torproject-snowflake:navbar
     tridactyl-vim:menupanel
     ublock-origin:menupanel
     video-pause:menupanel
 EOF
 
-# The bin is provided in the devshell.
-# The cat execution should be unquoted
+# The bin is provided in the devshell;
+# The cat execution should be unquoted;
 # shellcheck disable=SC2046
 generate_extensions $(cat "$tmp") > "$(dirname "$0")"/../config/extensions/extensions.json