add firefox no tab instructions

master
J. Fernando Sánchez 10 months ago
parent bc1b20a0aa
commit b0933f7e42

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

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