this post was submitted on 08 Aug 2023
60 points (100.0% liked)

Firefox

17302 readers
436 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

I want to get rid of them because I want to press ↑ on my keyboard to quickly get to the last item on the result list, but don’t want to have to cycle through the search icons.

None of the solutions I found online worked, so I thought I might give it a try here.

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 58 points 1 year ago (1 children)

Somewhat unrelated to the post: if you ever need to censor something use a black bar, not pixelation.
It's somewhat possible to make out a few of your searches, for example, the third one clearly reads "_Switching from Chrome to Firefox".

[–] [email protected] 2 points 1 year ago

You’re definitely right, thank you. In this case I didn’t need to really censor because there is no sensitive data, so I just used the feature from greenshot. Otherwise I would’ve used black bars.

[–] [email protected] 52 points 1 year ago (2 children)

In settings -> search there is a table called "Search Shortcuts" and you can uncheck all of the options to remove the icons.


Screenshot:

[–] [email protected] 8 points 1 year ago (1 children)
[–] [email protected] 3 points 1 year ago

Huh. I made the comment on mlmym and the font size is normal on my end. But in memmy it's huge. Weird.

[–] [email protected] 2 points 1 year ago

Thank you, removing all the checks in the most left column did the trick.

[–] [email protected] 5 points 1 year ago

There is a way to do it but I have forgotten. I think I had to muck around in about:config

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

Open settings, go to search from the left hand menu, scroll down to the list of search shortcuts and either permanently remove the ones you don't want, or just click the checkbox next to it and it won't show up in the address bar.

Also that level of pixelization is easily reversed, better to just black out the parts you don't want visible.

[–] [email protected] 1 points 1 year ago

Thank you, removing all the checks in the most left column did the trick!

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

I have not tested it thoroughly, but this CSS (on userChrome.css) should do the trick:

.search-one-offs {
  display: none !important;
}
[–] [email protected] 2 points 1 year ago (2 children)

What are those buttons at the top?

[–] [email protected] 2 points 1 year ago

They are the old fashioned menu. So "file", "edit" etc.

You can get it by pressing Alt. I'm not sure why there are icons in the menu though.

[–] [email protected] 1 points 1 year ago

Yeah

They don't matter to the question, but what are they

[–] [email protected] 2 points 1 year ago (1 children)

@fraencko Go to Settings > Search and untick Provide search suggestions

[–] [email protected] 2 points 1 year ago

Thanks for your suggestion, but I still wanted to have search suggestions, but I went to search settings → Search shortcuts and removed all the checks in the most left columns. That did the trick. :)