- المُؤرشفة
How to hide address bar in firefox 62.0.3 (32-bit)
How to hide address bar in firefox 62.0.3 (32-bit).
How to hide address bar in firefox 62.0.3 (32-bit).
My hide tab bar with one tab code has broken with 76. The tabs themselves remain collapsed, but the bar remains. Here's my userChrome file: /* Modify to change window … (read more)
My hide tab bar with one tab code has broken with 76. The tabs themselves remain collapsed, but the bar remains. Here's my userChrome file:
/* Modify to change window drag space width */ :root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px } .titlebar-buttonbox-container{ position: fixed; display:block !important; top:0; right:0; height: 40px; } #toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 } :root[sidemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; } :root[sizemode="maximized"] .titlebar-buttonbox-container{ top: 8px } :root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px } .titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; } #titlebar{ -moz-box-ordinal-group: 2; -moz-appearance: none !important; } :root[tabsintitlebar="true"] #nav-bar{ padding-right: calc(138px + var(--window-drag-space-width,0px)); padding-left: var(--window-drag-space-width,0px) } .titlebar-placeholder, #TabsToolbar .titlebar-spacer{ display: none; } /* Also hide the toolbox bottom border which isn't at bottom with this setup */ #navigator-toolbox::after{ display: none !important; } /* Menubar on top patch - use with Fx65_tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */ #navigator-toolbox{ margin-top: 22px } #toolbar-menubar{ position: fixed; display:block !important; top: 0px; height: 22px; margin-top:1px; width: 100%; overflow: hidden; } #toolbar-menubar .titlebar-buttonbox-container{ height: 22px; } #toolbar-menubar .titlebar-button{ padding: 2px 17px !important; } /* This will allow you to MAYBE put some items to the menubar */ #toolbar-menubar > *{ float: left } #toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px } /* Makes tabs toolbar items zero-height initially and sets enlarge them to fill up space equal to tab-min-height set on tabs */ /* Firefox 65+ only */ /* !!USER!! - REMOVE ALL BUTTONS you can from the tabs toolbar */ /* Configurable window drag space */ :root[sizemode="normal"] #nav-bar{ --window-drag-space-width: 20px } #titlebar{ -moz-appearance: none !important; } #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{ min-height: 0 !important; } :root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button, :root:not([customizing]) #TabsToolbar .titlebar-button{ -moz-appearance: none !important; height: 0px; padding-top: 0px !important; padding-bottom: 0px !important; -moz-box-align: stretch; margin: 0 !important; } #tabbrowser-tabs .tabbrowser-tab{ height: var(--tab-min-height) } #tabbrowser-tabs .tabbrowser-tab[first-visible-tab="true"][last-visible-tab="true"]{ visibility: collapse !important; } /* Button re-styling */ #tabbrowser-tabs .tabs-newtab-button:hover{ background-color: var(--toolbarbutton-hover-background) } #tabbrowser-tabs .tabs-newtab-button > .toolbarbutton-icon{ padding: 0 !important; transform: scale(0.6); background-color: transparent !important; } /* Extra top padding in maximized window */ :root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; } /* Fix window controls not being clickable */ #toolbar-menubar:hover{ min-height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important; height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important; -moz-appearance: initial !important; } #nav-bar{ padding: 0 var(--window-drag-space-width,0px) } /* Hide blue stripe on active tab */ .tab-line[selected="true"] { opacity: 0 !important; } #toolbar-menubar, #menubar-items, #main-menubar { background-color: #F8F8FB !important; background-image: none !important; } #TabsToolbar, #menubar-items, #main-menubar { background-color: #F8F8FB !important; background-image: none !important; } /* Change Color of Active tab */ /* Change Color of Normal Tabs */ tab:not([selected=”true”]) { background-color: rgb(240,240,245) !important; color: black !important; } /* Hide solo tab */ #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] { visibility: collapse; } /* Hide New Tab Button immediately next to solo tab */ #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton { visibility: collapse; }
Any help is appreciated.
With the newest Firefox, when I type in the address of where I want to go, the bar drops down and gives me all kinds of search and suggestions...I DON'T WANT THIS. I know… (read more)
With the newest Firefox, when I type in the address of where I want to go, the bar drops down and gives me all kinds of search and suggestions...I DON'T WANT THIS. I know where I want to go. How can I get rid of this area. See photo.
just installed the latest current Firefox update which has reverted my tabs to the top rather than below my bookmarks toolbar. suffice to say this is rather annoying as c… (read more)
just installed the latest current Firefox update which has reverted my tabs to the top rather than below my bookmarks toolbar.
suffice to say this is rather annoying as changing the "browser.tabs.onTop" setting in the about:config which l originally did doesnt work any more l did find a userchrome.css file as well that said it would do it on this site but alas my tabs are still above the address bar and not below the bookmarks toolbar where l want them. any help to resolve this would be greatly appreciated due to the most recent update causing them to revert back to the top.
The search bar setting is set to "Use the address bar for search and navigation", I don't want to use "Add search bar in toolbar", because I don't want to have the extra … (read more)
The search bar setting is set to "Use the address bar for search and navigation", I don't want to use "Add search bar in toolbar", because I don't want to have the extra search field in the top part of the browser, and if I go to customize, and remove it, it just changes the setting back to "Use the address bar for search and navigation".
I've already disabled the default search engine: "Provide search suggestions", and Address Bar: "Browsing history", "Bookmarks", and "Open tabs" options.
I want to be able to type an address in the address bar, without having any kind of auto completion options, but right now when I try to type and address like google for example, it still shows two lines with visit and search options, and it says "search for google with:", then shows icons for a bunch of different search engines.
I used to use firefox but stopped using it a while ago when they made ridiculous changes to it, and I'd like to use it again, but I don't know how to disable the address bar auto completion settings completely. Is there a way to fix that? Thanks.
The more tabs I open, the narrower they are to fit in window, right? Right. But it used to work the way that when I close multiple of them, they stayed the same size for … (read more)
The more tabs I open, the narrower they are to fit in window, right? Right.
But it used to work the way that when I close multiple of them, they stayed the same size for a second or so which meant closing multiple of them in a row was much easier (just click in the same place multiple times), right?
Well, it used to (work that way) because it doesn't anymore. Tabs are resizing instantly which is annoying. Here's my question: is there a setting in about:config that got resetted or something or FF70 doesn't have this function anymore? Thanks!
This new update has double spaced my bookmarks. How can I get them single spaced? Thanks.
There is already an indicator in the tab and one in the windows taskbar so I don't need a third one that is floating on the top of the window. How do I disable it? … (read more)
There is already an indicator in the tab and one in the windows taskbar so I don't need a third one that is floating on the top of the window. How do I disable it?
One day the tab titles partially dropped down off the black strip of the tab bar into the web pages. It is now very hard to read the titles. How do I get them back up? Th… (read more)
One day the tab titles partially dropped down off the black strip of the tab bar into the web pages. It is now very hard to read the titles. How do I get them back up? Thanks for your help.
Hey guys, previously I could customize the interface of FF via userchrome.css. I used to have less space between the bookmarks on the tab to the left. An update way back … (read more)
Hey guys,
previously I could customize the interface of FF via userchrome.css. I used to have less space between the bookmarks on the tab to the left. An update way back (53 I think) changed it to what it is today, which is why I needed the userchrome.css edits. Those dont work since the new update of FF. Is this a known bug or don't the codelines do anything anymore?
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Tighten up bookmark tree in Fx25 */ .sidebar-placesTree treechildren::-moz-tree-row, .placesTree treechildren::-moz-tree-row { height: 1.3em !important; border-width: 1px !important; }
This is what I used to keep the space between the bookmarks on the classic level. I attatched a ScreenShot on how it should NOT look like, but does look like since v63.
New update - again problems. I couldn't manage to get my tabs below the adress bar, although I used the trick with the css-File in the profiles. Which possibility do I ha… (read more)
New update - again problems. I couldn't manage to get my tabs below the adress bar, although I used the trick with the css-File in the profiles. Which possibility do I have now?
Stop, I am about to drop firefox. Since 50 something you changed, and you say its always like that but that is false. You changed tabs on top like in version 40, sinc… (read more)
Stop, I am about to drop firefox. Since 50 something you changed, and you say its always like that but that is false. You changed tabs on top like in version 40, since then we all complain and you insist on this. I am about to drop firefox for good. Stop
I was playing a game, and had to shut down Firefox to prevent slowdown- I have an older laptop, sue me. when I started firefox back up it installed an update- no problem.… (read more)
I was playing a game, and had to shut down Firefox to prevent slowdown- I have an older laptop, sue me. when I started firefox back up it installed an update- no problem.
but when it finished installing, it wasn't firefox, but firefox quantum, a different program entirely that deleted all my display preferences! the tabs are in the wrong spot, the search engines are a grid of icons instead of a list of names like they're SUPPOSED TO BE, it's only showing miniatureized icons instead of icons and text, there's no status bar at the bottom, it DELETED THE TABS FROM MY PREVIOUS SESSION and several of my addons (including the Classic Themes Restorer that fixes the severe UGLINESS of every new version,) is no longer compatible!
how do I correct this mistake by going back to the old version and protecting my laptop from this horrid quantum garbage?
Just updated to 62.0, ugh. Lost my custom icons and toolbar order. Have tried all the suggestions for moving tabs below bookmarks. Nothing seems to work, including var… (read more)
Just updated to 62.0, ugh. Lost my custom icons and toolbar order. Have tried all the suggestions for moving tabs below bookmarks. Nothing seems to work, including various userchrome.css scripts mentioned in relevant support posts. Anyone have a script/procedure for moving tabs below bookmarks that specifically works for 62.0 (64bit)?
latest version of firefox has increased spacing of bookmarks in bookmarks menu
I want the remove the "X" button when i have a single tab open. not when i have multiple tabs open. i constantly close Firefox when i mean to open a 2nd tab. It isnt a p… (read more)
I want the remove the "X" button when i have a single tab open. not when i have multiple tabs open. i constantly close Firefox when i mean to open a 2nd tab.
It isnt a problem if i close a tab if i have other tabs open because i can just use "CTL+SHIFT+T" to reopen the tab, but if i close a single tab, all of firefox closes. there used to be add-ons which gave me the options, but not anymore.
I've tried the instructions/answers for firefox 65+ and firefox 71 to no avail. Thank you!
I loathe the status bar. I can't stand it flashing in the corner of my fullscreen videos. I don't know why on earth it exists and why there is not a simple menu option to… (read more)
I loathe the status bar. I can't stand it flashing in the corner of my fullscreen videos. I don't know why on earth it exists and why there is not a simple menu option to disable it, as I am not very good with even simple code. I have tried as many of the userChrome.css code solutions as I can find and none of them have done anything. I just want it gone, I can't stand it.
I had the userChrome.css update done for 65, then 71 and now with version 72, the tab bar and bookmarks bar merge into one line. Looking for an update to fix it as the is… (read more)
I had the userChrome.css update done for 65, then 71 and now with version 72, the tab bar and bookmarks bar merge into one line. Looking for an update to fix it as the issue is beyond my abilities.
I'm trying to move tabs to the bottom. Some of the community answers talk about adding code to the userchrome.sss file, however I don't have that file in my Firefox fold… (read more)
I'm trying to move tabs to the bottom. Some of the community answers talk about adding code to the userchrome.sss file, however I don't have that file in my Firefox folder. How do you get or create that file and what should be in it?