Latest Firefox released for Windows [2]


  1. Posts : 125
    Win 10
       #941

    Is there no longer a way to revert to the old urlbar in 77.0?
      My Computer


  2. Posts : 915
    Windows 10 Pro 64bit 22H2 19045.3324
       #942

    jrolson said:
    Is there no longer a way to revert to the old urlbar in 77.0?
    If you mean this fix from @bo elam a couple months ago regarding the bulging URL address bar that no longer works in FF v77 :

    Latest Firefox released for Windows [2]


    Apparently it now requires that you add a rather large amount of code to your userChrome.css file which can be found here:

    www.userchrome.org megabar-styling-firefox-address-bar
    Last edited by Farvatten; 02 Jun 2020 at 13:04.
      My Computers


  3. Posts : 17,838
    Windows 10
       #943

    Latest Firefox released for Windows [2]-000475.png
      My Computer


  4. Posts : 125
    Win 10
       #944

    In 76 you could just turn off browser.urlbar.update1 in about:config to get the old url bar back. But now 77, they removed browser.urlbar.update1

    How do I get this new url bar to show recent sites instead of just the most visited sites?
      My Computer


  5. Posts : 655
    Windows 10 Home
       #945

    jrolson said:
    In 76 you could just turn off browser.urlbar.update1 in about:config to get the old url bar back. But now 77, they removed browser.urlbar.update1

    How do I get this new url bar to show recent sites instead of just the most visited sites?
    In Firefox 77 you have to use css to get rid of the annoying expanding URL bar. I think Mozilla got rid of browser.urlbar.update1 in Firefox 77. A few days ago I gave up on stable Firefox, now I am using ESR (to avoid having to continuously reverse and fight changes like this one). Using Firefox from my POV because of all this annoying changes has become tiresome, and I am about ready to give up using Firefox. I am at the last stage before saying goodbye to it. Now that NoScript can be used in Edge, I can give up Firefox and not look back.

    But anyway, after reading your post, I installed Firefox 77 in a sandbox and tested the code you ll find in the link below, I can confirm, it does works. It gets rid of the expanding URL bar in Firefox 77. If you are using css, just copy and paste the code below to your userchrome.css file. If you are new to css, you need to create the css file and place it in a folder named chrome and put this folder inside your Firefox Profile folder (AppData\Roaming\Mozilla\Firefox\Profiles\Profile you are using). If you have problems creating the css file, I can upload a copy here for you.

    https://raw.githubusercontent.com/We...ve_megabar.css

    @-moz-document url(chrome://browser/content/browser.xhtml) { /* DISABLE EXPANDING START */
    #urlbar[breakout][breakout-extend] {
    top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
    left: 0 !important;
    width: 100% !important;
    }

    #urlbar[breakout][breakout-extend] > #urlbar-input-container {
    height: var(--urlbar-height) !important;
    padding-block: 0 !important;
    padding-inline: 0 !important;
    }

    #urlbar[breakout][breakout-extend] > #urlbar-background {
    animation-name: none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) !important;
    }
    /* DISABLE EXPANDING END */

    /* REMOVE URL RESULT PADDING START */
    .urlbarView {
    margin-inline: 0 !important;
    width: 100% !important;
    }

    .urlbarView-row {
    padding-block: 0 !important;
    }
    /* REMOVE URL RESULT PADDING END */

    /* MOVE URL RESULT TYPE ICON TO LEFT START */
    .urlbarView-type-icon {
    min-width: 16px !important;
    height: 16px !important;
    margin-bottom: 0 !important;
    margin-inline-start: 0 !important;
    }

    .urlbarView-favicon {
    margin-inline-start: 20px !important;
    }
    /* MOVE URL RESULT TYPE ICON TO LEFT END */
    }
    /* REMOVE MEGABAR END */

    Bo




      My Computer


  6. Posts : 102
    Windows 10
       #946
      My Computer


  7. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
       #947

    BlackBurn said:
    Thanks, that was quick
      My Computer


  8. Posts : 56,826
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #948

    BlackBurn said:
    Thanks!
      My Computers


  9. Posts : 68,937
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #949

    BlackBurn said:
      My Computers


  10. Posts : 26,450
    Windows 11 Pro 22631.3527
       #950

    Firefox 77.0.1 was released in Linux so it should be out for Windows soon. MajorGeeks has it.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:24.
Find Us




Windows 10 Forums