Skip to content

Commit

Permalink
whoops, forgot about userContent
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichayesferen committed Dec 12, 2023
1 parent 38a151a commit 9b94f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mod-files/chrome/userContent.css
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit 9b94f17

Please sign in to comment.