This commit is contained in:
2022-01-22 12:13:54 -05:00
parent 5ac00cd314
commit 09d69f997b
3 changed files with 4 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
/* Hide the top tabs toolbar.
To install this:
* Go to your Firefox profile folder (look in %appdata%/Mozilla/Firefox/Profiles)
* Create a 'chrome' folder and place this there.
* In Firefox, go to about:config and set `toolkit.legacyUserProfileCustomizations.stylesheets` to true.
* Restart the browser.
*/
#TabsToolbar {
display: none !important;
}