Showing questions tagged: Show all questions

I need to see my extensions in the browser bar!!!!

I need to see my extensions in the browser bar!!!! Why did you remove this feature. Super annoying. If I click where the extensions should be I get taken to (see screensh… (read more)

I need to see my extensions in the browser bar!!!! Why did you remove this feature. Super annoying. If I click where the extensions should be I get taken to (see screenshot) other screenshot are my extensions that I have to go into Firefox/settings/Manage Firefox themes in Extensions & Themes. It does absolutely no good if I cant access my extensions such as Video Downloader

Asked by smccrory 2 days ago

Last reply by Logosor 1 day ago

I Created the Perfect Firefox Look, but I Can’t Use It cuz of userChrome.js

I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t fou… (read more)

I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t found a way to make it run permanently without pain.

I’m completely out of energy trying to fix this. But maybe someone here knows a proper workaround?

No js loaders and other hacks worked, so I’m sharing the full code. Maybe you can help me figure out a way to keep it running consistently?

Here’s my code:

function fixTabOrientation() {

   let tabbrowserTabs = document.getElementById("tabbrowser-tabs");
   let arrowscrollbox = document.getElementById("tabbrowser-arrowscrollbox");
   let newTabButton = document.getElementById("tabs-newtab-button");
   let peripheryBox = document.getElementById("tabbrowser-arrowscrollbox-periphery");
   let navBar = document.getElementById("nav-bar-customization-target"); 
   let urlBar = document.getElementById("urlbar-container"); // Адресний рядок


   if (tabbrowserTabs?.getAttribute("orient") !== "horizontal") {
       tabbrowserTabs.setAttribute("orient", "horizontal");
   }
   if (arrowscrollbox?.getAttribute("orient") !== "horizontal") {
       arrowscrollbox.setAttribute("orient", "horizontal");
   }


   if (navBar && urlBar && !urlBar.nextSibling?.isSameNode(tabbrowserTabs)) {
       navBar.insertBefore(tabbrowserTabs, urlBar.nextSibling);
   }


   if (newTabButton) {
       newTabButton.style.position = "absolute";
       newTabButton.style.right = "10px"; 
       newTabButton.style.top = "50%"; 
       newTabButton.style.transform = "translateY(-50%)"; 


       if (peripheryBox && !peripheryBox.contains(newTabButton)) {
           peripheryBox.appendChild(newTabButton);
       }
       newTabButton.style.display = "block";  
       newTabButton.style.width = "32px";
       newTabButton.style.height = "32px";
   } else {
       console.log("New Tab");
   }

}

fixTabOrientation(); setInterval(fixTabOrientation, 1000);


Any work solutions would be massively appreciated—I’m honestly exhausted fighting this.

Asked by III 2 days ago

How to Remove Empty Space on the Toolbar Between the "New Tab" Button and the "Minimize Window" Button?

Hello, I have an empty space on the toolbar between the "New Tab" button and the "Minimize Window" button in Firefox. Is there a way to remove or reduce this space to mak… (read more)

Hello, I have an empty space on the toolbar between the "New Tab" button and the "Minimize Window" button in Firefox. Is there a way to remove or reduce this space to make better use of the available space? Any help would be appreciated! Thanks.

Asked by Bl0ck 2 days ago

Can't get rid of black background on Yahoo and Google

I have tried all settings in Firefox to have a white background in Yahoo and Google, but the black background keeps appearing. I even copied my Firefox settings exactly … (read more)

I have tried all settings in Firefox to have a white background in Yahoo and Google, but the black background keeps appearing. I even copied my Firefox settings exactly from a different computer that has my preferred white background, but it didn't work. What other things should I look for besides Language & Appearance, Colors, Extensions and Themes?

Asked by edkurtzman 2 days ago

Last reply by Logosor 2 days ago

Firefox text on a Windows 10 machine with OS scaling set to 200% is pixelated.

Bought a new monitor which is set to 3840 x 2160 by default, so i had to change the Windows UI display setting to 200% for my eyes. This is fantastic on Windows and work… (read more)

Bought a new monitor which is set to 3840 x 2160 by default, so i had to change the Windows UI display setting to 200% for my eyes.

This is fantastic on Windows and works as expected with Chrome and Edge browsers. Type appears to be correctly anti-aliased. It does not work with firefox, however. Both the browser UI and viewport content is pixelated.

Attached are three examples of the pixelation on text that we are seeing.

There is no scaling set within the browser - this is a new install with everything set to default at 100%.

Is there a system setting that we need to invoke in order to smooth type within the viewport. There are several articles on this forum that seem to touch on type smoothing but we were looking to confirm whether there is a default setting that can be changed outright.

Asked by stripey1 4 days ago

Last reply by stripey1 2 days ago

Bookmarks button

Last week the bookmarks button to bring on the sidebar disappeared from my toolbar. Browser and OS up to date. In my attempt to add it back I now see it has also been eli… (read more)

Last week the bookmarks button to bring on the sidebar disappeared from my toolbar. Browser and OS up to date. In my attempt to add it back I now see it has also been eliminated from the Customize palette. What gives?

Asked by richouser1of1 3 days ago

text size has suddenly shrunk - too small for reading

The size of the text on my computer, especially AOL Email has diminished to unreadable size. How to enlarge the text to a normal size (around 16 or larger). I've tried … (read more)

The size of the text on my computer, especially AOL Email has diminished to unreadable size. How to enlarge the text to a normal size (around 16 or larger). I've tried settings and specifications and zoom and many others but nothing changes the size of the text. Can you help in plain language that an old person can follow? I thank you in advance.

Asked by dfmccauley 3 days ago

Last reply by Logosor 3 days ago

Menus disappear from top of screen sometimes

Using Firefox 135.0.1 with Mac OS 15.3.1. Sometimes the menus on the left side of the top menu bar (, Firefox, File, Edit, View, History, Bookmarks, Tools, Window, Help… (read more)

Using Firefox 135.0.1 with Mac OS 15.3.1. Sometimes the menus on the left side of the top menu bar (, Firefox, File, Edit, View, History, Bookmarks, Tools, Window, Help) vanish from the menu bar at the top of the screen. The items on the right side of the menu bar are unaffected and remain visible. If I click in the menu bar area, the items that had disappeared return.

This does not occur with Safari or Chrome, only with Firefox and only infrequently.

Curious to know if it's a bug or something else.

Asked by rextherocket 3 weeks ago

Last reply by Sciuriware 4 days ago

MacOS Titlebar

Is there any setting that allows to get rid from this annoying Titlebar (line with buttons) in fullscreen mode? So that it never shows up even when hovering the mouse poi… (read more)

Is there any setting that allows to get rid from this annoying Titlebar (line with buttons) in fullscreen mode? So that it never shows up even when hovering the mouse pointer over the top edge of screen. When it jumps out everything slides down and always leads to miss clicks when I try to select tabs. I don't want it to be constantly present here as well because it takes up screen space.

Asked by El Psy Congroo 4 days ago

Cannot add shortcuts to Firefox home page and no rows are visible

Dear sir or madam, Can you please help me with a deeply frustrating problem I'm having with Firefox? After the last update, the shortcuts on my FF homepage disappeared a… (read more)

Dear sir or madam,

Can you please help me with a deeply frustrating problem I'm having with Firefox? After the last update, the shortcuts on my FF homepage disappeared and I can't restore or rebuild them.

Under settings, the homepage is set to show two rows of shortcuts but none are visible. I changed it to show more rows, closed & restarted FF, but no shortcuts appear. I then changed it to no rows, closed & restarted FF, then set it back to two rows, closed & restarted FF - still no rows. I've tried starting FF in troubleshoot mode, but to no avail. Looking through the Community Forums, I can't find anything that directly relates to my problem. In case this may help, I've had this problem once or twice before but I'm afraid I can't remember how it was resolved or if it was anything I stumbled upon that fixed it.

The environment is FF version 136.0.2 (64-bit) on an Acer Aspire E5 PC running Windows 10 Home, 64-bit, version 22H2, last updated 16 March 2025.

If you can offer any suggestion how I can resolve this and stop me pulling my hair out (in my case, it's an endangered species!), my remaining hair and I will be eternally grateful.

Yours faithfully, Peter Palmer

Asked by peter500 5 days ago

Last reply by peter500 4 days ago

Firefox Homepage

Within the last week, my homepage has changed in look and operation. It no longer has all of my bookmarks, I can no longer navigate back to my homepage from other sites,… (read more)

Within the last week, my homepage has changed in look and operation. It no longer has all of my bookmarks, I can no longer navigate back to my homepage from other sites, etc. Also, it have a very plain, sterile display. What changed and how to I get back to my original homepage?

Asked by tuck.milligan 5 days ago

Last reply by jscher2000 - Support Volunteer 4 days ago

1)Remove Yahoo from android 2)put icons of the most used addresses on the screen, 3)Restore the meny row.

78 - years old man wants to 1) get rid of several addresses in the meny row 2) Put icons of my most used programs on the screen 3) Remove YAHOO from my android … (read more)

78 - years old man wants to 1) get rid of several addresses in the meny row 2) Put icons of my most used programs on the screen 3) Remove YAHOO from my android

Asked by njm 5 days ago

Last reply by markwarner22 5 days ago

Show bookmarks on certain sites

Is there a way to show bookmarks on particular sites without showing them all the time? My use case is that I have a plugin's url set as my home page and new tab page an… (read more)

Is there a way to show bookmarks on particular sites without showing them all the time?

My use case is that I have a plugin's url set as my home page and new tab page and would like to be able to see my bookmarks when I open a new tab but not when I'm on other tabs.

Bonus question; is there a way to have my new tabs open to that plugin's url but also have the url bar empty for browsing?

Thanks in advance for any help with either of these I imagine specific questions.

Asked by James Mckay 5 days ago

how to remove the new and completely useless Tab animation?

so it shows somekind of sound horn icon on every new tab for some reason now, and when i start to select a tab i want, the icon dissapears and then even moves/resizes the… (read more)

so it shows somekind of sound horn icon on every new tab for some reason now, and when i start to select a tab i want, the icon dissapears and then even moves/resizes the next tab, so i dont even know where to click anymore, plus i might even press the X on the next tab or smth, so it is really confusing and annoying...

... and how can i turn it off? the "icon" is completely useless anyway, because it does not even do anything useful whatsoever lol...

Asked by screenshot 5 days ago

Last reply by Agent virtuel 5 days ago

Re Firefox Interface

Is there any person out there whether from the FF Staff, Developers, Community or End-Users who know how to resize the latest grotesque FF Interface of the latest downloa… (read more)

Is there any person out there whether from the FF Staff, Developers, Community or End-Users who know how to resize the latest grotesque FF Interface of the latest download version 136.0.1? All my extensions have disappeared. The side bar is too wide. Both the Tools and Menu bars are grotesquely wide.

What is the point in Mozilla FF asking for Feedback End-Users, Community, to Contribute. if it is not going to take on board their views?

Please, do not leave this matter just to the public to deal with, You FF should deal with it for it is your product.

How to change viewport background color?

If letterboxing (anti-fingerprinting) is used or when a webpage is smaller than the window (such as in about:config), Firefox fills in the rest of the window using a dark… (read more)

If letterboxing (anti-fingerprinting) is used or when a webpage is smaller than the window (such as in about:config), Firefox fills in the rest of the window using a dark gray. I want to make it completely black.

This is what I currently have in my userContent.css

```CSS @-moz-document url-prefix("about"), url-prefix("chrome"){

 body{ background-color: rgb(0 0 0) !important };
 .sticky-container{ background-color: rgb(0 0 0) !important };
 #toolbar{ background-color: rgb(0 0 0) !important };

}@-moz-document url-prefix("about"), url-prefix("chrome"){

 body{ background-color: rgb(0 0 0) !important };
 .sticky-container{ background-color: rgb(0 0 0) !important };
 #toolbar{ background-color: rgb(0 0 0) !important };

} ```

Asked by H 6 days ago

Where is my search box?

My Firefox toolbar used to show the address box, and at the end of the address box was a search box. After the last update, the search box disappeared and I would like to… (read more)

My Firefox toolbar used to show the address box, and at the end of the address box was a search box. After the last update, the search box disappeared and I would like to get it back. I used it constantly because it would hold my search and if I needed to tweak it a bit, it was still there and easy to do. Now I have to type the search in the address box and it goes away immediately. There was also a drop-down that listed my last few searches. The address bar goes almost completely across the page. Is there a way to get my search box back at the end of the address box? Thank you.

Asked by Ron McAlister 6 days ago

Fullshot 10

I have FullShot 10 which used to show my extra buttons in the FF toolbar. A few updates ago these buttons have disappeared from FF which is really inconvenient. Those but… (read more)

I have FullShot 10 which used to show my extra buttons in the FF toolbar. A few updates ago these buttons have disappeared from FF which is really inconvenient. Those buttons still appear in MSFT Edge. I cannot take a screen capture because taking a screen shot automatically makes the FS10 buttons disappear. FF10 is not add-on to FF, it is just a regular program to easy capture graphical screen information. FS10 has not been updated/altered in any way since its installation

Asked by fhsamyn 1 week ago

Last reply by jscher2000 - Support Volunteer 1 week ago