Zobrazujú sa otázky k téme:
Zobrazenie otázok označených:

STOP removing useful functions-screenshot, center search bar and recent visits along the lower edge

Why the h377 did firefox change the screen shot tool by removing it from the address bar AND delete the center search bar, along with changing the location of all my rece… (ďalšie informácie)

Why the h377 did firefox change the screen shot tool by removing it from the address bar AND delete the center search bar, along with changing the location of all my recent web visit from the along the bottom of the screen? This is annoying and unhelpful to pc users, I need these functions back like they were in order to us your site on my pc. I donot and will never use firefox on my phone. If these functions are gone, then I will have leave as well. Either that or remove the update from my pc and cease ALL further updates.

Uzamknuté 19

How to hide "Take a screenshot" and "Original Profile"

Hello. I have two questions about settings. 1. I want to hide the "Take Screenshot" option from the Firefox right-click menu. 2. I want to hide the "Original Profile" opt… (ďalšie informácie)

Hello. I have two questions about settings. 1. I want to hide the "Take Screenshot" option from the Firefox right-click menu. 2. I want to hide the "Original Profile" option from the options that appear when you click the Firefox hamburger menu.

I'm asking about these two points. 1. I'm trying to hide the "Take Screenshot" option, but I couldn't find a solution even after searching. about:config ↓ extensions.screenshots.disabled ↓ From true to false ↓ Even restarting Firefox didn't hide the "Take Screenshot" option. 2. Regarding hiding the "Original Profile," I can't find any information about this option, so is it impossible to hide it? I'm asking about these two points.

Archivované 13 290

Title bar not showing in version 145

I have just upgraded to version 145 and the title bar has disappeared Even though I have the Title Bar option checked in the customize firefox panel. If I uncheck the tit… (ďalšie informácie)

I have just upgraded to version 145 and the title bar has disappeared Even though I have the Title Bar option checked in the customize firefox panel. If I uncheck the title bar option and then check the title bar option, the title bar will appear, but when I close firefox and then restart firefox the title bar is gone.

Archivované 12 568

cAN YOU PLEASE GIVE A SOLUTION THAT WORKS To remove 'Profiles' icon from menu bar on firefox 153.0.1 (64-bit?

Running on Windows 11. There are many supposed "solutions" on the Web, but none of them work. I have tried with: about:config, css files, etc. None of them work. I like … (ďalšie informácie)

Running on Windows 11. There are many supposed "solutions" on the Web, but none of them work. I have tried with: about:config, css files, etc. None of them work.

I like Firefox greatly, but this is so frustrating.

The developers have created a solution to a problem that didn't exist. The result is to make Firefox user clumsy.

It would have been nice if they - at the very least - had provided a way to change the 'Profiles' icon position on the menu.

Again, Firefox 153.0.1 (64-bit) on up-to-date Windows 11. Amd Ryzen 5, 6 core processor, 32 GB Ram, 500 GB SSD C drive = 197 GB free.

Vyriešené 10 1 20

Accidentally removed extensions button. Want to add it back (for 3 add-ons within that button). Icon not in "customise toolbar"

After my bitwarden add-on failed me, I remembered ChatGPT helping me with this another time - but I got it wrong. I right clicked the extensions button (I have 3 add-ons … (ďalšie informácie)

After my bitwarden add-on failed me, I remembered ChatGPT helping me with this another time - but I got it wrong. I right clicked the extensions button (I have 3 add-ons falling under that button) and removed from tool bar, thinking I could then reinstall it and the Bitwarden issue would rectify.

Instead, the extension icon disappeared, and is nowhere to be located. ChatGPT wants to do some reconfiguring but surely there's a better way. I have looked in "customise toolbar" (ie, right click toolbar, click customise toolbar and look for the icon" - but the puzzle piece icon is not there.

Surely I have hidden the puzzle piece icon somehow and I need to do some sort of magic to make it reappear... Have never had this issue with Firefox previously.

Archivované 10 507

How can two icons, the 'add to taskbar' icon and the 'picture in a picture' icon, be removed from the address bar?

These icons appeared recently in my Firefox browser I can't remove them. The only recent changes included uninstalling SuperAntiSpyware after finding that Microsoft PC Ma… (ďalšie informácie)

These icons appeared recently in my Firefox browser I can't remove them. The only recent changes included uninstalling SuperAntiSpyware after finding that Microsoft PC Manager is a better option, which has performed excellently without issues.

Additionally, a free VPN (Proton) was briefly used from the Firefox browser without installation, but after finding it complicated to set up, it was deleted. A few hours later, I noticed the two icons as the windows were misbehaving and they are causing a slowdown in the PC's performance. They do not seem to be add-ons or extensions.

How do I remove the icons and return to the previous performance?

Vyriešené Archivované 9 527

Colors changed on latest update, how to revert

Firefox used to have my background colors, and on the latest update, my pull-down menu and tabs are robin's-egg blue. I can't figure out how to get my colors back, and I… (ďalšie informácie)

Firefox used to have my background colors, and on the latest update, my pull-down menu and tabs are robin's-egg blue. I can't figure out how to get my colors back, and I hate that color.

How the hell do I get back control over my colors?

Archivované 9 189

Firefox icons on Windows11 taskbar

I have a Firefox icon on my Windows11 desktop, Start, and one on the taskbar. If I click one either the Firefox icon on the desktop or Start I will get another icon on th… (ďalšie informácie)

I have a Firefox icon on my Windows11 desktop, Start, and one on the taskbar. If I click one either the Firefox icon on the desktop or Start I will get another icon on the task bar and I can do this over and over on my personal desktop getting many Firefox icons.

I just purchased a new Dell Windows11 desktop and have installed Firefox. I set it up just like my personal desktop and have icons on the desktop, Start, and taskbar but every time I click the Firefox desktop or Start icon I don't get a separate icon in the taskbar but they pile up behind the original Firefox on the taskbar. If the cursor hovers over the Firefox icon then I can see the multiple Firefox homepages that I generated.

I have searched for an answer to this problem but have been unsuccessful. I would really appreciate some thoughts on this issue. Firefox has been my one and only browser for many years and I love it 99% of the time, just not this one time. :-) Thank you in advance. Chuck Hall

Vyriešené Archivované 9 743

Firefox Context Menu - Unwanted Navigation Images are Showing Again

Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu opt… (ďalšie informácie)

Hi All,

I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...

/* Content Area Context Menu - Navigation Vertical Text */
#context-navigation,
#context-navigation > menuitem{
  flex-direction: column !important;
}
/* hide images */
#context-back image, #context-forward image,
#context-reload image, #context-stop image,
#context-bookmarkpage image{
   display: none !important;
}
/* show text labels */
#context-back:after, #context-forward:after,
#context-reload:after, #context-stop:after,
#context-bookmarkpage:after{
   content: attr(aria-label) !important;
   margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */
}


It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.

My context menu now looks like the attached image below.

Any help with showing only text labels on this menu is appreciated.

Thanks.

Archivované 9 350

I'm sick of constantly having to find the menu bar these days!

Those instructions don't work and I'm sick of spending so much time on this problem these days. Now thinking it happens after an update, which is a problem because they s… (ďalšie informácie)

Those instructions don't work and I'm sick of spending so much time on this problem these days.

Now thinking it happens after an update, which is a problem because they seem to come just days apart. None of the solutions offered works because right-clicking on the top doesn't do anything. Nor does going into the settings in the app on my laptop or online. I've downloaded and installed the latest version of Firefox more than once in the recent past. I've also shut down my laptop and rebooted. Nothing works. It's extremely annoying not to be able to access the features that I use *all the time*! day. I'm using a laptop with updated Windows 11.

Otvorené 8 50

Some sites/pages have messed up characters

See attachment, some sites are not loading correctly at all, which ironically includes the mozilla sign in page. I also noticed it on camelcamelcamel.com. See attachments… (ďalšie informácie)

See attachment, some sites are not loading correctly at all, which ironically includes the mozilla sign in page. I also noticed it on camelcamelcamel.com. See attachments.

I already tried clearing cookies etc. Unchecking the "allow sites to choose their own fonts" fixes it but obviously I don't really want that disabled. I switched off Chrome recently so I'm already quite disappointed tbh.

Otvorené 7 50

Further Customization for New Tab page

I would like to further customize my new tab page. Specifically, I'd like to get rid of the firefox logo at the top, and I'd like to increase the number of columns of sho… (ďalšie informácie)

I would like to further customize my new tab page.

Specifically, I'd like to get rid of the firefox logo at the top, and I'd like to increase the number of columns of shortcuts per row from 8 to lets say 14, while decreasing the spacing between each icon by about half.

I've already followed [tutorial] from y'all on how to increase the number of rows, and another tutorial that had me fiddle with the browser.newtabpage.activity-stream.topSitesRows setting directly in my about config. I have enough rows I want more columns and less space between them.

Find attached the current state of my new tab page, with my particular shortcuts redacted, and the number of additional shortcuts I could fit on the page without adjusting the gabs between them or resorting to a scroll bar. I'm missing out on at least 44 short cuts due to the default constraints, which I've been unable to find working overrides for. Depending on how cut-throat I get with my thin-margins, I could potentially be missing out on up to 80.

I tried following the near identical instructions from both this stack exchange and this tutorialpedia article, to try and get at the problem by modifying my about page's CSS; but I was unable to change part of the page's appearance. Not even the background or text color.

Is the information in these out-dated (the stack-exchange is 7 years old) or otherwise inaccurate; or is there perhaps a setting in firefox which is interferring with these tutorials' solution method.

I have already tried resetting firefox with extensions disabled to check if any of my extensions are causing the problem to no discernable affect.

Vyriešené Archivované 6 366

How can I stop my browser from using a wierd font in sites?

My browser window (not my private browser window, however, is starting to show text in web pages as a reverse Hebrew font. I can't figure out why. Translations are turned… (ďalšie informácie)

My browser window (not my private browser window, however, is starting to show text in web pages as a reverse Hebrew font. I can't figure out why. Translations are turned off and it happens on a lot of different sites. There is a screenshot attached. How can I make it stop!!!

Otvorené 6