New Design in Firefox 89 ➝

I plan to write a bit more about Firefox, as I’ve recently switched, but I can’t say I’m thrilled with the new design. Specifically the new tabs and the changes to the address bar.

I don’t like that the current tab is the only one with borders around it and I hate that there’s no way to customize what page actions are displayed in the address bar.

If you’re anything like me, you’ll want to consider setting browser.proton.enabled to “false” in about:config and adding the following to userChrome.css:

/* Remove Page Actions Menu */
#pageActionButton 
{
  display: none !important;
}

That will revert to the previous tab design and hide much of the page actions that appear in the address bar.

➝ Source: blog.mozilla.org

Previous:
Next: