Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist

Send tabs to other devices

I used to be able to send tabs between my devices, say when I go from my home computer to my laptop. This option seems to have gone missing, like I don't even see the opt… (tuilleadh eolais)

I used to be able to send tabs between my devices, say when I go from my home computer to my laptop. This option seems to have gone missing, like I don't even see the option when I right click on a tab. What happened to this option? Did I somehow disable it? Can it be restored?

Asked by SandyLoams 1 mhí ó shin

Last reply by Paul 1 mhí ó shin

Widevine plugin not installing

I installed Firefox-ESR on my Raspberry PI and noticed that I cannot play Udemy videos. After some research I found that the Widevine plugin is missing and the OpenH264 V… (tuilleadh eolais)

I installed Firefox-ESR on my Raspberry PI and noticed that I cannot play Udemy videos. After some research I found that the Widevine plugin is missing and the OpenH264 Video Codec is also not installed. Following the instructions from similar issues didn't solve the problem. I ticked off and on the "Play DRM-controlled content" button but this only brings the widevine plugin for a moment and after that it disappears. In the network tab I see no activity when click on this button, i.e. Firefox does not send requests.

Additionally the OpenH264 Video Codec is not installed and never installs.

Any ideas how to solve this?

Asked by v.grozev 1 mhí ó shin

Last reply by jscher2000 - Support Volunteer 1 mhí ó shin

why is it so difficult to get spell check to work?

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked… (tuilleadh eolais)

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked in the text box on multiple different web pages and there is NO OPTION. It should not be this complicated.

Asked by tremault 1 mhí ó shin

Last reply by cor-el 1 mhí ó shin

can't delete Adobe Acrobat extension?

I can't figure out how to delete this extension: Adobe Acrobat. It's disabled, but I want to delete it. I can't remove it in Firefox using the Add-ons Manager, and when… (tuilleadh eolais)

I can't figure out how to delete this extension: Adobe Acrobat. It's disabled, but I want to delete it.

I can't remove it in Firefox using the Add-ons Manager, and when I try to follow the manual uninstallation steps by going to Firefox

Asked by hannakelsie 1 mhí ó shin

Last reply by cor-el 1 mhí ó shin

Downloads>Save File to always on...

Hello Mozilla Support Team, Since one of the last updates firefox Download Setting seems not work properly... Into Settings > Files and Applications > Downlods &… (tuilleadh eolais)

Hello Mozilla Support Team,

Since one of the last updates firefox Download Setting seems not work properly...

Into Settings > Files and Applications > Downlods > Save files to option is ALWAYS on, even when "Aways ask you where to save files" option box is checked. When I open a PDF in view mode with Firefox, it automatically download it to the location described into "Save Files to"..in my case Desktop. It seems that the "Save Files to" option doesn't gray out when "Always ask..." option box is checked.

Do you have any idea why I can't chose just one of the two options?

Thanks for you help...

Alex

P.S. Attached screenshot...

Asked by Alex 3 mhí ó shin

Last reply by zeroknight 6 lá ó shin

FF 112 Tabs on the bottom beneath the bookmarks toolbar

Hi, For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workaroun… (tuilleadh eolais)

Hi,

For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workarounds I had before are not working.

To cut a long story short: I have made a Chrome folder under the Profile folder I have made CSS sheet with what looks like the commands I need. I have configured Firefox to read the userChrome.css sheet.

I have followed all the directions on this thread https://support.mozilla.org/en-US/questions/1375646 (most of which are repeated elsewhere) and it still doesn't work.

I am beyond frustrated - if anyone happens to know where I can go to request this as blinkin' option I would love to know.

Please could someone help me sort this out in the meantime though?

This is what is in the CSS sheet (which is in the correct place according to the above instructions - checked that already):

Thank you in advance.

/***** START of Sample Rules (delete and replace with your your own rules) *****/
/* TABS: below Navigation Toolbar - fixed for 111/113 */

/* ROOT: VARS */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 27px !important;
  --tab-min-width:  80px !important; /*minimum:50px*/
/*  --tab-overflow-pinned-tabs-width: 175px */
}

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

/* Firefox 107 and older *//* #tabbrowser-tabs { width: 100vw !important; } */

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

/* TABS: HEIGHT */
#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;
}

/* DRAG SPACE */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* TABS: movingtab - vertical shifts */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom:  unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* INDICATORS - HIDE */
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}

/* END - TABS below Navigation Toolbar */

/* Colored bookmark sidebar, toolbar, menu button containers */
  /* Standard folder */
  #bookmarks-view treechildren::-moz-tree-image(title,container),
  #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
    fill: gold !important;
  }

 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(title, container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
    fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
  #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
    fill: tan !important;
 }

Asked by Laura 5 mhí ó shin

Last reply by JussAskin 4 mhí ó shin

How to Set - Home Button (My Corp Web URL), Firefox Start (Firefox Home)

When I open Firefox settings I can set; Firefox Home (Default), Custom URLs..., or Blank Page. I altered the Firefox Home to show a custom image per [[How to add image t… (tuilleadh eolais)

When I open Firefox settings I can set; Firefox Home (Default), Custom URLs..., or Blank Page. I altered the Firefox Home to show a custom image per [[How to add image to my firefox home page / newtab page|https://support.mozilla.org/en-US/questions/1288490]] . Now I'd like to show the Firefox Home page every time I open Firefox or open a new blank tab.

When I read the article [[How do I set a different Home page and Home button|https://support.mozilla.org/en-US/questions/1341696]] the options in "about:config > browser.startup.page" are limited to "0-blank; 1-home page; 2-last visited page; 3-restore previous session", but there is no Firefox Home page in this option.

So, it seems I cannot have Firefox open to my custom Firefox Home page (and NewTab) image and have the home button open to my corporate web site. Is there another option that I can accomplish this?

Asked by Bill 2 sheachtain ó shin

Last reply by zeroknight 1 seachtain ó shin

"Find in page" toolbar

What is the "Find in page" toolbar called? The 113.0.1 update (sic) moved it to the bottom of my page. I want to search for a way to restore it back to the upper part of… (tuilleadh eolais)

What is the "Find in page" toolbar called?

The 113.0.1 update (sic) moved it to the bottom of my page. I want to search for a way to restore it back to the upper part of the page (probably using userChrome).

(Note: I was happy with my setup in 112.0.2)

Asked by AIVAS 4 mhí ó shin

Last reply by cor-el 4 mhí ó shin

mailto links use Yahoo Compose

When I click a mailto link it brings up the GMail app. Instead I want the Yahoo Compose window. Several posts suggest various arcane methods. Either they do not apply or … (tuilleadh eolais)

When I click a mailto link it brings up the GMail app. Instead I want the Yahoo Compose window. Several posts suggest various arcane methods. Either they do not apply or they require hacking. Has the situation improved?

How can I make mailto links go to the Compose window on mail.yahoo.com?

Asked by ZweiBieren 3 mhí ó shin

Last reply by jscher2000 - Support Volunteer 3 mhí ó shin

At '''Startup'.'', Firefoxit displays window from previous session -- The "Open previous windows and tabs" option is NOT checked

Firefox's behavior changed, after v116.0.1 (64-bit) was installed. My "Setting" selection is (and always has been) is the default (display Home Page) My OS is Win 10 Pro… (tuilleadh eolais)

Firefox's behavior changed, after v116.0.1 (64-bit) was installed. My "Setting" selection is (and always has been) is the default (display Home Page)

My OS is Win 10 Pro v22H2 (OS Build 19045.3208)

Asked by YanksFan 1 mhí ó shin

Last reply by jscher2000 - Support Volunteer 1 mhí ó shin

Can barely see outlines for text entry boxes on some sites

Hi. It's hard to see where to enter text on some sites. How do I make text entry boxes easier to identify please? For example, I had to look hard to figure out that the… (tuilleadh eolais)

Hi. It's hard to see where to enter text on some sites. How do I make text entry boxes easier to identify please?

For example, I had to look hard to figure out that there's a text entry box on the following page around the words Share an Update...

https://community.morningstar.com/s/profile/0053o00000A9t7k

Asked by B9 5 mhí ó shin

Last reply by AzZA 5 mhí ó shin

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 … (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 3 seachtaine ó shin

Last reply by Dropa 1 seachtain ó shin

Unlock about:config setting help needed

A setting I would like to change in both Firefox Beta and Thunderbird Beta is "grayed out" and has a lock next to it preventing change. What configuration file(s) do I l… (tuilleadh eolais)

A setting I would like to change in both Firefox Beta and Thunderbird Beta is "grayed out" and has a lock next to it preventing change. What configuration file(s) do I look for to find where they have been locked, so I can unlock them and change the setting? Thank you.

Asked by Michael McCain 1 mhí ó shin

Last reply by cor-el 1 mhí ó shin

HTML input Time state (type=time) not localised to 24-hour input format

The following HTML feature is the subject of this question. <input type="time"> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time Firefox is su… (tuilleadh eolais)

The following HTML feature is the subject of this question.

<input type="time"> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time

Firefox is supposed to use a 12- or 24-hour format for input depending on region settings or locale.

I think I should see a 24-hour input format. Firefox only ever presents me with 12-hour input format -- with AM/PM selectors. Chrome, by comparison, presents 24-hour input format, out of the box, as expected. Is this a localisation bug in Firefox, or am I holding it wrong?

I shall try to upload some screenshots, but in case that does not work, here is a text representation of my state.

I am on a Mac. The Mac is configured for en_AU. (I believe 24-hour clocks are used in the en_AU locale.) Just to be sure, the "Time format: 24-Hour Time" checkbox has been enabled in the Mac's Language & Region system preferences. The following command, entered at a shell, produces the desired output format.

% date +%c Sat 26 Aug 22:48:14 2023

All other applications on my computer honour this preference to the best of my knowledge.

I have the en-GB release of Firefox Nightly. Build ID is 20230825041349. Here are the relevant sections from about:support...

Application Settings Requested Locales ["en-GB"] Available Locales ["en-GB","en-US"] App Locales ["en-GB","en-US"] Regional Preferences ["en-AU"] Default Locale "en-GB" Operating System System Locales ["en-AU"] Regional Preferences ["en-AU"]

intl.regional_prefs.use_os_locales has been set to true in about:config.

Why do I still see 12-hour input formats in Firefox?

Thank you.

Asked by saj-at-discourse 1 mhí ó shin

Last reply by jeremygharrison1 3 seachtaine ó shin

about:config options for newline

When posting on vBulletin forums, Firefox (116.0.2 on Windows 10) inserts and extra line upon pressing the Enter key. The fix for this is reported on the 'Net to be to a… (tuilleadh eolais)

When posting on vBulletin forums, Firefox (116.0.2 on Windows 10) inserts and extra line upon pressing the Enter key. The fix for this is reported on the 'Net to be to alter variables in about:config.

I've attached a screenshot of settings on my system as reported by about:config. My questions are . . . 1) What, exactly, does the bottom line in screenshot mean? If I display All in about:config I find no Newline entry? What effect, if any, does changing values among the choices do? Do they affect the other settings? How? 2) What effect do the other 2 settings as shown have on entries typed in Firefox? 3) Are there changes that I should make in the top 2 variables that will stop the extra line insertion?

TIA

Asked by rabbit 1 mhí ó shin

Last reply by cor-el 1 mhí ó shin

Can I set different link colors for pages with light and dark backgrounds?

I use userChrome.css and userContent.css to (1) turn unvisited links bright red, and (2) turn visited links bright purple, and (3) add underlines to all links. This work… (tuilleadh eolais)

I use userChrome.css and userContent.css to (1) turn unvisited links bright red, and (2) turn visited links bright purple, and (3) add underlines to all links.

This works well on light backgrounds, makes links easy to see and easy to distinguish from other text, but makes them harder to see on pages with dark backgrounds.

Is there a way to vary the link color to improve contrast? I can't use the default colors because most sites use blue links which are hard to distinguish from black text.

Asked by MarjaE 1 mhí ó shin

Last reply by Terry 1 mhí ó shin