From 9b94f17822486941228985a2fbae579178b0e2f3 Mon Sep 17 00:00:00 2001 From: dominichayesferen Date: Tue, 12 Dec 2023 17:45:40 +0000 Subject: [PATCH] whoops, forgot about userContent --- install.sh | 3 +++ mod-files/chrome/userContent.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d6bbdbe..37c9ed6 100755 --- a/install.sh +++ b/install.sh @@ -68,6 +68,9 @@ for directory in ~/.mozilla/firefox ~/.var/app/org.mozilla.firefox/.mozilla/fire if grep -q 'ferenChrome.css' "$profile/chrome/userChrome.css"; then sed -i 's/ferenChrome.css/GTKless.css/g' "$profile/chrome/userChrome.css" fi + if grep -q 'ferenChrome.css' "$profile/chrome/userContent.css"; then + sed -i 's/ferenChrome.css/GTKless.css/g' "$profile/chrome/userContent.css" + fi cp -f "$DIR/mod-files/chrome/GTKless.css" "$profile/chrome/" fi #Now it's user.js's turn diff --git a/mod-files/chrome/userContent.css b/mod-files/chrome/userContent.css index a0b2a4f..7675b1d 100644 --- a/mod-files/chrome/userContent.css +++ b/mod-files/chrome/userContent.css @@ -1,2 +1,2 @@ -/* insert other mods, above ferenChrome.css, here */ -@import url("ferenChrome.css"); +/* insert other mods, above GTKless.css, here */ +@import url("GTKless.css");