Skip to content

Instantly share code, notes, and snippets.

View qlyoung's full-sized avatar
🐈
thinking about bingus

Quentin Young qlyoung

🐈
thinking about bingus
View GitHub Profile
@anthonyclarka2
anthonyclarka2 / userChrome.css
Last active January 28, 2022 20:12
Firefox userChrome.css to remove tabs, and add a status bar, to Firefox windows
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;