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.

  • Crul@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    11 months ago

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

    .search-one-offs {
      display: none !important;
    }