Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist
  • Réitithe
  • Cartlannaithe

Firefox download audio files instead of playing unlike other browsers?

In my experience with the TF2 Wiki page, clicking an audio file link would open a new tab where I can play the file. Since I've moved to firefox, I can no longer do this.… (tuilleadh eolais)

In my experience with the TF2 Wiki page, clicking an audio file link would open a new tab where I can play the file. Since I've moved to firefox, I can no longer do this. Instead, the file downloads. Is there a way to change this? I saw in another post that you have to change the flag media.play-stand-alone to true but it was already true.

Asked by Ashe 1 bhliain ó shin

Answered by Ashe 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Borderline between text bar and tab bar.

So i wanted to remove borderline between text bar and tab bar. After some googling i manege to do so by console(contl+shift+alt+i), in string "--tabs-navbar-separator-col… (tuilleadh eolais)

So i wanted to remove borderline between text bar and tab bar. After some googling i manege to do so by console(contl+shift+alt+i), in string "--tabs-navbar-separator-color: light-dark(rgba(0,0,0,.1), rgba(0,0,0,.3));" i change 3 to 0 and borderline gone. But every time i restart browser is all back. Is there any way to make it permanent ?

Asked by Beltion 1 bhliain ó shin

Answered by Beltion 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How to force firefox to start as specific height width?

hi i just got firefox setup just as i want so dont want to reset it. yes i have used arkenfox to beef up pivacy. only problem is i assume fingerprint disabling has made t… (tuilleadh eolais)

hi

i just got firefox setup just as i want so dont want to reset it. yes i have used arkenfox to beef up pivacy.

only problem is i assume fingerprint disabling has made the window size like tor browser.

is there a way via the shortcut to "c:\mozilla\firefox\firefox.exe" -height 1024 -width 1600

does not work

"c:\mozilla\firefox\firefox.exe" -height 1024 -width 1600 -P default

does not work

how do i fix this? using this method? as i would prefer to do this way

alternatively prefs.js / is there a way to do it there?

simple step by step instructions please

your time and help is appreciated.

thx

Asked by doop23 1 bhliain ó shin

Answered by zeroknight 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How to force spellcheck for all websites

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by i… (tuilleadh eolais)

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by inspecting and manually altering the HTML. I consulted with ChatGPT and tried adding some code to my existing userChrome.css but it is having no effect, even after clearing cache and restarting Firefox. For instance, faxzero.com has a form with spellcheck disabled. I tinkered with the CSS and kept testing faxzero, but the spellcheck always remains disabled. How can I accomplish my goal?

Code: body[spellcheck="false"], input[type="text"][spellcheck="false"], input[type="email"][spellcheck="false"], input[type="password"][spellcheck="false"], input[type="search"][spellcheck="false"], input[type="url"][spellcheck="false"], textarea[spellcheck="false"], [contenteditable="true"][spellcheck="false"] {

   spellcheck: true !important;

}

Asked by wlesney 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Faoi Ghlas
  • Cartlannaithe

Slowly fullscreen animation with transparent tabbar

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation is… (tuilleadh eolais)

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.

Asked by Nestor Liao 1 bhliain ó shin

Answered by Nestor Liao 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (tuilleadh eolais)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 bhliain ó shin

Answered by Slouch 1 bhliain ó shin

  • Cartlannaithe

how can I stop mp4 files downloaded by firefox from opening when finished?

This is a recent problem. This did not happen several months ago. I read that this is a preference but cannot find it anywhere. I use video download helper. Cannot find… (tuilleadh eolais)

This is a recent problem. This did not happen several months ago. I read that this is a preference but cannot find it anywhere. I use video download helper. Cannot find a preference there either. Thank you for helping.

Asked by eight-yard 2 bhliain ó shin

Last reply by zeroknight 2 bhliain ó shin

  • Cartlannaithe

Nav-Bar Left & Right Margin Adjust? (nav buttons are not all square)

Hi All, Is there a way to make the Nav Bar flush with the left and right margins of the browser? The way it is now, the margins are a bit too much inward, not reaching th… (tuilleadh eolais)

Hi All,

Is there a way to make the Nav Bar flush with the left and right margins of the browser?

The way it is now, the margins are a bit too much inward, not reaching the ends of the browser window, which makes the buttons on the ends (Back and Hamburger) too wide, as can be seen by the wide highlight when hovering over them. This makes the end buttons rectangular instead of square.

In FF 88, these buttons were flush with the left and right margins of the window, making all buttons on the Nav Bar square.

I'd like all the Nav Bar buttons to be perfectly square and symmetrical. This apparently requires adjusting the left & right margins of the Nav Bar... or is the Nav Bar just too short causing it to stretch itself to the ends of the window? I'm not sure.

Please see attached 2 images.

Thanks!

Asked by Slouch 1 bhliain ó shin

Last reply by Slouch 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Pop-up confirmation for Protocol Handlers

Hi, I've noticed an inconsistency when clicking on Web-based protocol handlers in Firefox on Windows. Specifically, when I click on a mailto protocol, such as "mailto:ema… (tuilleadh eolais)

Hi, I've noticed an inconsistency when clicking on Web-based protocol handlers in Firefox on Windows. Specifically, when I click on a mailto protocol, such as "mailto:email@example.com," it directly opens my default email application without any confirmation prompt. However, when I click on any other protocol handler, a confirmation pop-up appears, asking me to confirm which application to use. I have attached an example of what I mean.

Is there a way to configure Firefox to always show a confirmation pop-up for all protocol handlers, including mailto links? I prefer to have the option to choose the application each time rather than automatically using the default one.

Asked by Ale 1 bhliain ó shin

Answered by Ale 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

MimeTypes.rdf missing

Hi, I'm using FF on Fedora 39. However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on restar… (tuilleadh eolais)

Hi,

I'm using FF on Fedora 39.

However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on restarting the browser.

In the options I've now set the configuration to "Ask whether to open or save files". Now I see a popup when clicking on a file however there is no checkbox with "remember this file associations" (or something similiar).

Asked by daswas 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Cartlannaithe

Facing error as "Duplicate add-on ID found" While signing self distrubuted firefox extension.

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.) It’s ID is dgnria_pro.firefox@nuance.com Now we have done so… (tuilleadh eolais)

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.)

It’s ID is dgnria_pro.firefox@nuance.com

Now we have done some modification to the same extension, while publishing it shows error as “Duplicate add-on ID found.”

Earlier we have used same ID for the Firefox extension in the year 2018.

Currently we have opened new account with same ID “dgnria_pro.firefox@nuance.com” and faced the mentioned issue.

We are expected to publish our extension with the same extension id as we don’t want our existing customers get affected.

Is there any way with which extension id “dgnria_pro.firefox@nuance.com” can be deleted from backend , so that we can reuse it.

Asked by dgnria_pro.firefox 2 bhliain ó shin

Last reply by dgnria_pro.firefox 2 bhliain ó shin

  • Cartlannaithe

Built in print dialog...

Hi, I would like to use my computer's built in print dialog instead of the one that pops up in FireFox. I know there is a button at the bottom of the dialog that allows m… (tuilleadh eolais)

Hi, I would like to use my computer's built in print dialog instead of the one that pops up in FireFox. I know there is a button at the bottom of the dialog that allows me to choose my system print dialog, but when it comes up there is no way to view the number of pages like when I print from other apps.

I tried to use some online instructions using about:config, but it doesn't change anything. I would like to know how to turn off the FireFox dialog permanently. It only started happening in the last few FireFox updates.

I am running a 2010 Mac Pro in Mojavé and am using FireFox Version 115.11.0esr (64-bit). Please help. I need to see how many pages I'm about to print so I can decide which ones I want to actually print.

Thank you,

Jeff Hohner

Asked by jjhohner 1 bhliain ó shin

Last reply by nw.pb 1 bhliain ó shin

  • Cartlannaithe

Menu Padding Code Works in FF on Windows 10 but not in Windows 7?

Hi All, Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7? Please see attached imag… (tuilleadh eolais)

Hi All,

Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7?

Please see attached images.

It's a very strange anomaly. This is true for both FF 125 and FF 115 ESR.

Thanks to all who respond.

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/ /*

*
* why doesn't this affect the Firefox menu bar in Windows 7?  only in windows 10?
*
*/

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {

 padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
 min-height: unset !important; /* v92.0 - for padding below 4px */

}

root {
 --arrowpanel-menuitem-padding: 4px 8px !important;

}

Asked by Slouch 1 bhliain ó shin

Last reply by Slouch 1 bhliain ó shin

  • Cartlannaithe

Spell Checker not working

The spell checker isn't working for me. I've found old answers to this: "You can see which dictionary is selected if you right-click in a text area and open the Languages… (tuilleadh eolais)

The spell checker isn't working for me. I've found old answers to this:

"You can see which dictionary is selected if you right-click in a text area and open the Languages sub menu. At least one dictionary should be installed and have a check mark to indicate that it is selected.

   open the "Add Dictionaries" link to install a dictionary if you do not have one. 

The spelling checker is enabled if [X] "Check Spelling" in the right-click context menu has a checkmark.

You can enable or disable spell checking globally:

   Options/Preferences -> General: Language and Appearance: "Check your spelling as you type" 

You can look here for dictionaries:

   https://addons.mozilla.org/firefox/language-tools/ 

Note that for spell check you need a dictionary. A language pack provides string translations for the user interface.

   https://support.mozilla.org/en-US/kb/use-firefox-interface-other-languages-language-pack 

You can check the layout.spellcheckDefault pref on the about:config page.

   http://kb.mozillazine.org/layout.spellcheckDefault "'


But I don't understand what most of this means!

I don't find 'language' because I don't know where to find a "text box containing more than one line" I'd have thought this was one, but the option does not come up here when I right click.

I realise this is probably me being dense, but can someone help in simple terms, please? Thanks.

Asked by janet25 2 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

ZOOM is fouled up & can't fix it, using NoSquint Plus

Still using Firefox 78.15.0 esr (64 bit) Am I correct that the toolbar icon " - | 100% | + " is the Firefox Zoom function? I have never been able to locate a toolbar icon… (tuilleadh eolais)

Still using Firefox 78.15.0 esr (64 bit)

Am I correct that the toolbar icon " - | 100% | + " is the Firefox Zoom function? I have never been able to locate a toolbar icon for NoSquint Plus. I also have Theme & Font Size Changer, but it stopped working years ago. Anyway, working fine for many years, automatically setting the zoom on every tab to 150% so I can read it easily.

A few days ago I got into the NoSquint Plus preferences (NEVER OPEN THE HOOD !!!) , and wondered why it was set to chrome API instead of CSS API and changed it to see. That kind of broke it completely. Maybe changed other stuff trying to get it back...

At present, Firefox Default Zoom is set to 150% . NoSquint Plus is default full page 100% and default text only 150% There are no instructions telling me how these 3 settings will interact.

It seems that when I open NoSquint Plus Preferences and change the %, it works on all the tabs on that page, but not on any other page unless I open it & fiddle with it.

How do I get what I want? There is no "return to default settings" for NoSquint Plus.

Asked by FireFoxSucks 1 bhliain ó shin

Last reply by FireFoxSucks 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Customize Links on Firefox New Tab Page

For many years I have used the ability to set shortcuts to website on the Firefox home tab, using the method given at: https://support.mozilla.org/en-US/kb/customize-item… (tuilleadh eolais)

For many years I have used the ability to set shortcuts to website on the Firefox home tab, using the method given at: https://support.mozilla.org/en-US/kb/customize-items-on-firefox-new-tab-page#w_pin-unpin-or-remove-a-shortcut.

However, today, when I try to edit a shortcut link, I do not get the 3 dots menu by right clicking on a shortcut tile.

Is this a recent change, a bug, an issue with my installation (which has been stable for many years)?

How can I get back the functionality back?

I am using Firefox 127.0 (64 bit) on Windows (Windows 11, all up to date).

Asked by Paul McKeown 1 bhliain ó shin

Answered by Paul McKeown 1 bhliain ó shin

  • Cartlannaithe

'Block site' does not solve my problem

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which att… (tuilleadh eolais)

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which attempt to re-direct to 'mirror' sites that try to steal personal info and generate 'Illegal re-direct' warnings from anti-virus programs from appearing in firefox searches, automatically, rather than having to enter <XXXXXXX, -gob.mx> each time I search ?

Asked by p.williams2 2 bhliain ó shin

Last reply by Terry 2 bhliain ó shin

  • Cartlannaithe

Settings to Configure Proxy Access to the internet has been disabled.

Hi, my proxy configuration settings got selected to No proxy and I'm unable to update it to auto proxy/manual proxy configuration settings as you can see in the below ima… (tuilleadh eolais)

Hi, my proxy configuration settings got selected to No proxy and I'm unable to update it to auto proxy/manual proxy configuration settings as you can see in the below image, the pop got disabled and unable to select other options.


Steps to replicate 1.open fire fox browser 2.click on settings 3.select general >> Network settings 4.Click on settings

Actual result: unable to edit the proxy configuration settings got selected to no proxy and editing is disabled

Expected result: should allow user to select the below configuration options i. Auto detect proxy settings for this network ii.use system proxy settings iii.Manual proxy configuration

Asked by chaitanya varma 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin