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

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

Learn More

Type to search vs. Ctrl+F - How to show the buttons when I type to search

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

more options

I'm set up to search a web page when I start typing, but I want the buttons that are present when I hit Ctrl+F to also show up as I type.

My search hasn't pulled up anything. Maybe my terms are too general? This seems like something the community would have figured out.

I've attached a screenshot in case it's not clear.

I'm set up to search a web page when I start typing, but I want the buttons that are present when I hit Ctrl+F to also show up as I type. My search hasn't pulled up anything. Maybe my terms are too general? This seems like something the community would have figured out. I've attached a screenshot in case it's not clear.

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

hi, you can try this addon: https://addons.mozilla.org/firefox/addon/fayt-revived/

...or the following code in the userChrome.css file:

.findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important; }
Ανάγνωση απάντησης σε πλαίσιο 👍 1

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

more options

See if this helps you - https://support.mozilla.org/en-US/kb/search-contents-current-page-text-or-links

The Find Bar does offer more features than if you are using the Quick Find feature.

more options

Thanks, but that's not what I was hoping to find. I want the Next/Previous Arrows, Hightlight All, and Match Case options to show up as I type.

more options

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

hi, you can try this addon: https://addons.mozilla.org/firefox/addon/fayt-revived/

...or the following code in the userChrome.css file:

.findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important; }
more options

philipp said

hi, you can try this addon: https://addons.mozilla.org/firefox/addon/fayt-revived/ ...or the following code in the userChrome.css file: .findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important; }

That addon is what I'm looking for. I don't know why it didn't show up in my search. Thank you!