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

Firefox

17302 readers
573 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.

you are viewing a single comment's thread
view the rest of the comments
[–] Crul@lemm.ee 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;
}