Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst

How to completely disable website translation?

This question was already posted and badly answered in 2016. Now things have changed a lot and Firefox DO try to translate everything which is quite annoying to anyone kn… (læs mere)

This question was already posted and badly answered in 2016. Now things have changed a lot and Firefox DO try to translate everything which is quite annoying to anyone knowing more than a single language. No extensions related. I need to completely disable that. My firefox is up to date: 118.0.1 (64-bit).

Thank you Arturo

Stillet af arturoshaw for for 2 måneder siden

Besvaret af TyDraniu for for 2 måneder siden

  • Løst

No option to Uncheck Underline Links

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settin… (læs mere)

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settings, but when I opened up to the said setting page, there's no option to uncheck underline links. Where else can underline links be disabled?

Stillet af kkhoon77 for for 1 måned siden

Besvaret af cor-el for for 1 måned siden

  • Løst

Most of extensions icons do not show on taskbar (Firefox 119, Windows 10)

Hello, As I said: fresh install of FF 119, only Privacy Badger and uBlock Origin icons are showing on the taskbar. I tried TyDraniu tip "Click the jigsaw puzzle icon, … (læs mere)

Hello,

As I said: fresh install of FF 119, only Privacy Badger and uBlock Origin icons are showing on the taskbar. I tried TyDraniu tip "Click the jigsaw puzzle icon, then right-click on an extension, then select Pin to toolbar" but with the right click there is no such option as "Pin to toolbar".

What's going on?

https://support.mozilla.org/en-US/questions/1411702#answer-1577258

Stillet af FranDav for for 1 måned siden

Besvaret af cor-el for for 1 måned siden

  • Løst

Cannot add extensions to address bar area.

Hello! For some reason I can't add separate icons for extension quick menus to the address bar area and am only able to add the extensions "master" button which shows a l… (læs mere)

Hello! For some reason I can't add separate icons for extension quick menus to the address bar area and am only able to add the extensions "master" button which shows a list of extensions without going to the settings page. I've tried to go to customize toolbar to add the extension icons to the bar but none of them show up, and I know for a fact that the extensions have icons, I've added them to the bar on other computers.

Stillet af Wafflasy for for 5 måneder siden

Besvaret af cor-el for for 5 måneder siden

  • Løst

Number on Firefox Icon

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's… (læs mere)

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's there even when Firefox is closed. I thought it might be messages but I can't find those either. Its driving me nuts can you please tell me how to get rid of it? I'm running it in Ubuntu on a laptop.

Stillet af megallen for 2 uger siden

Besvaret af zeroknight for 2 uger siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af Blacklisted for 2 år siden

Besvaret af DB-1 for 2 år siden

  • Løst
  • Arkiveret

Bookmarks Menu - why does the 'Manage Bookmarks' entry appears twice?

Thanks to Proton expanding my Bookmarks Menu off the bottom of the screen, I was re-arranging my bookmarks folders. While wondering which of my folders I had to prune, I… (læs mere)

Thanks to Proton expanding my Bookmarks Menu off the bottom of the screen, I was re-arranging my bookmarks folders. While wondering which of my folders I had to prune, I noticed another in-built redundancy. The entry "Manage Bookmarks Ctrl+Shift+O" appears twice, at the top and the bottom of the menu. Incidentally the bottom entry is misaligned (Firefox v89 on Windows).

Is there a particular reasons for this duplication? Can I remove either of these entries?

Stillet af hutcheonke for 2 år siden

Besvaret af cor-el for 2 år siden

  • Låst
  • Arkiveret

How to select camera?

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera an… (læs mere)

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera and the default microphone.

Earlier Firefox releases used to show a selection list for the camera and also another one for the microphone.

My default camera is the one built into the laptop and I would like to use an external one that has adequate picture quality.

Can you please help selecting a camera with the new Firefox?

Stillet af gdukai.laptop for 2 år siden

Seneste svar af UniQMG for 1 år siden

  • Løst
  • Arkiveret

search box on Firefox home page

Trying to use the seach box in the centre of the Firefox homepage (google search engine) .. everything I type goes up to the address bar . Tried changing settings - I se… (læs mere)

Trying to use the seach box in the centre of the Firefox homepage (google search engine) .. everything I type goes up to the address bar . Tried changing settings - I see there's a search box option in the 'tool bar' which looks to be up at the side of the address bar. cant understand why we need another one as well as the one in the centre.

Also by turning off suggestions and not choosing the 'search box option in the 'tool bar' , the address bar is now only accepting URLs so searching isnt working.

So ..1. Is the search box in the centre no use?

        2.  Does search work with all suggestions turned off?

Stillet af brian.pitchford for 2 år siden

Besvaret af TyDraniu for 2 år siden

  • Løst
  • Arkiveret

Multi-Account Containers "Open this site in your assigned container?"

One time, when using MAC I accidentally set a website to always open in a different container. Now any time I attempt to launch this website, I receive the MAC prompt "Op… (læs mere)

One time, when using MAC I accidentally set a website to always open in a different container. Now any time I attempt to launch this website, I receive the MAC prompt "Open this site in your assigned container?", where I have two options: Open in Current Container and Open in Assigned Container. There is also a checkbox labeled "Remember my decision for this site", however even if I tick this checkbox and select Open in Current Container, I still get this same prompt every subsequent time I visit this website.

Stillet af Nick for 2 år siden

Besvaret af Nick for 2 år siden

  • Løst
  • Låst
  • Arkiveret

CSS help needed: how do I recolor bookmark drop-down menus?

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (læs mere)

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?

Stillet af jbrandom2 for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Dark mode in all firefox browsing sites do not work now

Hi, I am using the dark mode in firefox which is god sent boon to persons having glaucoma, with dark mode in firefox and dark reader add on. This was going well and after… (læs mere)

Hi, I am using the dark mode in firefox which is god sent boon to persons having glaucoma, with dark mode in firefox and dark reader add on. This was going well and after a recent update, I could not find it working. The dark mode is enabled and dark reader was there, but the browsing pages only shows in white. Has firefox changed anything recently to have this issue? If I miss something would the experts say, how to get back my dark browsing experience in all sites. If I find anything not visible in some sites, I used to go the windows properties and change the contrast theme to windows basic blue theme and then switched back to dark theme. this was helping the glaucoma persons very much. please, say how to solve this problem

Stillet af jrj for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

Where did Page Setup / Margins & Header/Footer go?

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:c… (læs mere)

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:config . . . keyword "footer" . . . there, I would have to change it for 5 different ways of printing (to printers or to PDF)

I need to get rid of printing the URL in the footer - many times, it's too long, and I don't need it.

Where did the Page Setup option go?

I see in the current Print Options, you have to go to - More Settings / Margin / Custom - to see those. Why would they put this so many levels down?

It used to be: File / Page Setup / Margins & Header/Footer . . . "Customize" Headers & Footers:

Option 1 (left) . . . there are two leading spaces:

 > > &T
 > > &U . . . &D . . . &PT

Option 2 (left) . . . get rid of the ">"s, and just have the two leading spaces:

 &T
 &U . . . &D . . . &PT

Stillet af sludge7051-x for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Låst
  • Arkiveret

Accessible Profile Manager

Hi, Is it possible for Firefox to implement an easy and accessible profile manager just like Chrome rather than going through about:profiles? I am using containers but … (læs mere)

Hi,

Is it possible for Firefox to implement an easy and accessible profile manager just like Chrome rather than going through about:profiles?

I am using containers but need to separate work and personal workspace. Some of domains are overlapped like Google and Microsoft services. so separating by domains cannot work.

Stillet af Tien Huynh for 2 år siden

Seneste svar af Chris Ilias for 1 år siden

  • Løst
  • Arkiveret

Add Blocking on MacBook Pro not working right

After the last update to Firefox on my Mac Book Pro running Mac-OS Monterey, I was offered an update to Ad Block Plus. This add-on, AdBlocker Ultimate shows as installed… (læs mere)

After the last update to Firefox on my Mac Book Pro running Mac-OS Monterey, I was offered an update to Ad Block Plus. This add-on, AdBlocker Ultimate shows as installed but it won't run at all and shows as disabled and my existing AdBlock Plus quits working. I'm using Adblock Plus on my windows based computers with all synced together with the Mac Book and the Windows computers are OK, but not the Mac Book. Is there any way to get my Mac Book working correctly? In addition the last update to Firefox on the Mac Book opens by offering me "Life in Color" every time it starts up. How long do I have to tell it I'm not interested? Thanks for your help.

Stillet af Franklin.Siegrist for 2 år siden

Besvaret af Franklin.Siegrist for 1 år siden

  • Låst
  • Arkiveret

New tab background color

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the … (læs mere)

Whenever I open a new tab using the + sign the background color is black. I have tried everything I can think of and what I found on the web. Nothing works I hate the black background. I want white with text in black.

Stillet af The Mason for 2 år siden

Seneste svar af cor-el for 1 år siden

  • Løst
  • Arkiveret

about:preferences#home : New Tabs

"Homepage and new windows" setting allows "Custom URLs" as an option. "New tabs" setting allows only "Firefox home page (default)" or "Blank page" Why is there no longer… (læs mere)

"Homepage and new windows" setting allows "Custom URLs" as an option. "New tabs" setting allows only "Firefox home page (default)" or "Blank page"

Why is there no longer an option in "New tabs" for a "Custom URL" ??

Is this just another of those program designers' decisions of a less-is-more "improvement" . . . ? Well, it's not.

How can I return to having my Homepage URL also designated for new tabs?

Thank you.

Stillet af Hikermann for 2 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

browser oversized wont stay at resized position after restarting browser, cpu was shut down last night cpu was fine, off for ten hrs restarted, everything on cpu oversized, reset icons n windows, started firefox it to was oversiz

how to keep browser from resizing after shutdown? oversized by 20% on restart , happened last night after a uneventful cpu shutdown, upon restart this morning cpu windows… (læs mere)

how to keep browser from resizing after shutdown? oversized by 20% on restart , happened last night after a uneventful cpu shutdown, upon restart this morning cpu windows enlarged to "large icons" those were reset, open firefox it to was enlarged, reset to 80% zoom , but it will not stay 100% size is NOT 100% size i want or had, how to set so it will stay...and why did it change in first place "on its own" thanx for your help...vic

Stillet af oetkbtytr for 2 år siden

Besvaret af FredMcD for 2 år siden