From 38a82bc7e3569b7502a652c9f3fea37a017c0ccb Mon Sep 17 00:00:00 2001 From: auric Date: Thu, 11 Sep 2025 18:00:59 -0500 Subject: Remove browsers --- browsers/firefox/update-userchrome.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 browsers/firefox/update-userchrome.sh (limited to 'browsers/firefox/update-userchrome.sh') diff --git a/browsers/firefox/update-userchrome.sh b/browsers/firefox/update-userchrome.sh deleted file mode 100755 index dae5d97..0000000 --- a/browsers/firefox/update-userchrome.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -eu -ACCENT="$(../getaccent 2>/dev/null || echo)" -[ -n "$ACCENT" ] || ACCENT="#000000" -PROFILE_DIR="${HOME}/.mozilla/firefox" -PROFILE="$(ls "$PROFILE_DIR" | grep default | head -n1 || true)" -[ -n "$PROFILE" ] || { echo "No Firefox profile found" >&2; exit 1; } -PROFILE="$PROFILE_DIR/$PROFILE" -mkdir -p "$PROFILE/chrome" -sed "s/ACCENT/$ACCENT/" userChrome.template.css > "$PROFILE/chrome/userChrome.css" -- cgit v1.2.3