From 8ddcd2a7f6466b87dda0ee79881a68b20a0c2a73 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 28 Oct 2023 14:41:03 +0200 Subject: fix(hm/conf/firefox/extensions): Remove simple tab groups I now use multiple firefox profiles, thus having this Add-on is utterly useless. --- hm/soispha/conf/firefox/scripts/update_extensions | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hm/soispha/conf/firefox') 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 -- cgit 1.4.1