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

How to contact an add-on developer who has no contact info

I installed the Mail Link Enhancer add-on. It works, sort-of. The subject line and other fields included after the ? in the mailto address do not get filled in. Look… (tuilleadh eolais)

I installed the Mail Link Enhancer add-on. It works, sort-of. The subject line and other fields included after the ? in the mailto address do not get filled in. Looking at the add-on info, the developer is Nick, but there is no contact info in the More Information section of the add-on profile. The add-on hasn't been updated since 2020, so I'm fairly certain that things changed since then and that's why it isn't working, but I'm no expert.

Asked by Wayne 1 bhliain ó shin

Last reply by TyDraniu 1 bhliain ó shin

  • Cartlannaithe

forget

I am an 86 y/o programmer with poor eyesight. I wrote my first program in 1960 and am learning html,javascript,php and sqlite. I frequently want my browser to 'forget' bu… (tuilleadh eolais)

I am an 86 y/o programmer with poor eyesight. I wrote my first program in 1960 and am learning html,javascript,php and sqlite. I frequently want my browser to 'forget' but in 150% enlargement the forget window doesn't fit on my screen and if i scroll down on the page i lose the popup, so i have to back out to windows (10) set my viewing to 100% and do it over. Suggestion: reduce the size of the pop-up and put the 'forget' button on the top. Are all the little icons necessary? I cant change any of them. And is the time frame necessary? i always choose '24 hrs'. IMO you only need a 'really?' pop-up to the forget button push and then wipe it all out. IMO Firefox is an amazingly good program! kudo's to all you Mozilla programmers! jim murray [email removed from public forum]

Asked by poobah 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

A LINK OPENS EVERY TIME I TURN ON MY PC

Hi Firefox, A link opens automatically in Firefox as soon as I turn on my PC. And that link redirect the page to some other link. This is happening from past several day… (tuilleadh eolais)

Hi Firefox,

A link opens automatically in Firefox as soon as I turn on my PC. And that link redirect the page to some other link. This is happening from past several days. I have attached a SS of those links. What is the solution ? Is there a way in Firefox to block such links ? Early response appreciated.

Asked by Ankush 1 bhliain ó shin

Last reply by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Cartlannaithe

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 1 bhliain ó shin

Last reply by JussAskin 12 mí ó shin

  • Cartlannaithe

I'm trying to use a site with a challenge page, and it tells me "This challenge page was accidentally cached by an intermediary and is no longer available." and refreshesendlessly.

I have been playing a forum-based game for about six months now, via FireFox. I just got a new laptop, and it won't load past the "checking browser" page. It just tells m… (tuilleadh eolais)

I have been playing a forum-based game for about six months now, via FireFox. I just got a new laptop, and it won't load past the "checking browser" page. It just tells me "This challenge page was accidentally cached by an intermediary and is no longer available."

Asked by Ascender 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

Helvetica font renders blank after updating to 112 via snap store

After running `snap refresh firefox`, many sites I use no longer render any text. Via some fiddling via the developer console, it appears to be that any text with `font… (tuilleadh eolais)

After running `snap refresh firefox`, many sites I use no longer render any text.

Via some fiddling via the developer console, it appears to be that any text with `font-family: Helvetica`. Removing that CSS restores the text, adding it removes the text.

There's a fix for CVE-2023-29537 in this release that affects font initialization - possibly related?

Asked by daniel270 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

U2F using ledger

Received this message thismorning while using my Ledger device:- Something went wrong-U2F browser support is needed for Ledger. Please use Chrome, Opera or Firefox with… (tuilleadh eolais)

Received this message thismorning while using my Ledger device:-

Something went wrong-U2F browser support is needed for Ledger. Please use Chrome, Opera or Firefox with a U2F extension. Also make sure you're on a HTTPS connection.

Asked by Traceyinvest 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

Firefox not loading Instagram

I've noticed in the last week or two that when I'm on my desktop and try to navigate to an Instagram profile, that 9 out of 10 times I get the error in the screenshot att… (tuilleadh eolais)

I've noticed in the last week or two that when I'm on my desktop and try to navigate to an Instagram profile, that 9 out of 10 times I get the error in the screenshot attached:

"Sorry, this page isn't available."

Weirdly, if I have a link to a specific instagram post, the browser will load it. But profile page? Forget about it. Anyone else having this issue, and know perhaps why Firefox is loading Instagram this way on a desktop?

Asked by FireFoxFan1 1 bhliain ó shin

Last reply by DjFunkyDog 8 mí ó shin

  • Cartlannaithe

duplicate icons on MAC when quitting Firefox.

Hi, I just updated to the latest version of Firefox (auto), suddenly now, when I right click and quit upon closing, another icon appears, quitting again, another appear… (tuilleadh eolais)

Hi, I just updated to the latest version of Firefox (auto), suddenly now, when I right click and quit upon closing, another icon appears, quitting again, another appears. I remove from doc, but same thing happens again upon quitting. Any help with this greatly appreciated.


Thank You.

Asked by zorro_527 1 bhliain ó shin

Last reply by jeffeyer 1 bhliain ó shin

  • Cartlannaithe

editor.use_div_for_default_newlines not working in version 112.0

Hello, in version 112.0 editor.use_div_for_default_newlines in FALSE it does not work. When I write in certain forums, it creates a double space between lines, any help? … (tuilleadh eolais)

Hello, in version 112.0 editor.use_div_for_default_newlines in FALSE it does not work. When I write in certain forums, it creates a double space between lines, any help?

It worked until today when i update it.

Thx.

Asked by Zoisa88 1 bhliain ó shin

Last reply by cor-el 11 mí ó shin

  • Cartlannaithe

AdBlock

Is AdBlock part of your system? I inquired about their ad and declined. Since then they have become an absolute "PEST" popping up in every thing I do. Your logo appears … (tuilleadh eolais)

Is AdBlock part of your system? I inquired about their ad and declined. Since then they have become an absolute "PEST" popping up in every thing I do. Your logo appears in their Ad.

Asked by hardaval 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

How to transfer Firefox Most Visited Sites, Browser History and account settings from my old PC to my new PC?

I have a new HP Pavilion 24 AiO PC. I want to transfer all of my browser settings, most visited sites and history from my old PC to this new PC within Firefox. Can I just… (tuilleadh eolais)

I have a new HP Pavilion 24 AiO PC. I want to transfer all of my browser settings, most visited sites and history from my old PC to this new PC within Firefox. Can I just Copy/Paste these settings from my old PC to the new one?

Asked by jalytle2 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin

  • Cartlannaithe

search bar

I've downloaded Firefox as my server with Duckduckgo as my search engine. When I attempt to type in the search bar in the middle of the page, it kicks me to upper URL are… (tuilleadh eolais)

I've downloaded Firefox as my server with Duckduckgo as my search engine. When I attempt to type in the search bar in the middle of the page, it kicks me to upper URL area. Any suggestions as to why the search bar in middle of page won't let me enter text?

Asked by bwalsh111 1 bhliain ó shin

Last reply by Terry 1 bhliain ó shin

  • Cartlannaithe

Firefox Monitor

I recently accessed Firefox Monitor. Living in Australia we had a large Data Breach from Optus (Phone carrier) in Sept last year. Yet it was not litsed in your list. Plea… (tuilleadh eolais)

I recently accessed Firefox Monitor. Living in Australia we had a large Data Breach from Optus (Phone carrier) in Sept last year. Yet it was not litsed in your list. Please advise

Asked by pcostello3 1 bhliain ó shin

Last reply by Terry 1 bhliain ó shin

  • Cartlannaithe

Setting/changing camera permissions in Firefox for Windows 11

I have tried changing camera permissions as per the specific steps in related support threads: * Clicked the menu button and selected Settings. * Clicked Privacy &… (tuilleadh eolais)

I have tried changing camera permissions as per the specific steps in related support threads:

   * Clicked the menu button and selected Settings.
   * Clicked Privacy & Security from the left menu.
   * Scrolled down to the Permissions section.
   * Clicked the Settings button for the Camera option.
   * No websites with saved Allow permissions were displayed, so I pasted in the URL of the site that needed camera access.
  * The Status dropdown did not open up with any options.
  * I clicked the Save Changes button at the bottom but my changes weren't saved.
  * I have uploaded the screenshot taken. 
  * I also went through similar steps on the Page Information screen via the Permissions tab and changed defaults but, again, changes made were not saved

I switched from Edge & Chrome to Firefox today [12Apr2023] but have been quite frustrated/disappointed at the lack of functionality and relevant support. Please help!

Asked by drylmic 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin