diff --git a/users/jalr/modules/firefox/userChrome.css b/users/jalr/modules/firefox/userChrome.css index 21743cf..291b8f8 100644 --- a/users/jalr/modules/firefox/userChrome.css +++ b/users/jalr/modules/firefox/userChrome.css @@ -237,4 +237,9 @@ url(chrome://browser/content/browser.xhtml) { #urlbar-input::placeholder { color: transparent; } + + /* Hide back & forward buttons */ + toolbarbutton#back-button { + display: none; + } }