black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.41k stars 190 forks source link

Feature request: Add option to remove the “Back”, and “Forward” buttons #608

Closed Aleksandra0056 closed 1 year ago

Aleksandra0056 commented 1 year ago

Is your feature request related to a problem?

There are some alternatives, in example: Mouse buttons that have back/forward functionality (I am using these mouse buttons in 99% of cases, I am rarely using back/forward buttons in navigation bar).

Or another alternative is: Extensions, that have back/forward functionality.

The solution I'd like

Add about:config option to remove the “Back”, and “Forward” buttons completely from the toolbar.

Screenshots or video

No response

Alternatives I've considered

No response

Additional context

— This was possible before the Firefox's Australis redesign. — This is easily possible in Pale Moon. — I don't think auto-hide, I think remove.

black7375 commented 1 year ago

There is a lot of options, so it's burdensome to add.

It's a simple modification, so it's a good case to modify userChrome.css.

#back-button,
#forward-button {
  display: none;
}