Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.
Solved In die argief

How can I open FireFox with the 'Find' box/bar always open?

Helper7677 replied
Aivas

When FireFox opens, click 'Edit' and 'Find'. This opens the box/bar at the bottom of the screen. I use it so often, I would like FireFox to open with the 'Find' box/bar already open.

When FireFox opens, click 'Edit' and 'Find'. This opens the box/bar at the bottom of the screen. I use it so often, I would like FireFox to open with the 'Find' box/bar already open.

All Replies (5)

Gekose oplossing

Find Toolbar Tweaks: https://addons.mozilla.org/en-US/firefox/addon/2585/
Among it Options is: [    ] Open toolbar on startup

You can also do this by adding the following line of code to userChrome.css

#FindToolbar { display: -moz-box !important; }


For an overview of editing userChrome.css, see the top part of http://www.linnhe2.free-online.co.uk/firefox/chrome.html and http://kb.mozillazine.org/Editing_configuration

It is better to use the extension. Using the code in userChrome.css gives a problem with the text label (Find) on the search bar that only appears if you press Ctrl + F.

Thank you, one and all! And please have a Happy New Year!!!!!

You are welcome. Happy New Year, Aivas.