Bug 1628926 Comment 23 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As before, there's not a supported way to hide them, but this userChrome.css rule works for me:

```css
.urlbarView > .search-one-offs { display: none !important; }
```

That will hide the buttons in the urlbar view but not the search bar. It's not perfect though because you can still cycle through them with the keyboard.
As before, there's not a supported way to hide them [edit: without also hiding them in the search bar], but this userChrome.css rule works for me:

```css
.urlbarView > .search-one-offs { display: none !important; }
```

That will hide the buttons in the urlbar view but not the search bar. It's not perfect though because you can still cycle through them with the keyboard.

Back to Bug 1628926 Comment 23