Showing questions tagged: Show all questions
  • Solved
  • Archived

How can I put the new tab button in the same position that chrome would have?

My muscle memory has me constantly clicking just slightly to the right of where the furthest right tab is. It feels weird stretching alllll the way right or alll the way … (read more)

My muscle memory has me constantly clicking just slightly to the right of where the furthest right tab is. It feels weird stretching alllll the way right or alll the way left. I've tried both spots and it just feels unatural to me. Obvioulsy I'll get used to it after a while its just I'd like it to be back to where I'm used to it being.

Asked by xledgendsx 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

How to turn off download panel pop-up in version 98.0

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to g… (read more)

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to go into the config and turn the true flag false for this "improvement". Is there a better way of disabling this pop-up and if not will there be in future versions of firefox?

Asked by pathomeon 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Print color mode disabled

When printing a page or pdf the color mode is disabled in the print dialog. Is this a known bug waiting to be fixed? Please avoid suggestions like "use printer dialog" o… (read more)

When printing a page or pdf the color mode is disabled in the print dialog. Is this a known bug waiting to be fixed?

Please avoid suggestions like "use printer dialog" or "set default printing to desired setting from windows"

It is unacceptable to not be able to change color or b/w when needed or e.g. duplex mode

Thank you

PS: did change in print.printer_PRINTER-NAME.print_in_color to false with no luck anyways but even if it did work it's not easy to change every time I need different mode

Asked by debugitsolutions 1 year ago

Answered by debugitsolutions 1 year ago

  • Solved
  • Archived

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (read more)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 2 years ago

Answered by DB-1 2 years ago

  • Solved
  • Archived

How to keep configured shortcuts instead of new ones being added by history

Hello, So I have shortcuts configured in 3 rows that open on each new tab. These shortcuts contain my most used websites. However not all the shortcut squares are actual… (read more)

Hello,

So I have shortcuts configured in 3 rows that open on each new tab. These shortcuts contain my most used websites. However not all the shortcut squares are actually filles on each row. And that is how I want to keep it.

But during any browsing session I see that the rest of the shortcut squares are being filled from the current history of the browsing session from other websites.

Recently I had to reinstall Firefox and as far as I know I configured everything the same. But in my old install I managed to keep a fixed set of websites in those shortcut rows and NOTHING from the browsing history was added.

So, how do I configure the shortcuts that only the websites I add there manually stay there and NO other websites will be added from the browsing history?

Asked by schijtmail 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Can i disable ctrl + m shortcut?

Hi, Often the ctrl + m (mute tab) shortcut gets in my way while using the browser as i use this shortcut in something else. I would like to know if it is possible to dis… (read more)

Hi,

Often the ctrl + m (mute tab) shortcut gets in my way while using the browser as i use this shortcut in something else. I would like to know if it is possible to disable that.

Thanks. (Message written using Google Translate)

Asked by josevneves 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

Compact mode: bookmark spacing/padding in Firefox 112.0 on Windows 10 - (since version 89?)

Firefox 112.0 running on Windows 10 64-bit laptop with a small (pixel geometry) display screen has unnecessarily large padding (white space) around each bookmark as I nav… (read more)

Firefox 112.0 running on Windows 10 64-bit laptop with a small (pixel geometry) display screen has unnecessarily large padding (white space) around each bookmark as I navigate bookmarks on the bookmark bar.

I believe this was a change instituted around version 89 (in a nutshell, I could see more - twice as many? - bookmarks listed within a bookmark folder with version 88/before. The vertical whitespace between bookmarks within a folder is excessive and makes it much more necessary to scroll within a (long) list of bookmarks in a folder when looking for one.

There was a procedure posted in the discussion below on how to set and enable "compact density".

Bookmark Padding in New Firefox Versions 2 https://support.mozilla.org/en-US/questions/1369996

The procedure below was attempted - browser.compactmode.show enabled, browser restarted, however, I cannot fin "Customize Toolbar" and "compact".

"go to - about:config search - "browser.compactmode.show" - change to TRUE , then close that window go to - Customize Toolbar at the bottom of that page, there a box called Density. Click that, you'll see "compact (not supported)" Apparently, it IS supported because I chose that. (it looked like it ignored my choice) After I closed Customize Toolbar, the bookmarks were compact spaced again. Exactly how I need them."

Is this fixable/solvable?

Asked by wb0gaz 7 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

Zoom change in firefox 103, how to undo it?

Firefox 103 screws with website zooming if you use the "Make text bigger" accessibility setting in Windows. 150% for example now zooms in a lot more with the accessibilit… (read more)

Firefox 103 screws with website zooming if you use the "Make text bigger" accessibility setting in Windows. 150% for example now zooms in a lot more with the accessibility setting in Windows set to 120%.

How do I undo this change so that 150% is 150% and not bigger than 150%? I had all my frequented websites set up how I liked it and now this comes along and messes it all up >:V at the moment it seems like 120% Firefox + 120% Accessibility is similar to what 150% in Firefox was like but it's not exactly the same. I've now gotta go futz with zoom levels for each web page I frequent again to find what looks most comfortable for each one.

Also this change greatly modifies consistency when it comes to the granularity of zooming. For example, what is 100% zoom when Accessibility is set to 120% so that I can avoid filtered scaling being applied to pictures? Why is the in-browser percentage indication not accurate with the level of zooming actually being applied?

The zoom level I choose is no longer the zoom level applied, there is now a multiplier in effect. So 50% isn't 50% anymore, 60% isn't 60% anymore, 70% isn't 70% anymore, 80% isn't 80% anymore, 90% isn't 90% anymore, 100% isn't 100% anymore, 110% isn't 110% anymore, 120% isn't 120% anymore, 130% isn't 130% anymore, 140% isn't 140% anymore etc.

A website that looked good at 133% can no longer be viewed at 133% if the Accessibility setting isn't also 133%.

Not a fan of whoever decided to implement this seemingly without a way to turn it off.

Asked by Franpa 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

empty bookmarks toolbar

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolb… (read more)

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolbar folder, which has the expected contents.

Additional issue: how do I rearrange my toolbars. The desired order, from top to bottom is title menu navigation tabs bookmarks

Windows 7 Pro, Firefox 94.0.2

Much thanks!

Asked by walterdh 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Enable light theme for Private browsing windows?

With the upgrade to Firefox 106 on Mac, Private browsing windows open with a dark theme by default. How do I enable the light theme for Private browsing windows? I use P… (read more)

With the upgrade to Firefox 106 on Mac, Private browsing windows open with a dark theme by default. How do I enable the light theme for Private browsing windows?

I use Private browsing at work for website testing, and the dark themed tabs / UI are much harder to read and use than with a light theme.

Asked by J Taylor 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Default font is replacing all fonts everywhere

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and… (read more)

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and I can't stop the default font from taking over randomly on most websites no matter what I do. This was not happening until today, and no browsers or general MacBook Air preferences were changed between today and yesterday when I last used the browser on desktop.

Under Firefox Preferences » Fonts » Advanced, I've made sure to check the box to "Allow pages to choose their own fonts instead of your selections above", and I've unchecked it, and I've re-checked it, and the default is still overriding fonts on most websites.

I've quit and restarted Firefox 3 times.

Help!

Asked by Elan 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

I have Firefox ver 103.0.2 but want rounded tabs

I have Firefox 103.0.2 and have enabled the use of style sheets in about:config. I have a CSS style sheet userChrome.css that is giving me color at the top heading an… (read more)

I have Firefox 103.0.2 and have enabled the use of style sheets in about:config. I have a CSS style sheet userChrome.css that is giving me color at the top heading and in the tabs, except for the active tab (is white)

I'll list the CSS and see if you can give me some guidance in what i need to do to put some roundness in the top corners of the tabs. the UserChrome.css file .titlebar-color{ color: AccentColorText; background-color: AccentColor; } .tab-background{ border-radius: 5px 5px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 5%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; min-height: 0px !important; }

root{

--arrowpanel-menuitem-padding: 2px !important; }

The whole top is solid color (same as Windows color, which is ok by me. However, it would also be nice if there were a dividing line or separation between the menu on top and the "tabs" below. Any ideas would be great! Thanks!! Vern

Asked by Vernon Jenewein 1 year ago

Answered by Vernon Jenewein 1 year ago

  • Solved
  • Archived

Firefox stuck in dark mode with a custom theme

I have been using the same custom theme for the past 3 years or so on both my windows 10 pro and dual boot Ubuntu 20.04. Recently, my windows 10 pro firefox started going… (read more)

I have been using the same custom theme for the past 3 years or so on both my windows 10 pro and dual boot Ubuntu 20.04. Recently, my windows 10 pro firefox started going into dark mode all of a sudden without me changing ANYTHING. The system theme and everything else stays the same. Then about 5 days later, my Ubuntu 20.04 firefox started to inherit this stupid dark mode as well. I have tried _ setting ui.systemUsesDarkTheme to 0 (number value) in about:config _ Changing to other custom color themes, and they all went into dark mode. _ Refresh Firefox _ Reinstall Firefox

When I went into "Ads on & theme" tabs, changing to system theme, it picks up the white theme mode. But Youtube webpage system theme mode pick up the dark theme mode.

Asked by Hekate 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Firefox is not applying userChrome.css

Hello, so I am not very experienced and recently discovered how to customize Fire Fox using the userChrome.css file. I went through all of the steps that are required in … (read more)

Hello, so I am not very experienced and recently discovered how to customize Fire Fox using the userChrome.css file. I went through all of the steps that are required in order to do this. I set up a folder called chrome in the directory /Users/my name/Library/Application Support/Firefox/Profiles/x1oheo82.default-release To test if it works I wrote this into the userChrome.css file: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

  1. TabsToolbar{ background-color: #FF0000 !important }

and set toolkit.legacyUserProfileCustomizations.stylesheets to true After restarting Fire Fox I saw that nothing changed. I double checked if there was a hidden file extension or if I might be in the wrong directory. I tried different code to see if there was some error in the code but nothing changed. I watched countless tutorials on You Tube and tried to find answers on google but nothing that I did seemed to help. I don't know if it has something to do with the operating system I am running or if it is a limitation of my computer hardware (I am running Fire Fox on an m1 mac).

Asked by Arihx 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Sidebar width reduction via userChrome

Hello. It seems I get a problem or two almost always with a new update lately. I have been using an userChrome.css to reduce the width of sidebar but the latest version … (read more)

Hello.

It seems I get a problem or two almost always with a new update lately. I have been using an userChrome.css to reduce the width of sidebar but the latest version 107.0 now ignores it and have a wide width even at the narrowest. Mine currently is set as, "#sidebar {min-width:30px !important; max-width:none !important;}" This no longer works. Your support much appreciated.

Regards,

Asked by qp 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Toolbar and Bookmark fonts

Longtime Firefox user, thanks for a great browser! Since about version 68 or 67 my font size on the toolbar and the menu bar and the bookmark list the fonts have become … (read more)

Longtime Firefox user, thanks for a great browser! Since about version 68 or 67 my font size on the toolbar and the menu bar and the bookmark list the fonts have become tiny. Maybe 6 point. I can barely read them. I set default zoom to 110% for all pages and set text size at 20pts. But the tabs, menu bar and bookmarks are all so tiny. How do I get them larger? I'd be happy with 12pt type font. Thanks for any help, squintingly yours idaveusa

Asked by idaveusa 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

What shortcut key can I press to close the "CTRL + F" search bar at the bottom of the browser?

If you press CTRL + F (or F3) it opens up the "CTRL + F" search bar at the bottom of the browser. But in my experience, if I want to close that search bar, I have to man… (read more)

If you press CTRL + F (or F3) it opens up the "CTRL + F" search bar at the bottom of the browser. But in my experience, if I want to close that search bar, I have to manually do it by moving my mouse to the bottom right corner of the browser and clicking the search bar close button. In most applications that I ever used, I could press "CTRL + F" a second time to toggle the search off. Is there a shortcut key that I can use to toggle the search bar off so I don't have to keep manually closing it?

Asked by gaveitatry 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Locked
  • Archived

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (read more)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Asked by scottish2 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

How to allow web page to override a keyboard shortcut

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage... For example I have an webpage that detects ctrl-… (read more)

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage...

For example I have an webpage that detects ctrl-shift-h which worked fine in version 56 but now in version 96 it brings up a "Show All History" dialog

I an doing many such things so I looking for a generic way to override firefox keyboard shortcuts

Asked by ikhalil 1 year ago

Answered by ikhalil 1 year ago