Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Would like to remove search bar to see lovely snowmen add-on

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 8 προβολές
  • Τελευταία απάντηση από FredMcD

more options

I can click between the URL and search bars to shorten them to the left, but the right hand side of the search bar stays where it was. I would like to condense both bars to the left so that I can see the lovely snowmen of my add-on. Or remove the search bar totally. Thanks, Nick

I can click between the URL and search bars to shorten them to the left, but the right hand side of the search bar stays where it was. I would like to condense both bars to the left so that I can see the lovely snowmen of my add-on. Or remove the search bar totally. Thanks, Nick

Επιλεγμένη λύση

You can move the search bar to the "3-bar" Firefox menu button drop-down list and it will still function properly and respond to the Ctrl+K keyboard shortcut.

  • Right-click the Search logo -> Move to Menu

You can also consider to add some opacity to the location bar and the search bar.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#navigator-toolbox {min-height:200px!important}

#urlbar {opacity:0.5!important}
#urlbar:hover {opacity:0.8!important}
#urlbar[focused="true"] {opacity:1!important}

#searchbar .searchbar-textbox {opacity:0.5!important}
#searchbar .searchbar-textbox:hover {opacity:0.8!important}
#searchbar .searchbar-textbox[focused="true"] {opacity:1!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userChrome.css file in the editor window
  • Make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the currently used Firefox profile folder:

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

You can move the search bar to the "3-bar" Firefox menu button drop-down list and it will still function properly and respond to the Ctrl+K keyboard shortcut.

  • Right-click the Search logo -> Move to Menu

You can also consider to add some opacity to the location bar and the search bar.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#navigator-toolbox {min-height:200px!important}

#urlbar {opacity:0.5!important}
#urlbar:hover {opacity:0.8!important}
#urlbar[focused="true"] {opacity:1!important}

#searchbar .searchbar-textbox {opacity:0.5!important}
#searchbar .searchbar-textbox:hover {opacity:0.8!important}
#searchbar .searchbar-textbox[focused="true"] {opacity:1!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userChrome.css file in the editor window
  • Make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the currently used Firefox profile folder:

Τροποποιήθηκε στις από το χρήστη cor-el

more options

What we really need is a way to display the themes properly.