How to restore backspace button function?
Hello,
Is there a way to restore backspace button function in the newest version of Firefox, so when pressing it the previous page opened? This function was very helpful for me!
Обране рішення
You can set browser.backspace_action = 0 on the about:config page to enable the history backspace action.
You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".
See "Changed" in the release notes.
- https://www.mozilla.org/en-US/firefox/87.0/releasenotes/
- https://www.mozilla.org/en-US/firefox/88.0/releasenotes/
Усі відповіді (2)
Вибране рішення
You can set browser.backspace_action = 0 on the about:config page to enable the history backspace action.
You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".
See "Changed" in the release notes.
It solved. Thank you.