Skip to content

Is there any way to hide this section? #1837

Answered by ChilledMoth
breadone asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, in a custom userChrome.css file..

@-moz-document url("chrome://browser/content/browser.xhtml") {
  #sidebar-header {
    visibility: collapse;
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@breadone
Comment options

Answer selected by breadone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants