aboutsummaryrefslogtreecommitdiff
path: root/profile/chrome/misc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-19 12:09:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-19 12:09:46 -0300
commite83be32ab336ae049e964f22ad4ead090ba01cde (patch)
treee58ead42832f708eb036fe45b579d529105c09ae /profile/chrome/misc
parent395058823101437cd5ae4d14ffa80d297be4fd0e (diff)
downloadfirefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.gz
firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.bz2
Feat: manage user.js
Diffstat (limited to 'profile/chrome/misc')
-rw-r--r--profile/chrome/misc/include.css6
-rw-r--r--profile/chrome/misc/orig.css4
2 files changed, 10 insertions, 0 deletions
diff --git a/profile/chrome/misc/include.css b/profile/chrome/misc/include.css
new file mode 100644
index 0000000..6bb46df
--- /dev/null
+++ b/profile/chrome/misc/include.css
@@ -0,0 +1,6 @@
+/**
+ * Example userChrome.css to include another one.
+ *
+ * You might also be interested in using symbolic links.
+ */
+@import url("../../../firefoxer/userChrome/userChrome.css");
diff --git a/profile/chrome/misc/orig.css b/profile/chrome/misc/orig.css
new file mode 100644
index 0000000..90a2e64
--- /dev/null
+++ b/profile/chrome/misc/orig.css
@@ -0,0 +1,4 @@
+/**
+ * Old original userChrome.css
+ */
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");