diff options
author | xyz <gky44px1999@gmail.com> | 2021-06-26 05:12:50 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-06-26 05:12:50 -0700 |
commit | fceee7b95f5b7eb701e7950a8de635d6b8678e01 (patch) | |
tree | e9066091b9a403d8d38d57b0064e611120538f7a | |
parent | 39cb4b9360d8d3fb0d22721408054b9dd0a57e0a (diff) |
firefox user profile
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 00000000..2f20695d --- /dev/null +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -0,0 +1,3 @@ +#titlebar { + visibility: collapse !important; +} |