summary refs log tree commit diff
path: root/.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-21 17:23:57 +0100
committerRobert Günzler <r@gnzler.io>2022-11-24 21:10:22 +0100
commitd12aab5736cb35cd0c7d0853885736e9ebb489ad (patch)
tree0bc18ef9ca2ee3e496eb4399edfdfa6c861ad6ae /.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile
parent6ab81fa8fb6cbc628854a652ada2ef88715af230 (diff)
firefox: add complete profile dir
and support librewolf
Diffstat (limited to '.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile')
-rw-r--r--.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile b/.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile
deleted file mode 100644
index 3e5c8d6..0000000
--- a/.mozilla/firefox/wr7p23up.default-nightly/chrome/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-STYLE := proton-style
-
-all: fetch patch
-
-.PHONY: fetch
-fetch:
-	@echo Fetching lepton...
-	curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonChrome.css" -o lepton.userChrome.css
-	curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonContent.css" -o lepton.userContent.css
-
-.PHONY: patch
-patch:
-	@echo Patching lepton...
-	patch -p1 --reject-file - < lepton.patch