diff --git a/.config/firefox/userChrome.css b/.config/firefox/userChrome.css new file mode 100644 index 0000000..48c6d13 --- /dev/null +++ b/.config/firefox/userChrome.css @@ -0,0 +1,4 @@ +/* hides the native tabs */ +#TabsToolbar { + visibility: collapse; +}