With your Shiny nerw Firefox 75 if you click on the URL bar it now pops up right inyour face.
It is is SHIT. It is annoying as hell. And as with everything Firefox, trying to remove it or restore your old preference is made extremely difficult. Because they are right and you know nothing.
They are so busy telling each other how fucking wonderful they are that they forget that ordinary mortals don't necessarily drink the same Kool-Aid.
We want lean, mean, no spyware and no useless gimmicks. Stop trying to be clever, because you aren't. Stop trying to impress, because you don't.
A couple of ways to fix this bollocks.
https://lifehacker.com/how-to-disable-firefox-75s-new-address-bar-1842728031
about:config
- browser.urlbar.openViewOnFocus
- browser.urlbar.update1
- browser.urlbar.update1.interventions
- browser.urlbar.update1.searchTips
An alternative.
https://www.reddit.com/r/firefox/comments/f29syp/how_to_disable_the_new_megabar/
Add this to userChrome.css
#urlbar[breakout-extend]{
top:calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2)!important;
left:calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2)!important;
width:100%!important
}
#urlbar[breakout-extend] #urlbar-input-container{
height:var(--urlbar-height)!important;
padding:0px!important
}
.urlbarView{
margin:0px!important;
width:100%!important
}
.urlbarView-row{
padding:0px!important
}
To force a restart go to about:profiles and choose:
Restart normally
No comments:
Post a Comment