1 Commits

Author SHA1 Message Date
J. Fernando Sánchez
b0933f7e42 add firefox no tab instructions 2023-06-30 12:02:06 +02:00
2 changed files with 13 additions and 0 deletions

3
firefox/README.md Normal file
View File

@@ -0,0 +1,3 @@
toolkit.legacyUserProfileCustomizations.stylesheets to true
cp <profile>/chrome/userChrome.css

10
firefox/userChrome.css Normal file
View File

@@ -0,0 +1,10 @@
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
#titlebar {
visibility: collapse;
}
#sidebar-header {
visibility: collapse !important;
}