Hi. a quicky about the text search function in firefox: when i type ctrl+F i get a fully featured search bar with highlight, previous, next option etc. If i just start typing the text i want to search, i dont get those option. annoying (it wasnt like this in firefox version prior to 2.0.0.2 i think).
anyways to get the fully featured search bar option by just "search as i type"?
Thanks
Dan
 
      
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
Edit your userChrome.css and add
/* Makes the finder show next and previous by default */
#FindToolbar > * {display: -moz-box; }
I now do this to every install of Firefox.