🔧 Various notes and configs fore firefox

This commit is contained in:
tomit4 2025-07-13 21:27:30 -07:00
parent d9961afd24
commit cdbc98ef26
2 changed files with 17 additions and 0 deletions

View file

@ -80,6 +80,8 @@ browser.newtabpage.activity-stream.telemetry set to false
browser.newtabpage.activity-stream.section.highlights.includePocket to false
browser.tabs.crashReporting.sendReport to false
browser.tabs.tabmanager.enabled to false
browser.tabs.cardPreview.enabled to false
browser.tabs.cardPreview.showThumbnails to false
browser.uidensity to 1 (makes the browser's tabs not so huge for firefox 89+)
browser.chrome.site_icons to false (removes favicons)
browser.tabs.tabsmanager.enabled to false

View file

@ -38,6 +38,21 @@
background-color: #14161b !important;
}
/* Hide close button, etc. */
.titlebar-buttonbox-container {
display: none;
}
/* Disable the tooltip that appears when hovering over tabs */
.tabbrowser-tab:hover .tab-label {
pointer-events: none !important;
}
/* Disable the tooltip completely for all tabs */
.tabbrowser-tab:hover {
visibility: hidden !important;
}
menubar,
nav-bar,
#TabsToolbar>* {