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

Firefox 97.0 ignores the Settings/Applications for jnlp files and only offers to save to a file

In Settings/Applications, have "JNLP file" set to "Use Java(TM) Web Launcher (default)". This is used in Oracle's Agile to view documents. In previous versions of Firefox… (læs mere)

In Settings/Applications, have "JNLP file" set to "Use Java(TM) Web Launcher (default)". This is used in Oracle's Agile to view documents. In previous versions of Firefox when selected, the file would open using Java to display the document from Agile. As of Firefox 97, now only "Save File" or "Cancel" options are offered. What happened that this functionality has been removed?

Stillet af Gary for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

How do I disable the new built-in translator?

I need to disable this horrible translator that is now showing up on top of every page I visit, It keeps showing up even after choosing a translation or disabling transla… (læs mere)

I need to disable this horrible translator that is now showing up on top of every page I visit, It keeps showing up even after choosing a translation or disabling translations for that language. That is probably a bug, but I don't want to wait for a fix, I need to be able to see the pages I visit completely, this thing prevents me from clicking buttons and and is really anoying.

This is the built-in translation feature since I do not use any translation plugins, and started showing up after an upgrade.

Stillet af jose90 for for 7 måneder siden

Besvaret af jose90 for for 7 måneder siden

  • Løst
  • Arkiveret

How to change menu/toolbar color after update?

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all t… (læs mere)

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all the options. However, this also changed the colors of my browser menu and toolbar to green. The thing is, while green is a fine color, I would never select it as "my" color for anything ever.

I've tried to change the color in about:preferences, but nothing I can find seems to work. Any ideas?

Thanks!

Stillet af RoyDA for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Compact mode: bookmark spacing/padding in Firefox 112.0 on Windows 10 - (since version 89?)

Firefox 112.0 running on Windows 10 64-bit laptop with a small (pixel geometry) display screen has unnecessarily large padding (white space) around each bookmark as I nav… (læs mere)

Firefox 112.0 running on Windows 10 64-bit laptop with a small (pixel geometry) display screen has unnecessarily large padding (white space) around each bookmark as I navigate bookmarks on the bookmark bar.

I believe this was a change instituted around version 89 (in a nutshell, I could see more - twice as many? - bookmarks listed within a bookmark folder with version 88/before. The vertical whitespace between bookmarks within a folder is excessive and makes it much more necessary to scroll within a (long) list of bookmarks in a folder when looking for one.

There was a procedure posted in the discussion below on how to set and enable "compact density".

Bookmark Padding in New Firefox Versions 2 https://support.mozilla.org/en-US/questions/1369996

The procedure below was attempted - browser.compactmode.show enabled, browser restarted, however, I cannot fin "Customize Toolbar" and "compact".

"go to - about:config search - "browser.compactmode.show" - change to TRUE , then close that window go to - Customize Toolbar at the bottom of that page, there a box called Density. Click that, you'll see "compact (not supported)" Apparently, it IS supported because I chose that. (it looked like it ignored my choice) After I closed Customize Toolbar, the bookmarks were compact spaced again. Exactly how I need them."

Is this fixable/solvable?

Stillet af wb0gaz for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Firefox: Move Find bar to the top

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at… (læs mere)

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at the top (which is more like every other application I use).

After some head scratching and web searches, I remembered I had to fix this issue previously (after a Firefox upgrade some time back). The method to fix it then could be found here: [there a way to put the Find Bar at top] That link is of course to the same question asked 4 years back.

I have once again followed the procedure there explained per: • Access my Firefox profile folder. In my case:

  C:\Users\<Me>\AppData\Roaming\Mozilla\Firefox\Profiles\5ym42ewi.default

• Create folder therein called ‘chrome’ • In that folder create a file called ‘userChrome.css’ • In that file add text:

  .browserContainer > findbar {
    -moz-box-ordinal-group: 0;
  }

However, after doing that (and restarting Firefox), the Find bar stubbornly remains glued to the bottom of the window.

Can anyone tell me how to solve this issue?

As a separate note to the developers: This issue is long-standing, that a web search reveals is still relevant to many users. Any chance of considering making it a standard option?

Stillet af Spinner for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (læs mere)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Stillet af Imot for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Multirow Bookmarks

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked… (læs mere)

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file.

/* Multi-Row Bookmarks Toolbar */

  1. PersonalToolbar {
 /* Override max-height */
 min-height: unset !important;
 max-height: unset !important; */

}

  1. PlacesToolbar > hbox:first-child {
   display: block

}

  1. PlacesToolbarItems {
   display: flex;
   flex-wrap: wrap

}

Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window.

I am perplexed. Help? --elizabeth

Stillet af baker_eliz for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

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 7 måneder siden

Besvaret af TyDraniu for for 7 måneder siden

  • Løst

Tab Bar on Firefox

Hi, I'm a Firefox user since around 2004. Whenever I used FF i always opened multiple windows of FF. At some point Mozilla came out with Tabs. I don't use them and as a m… (læs mere)

Hi, I'm a Firefox user since around 2004. Whenever I used FF i always opened multiple windows of FF. At some point Mozilla came out with Tabs. I don't use them and as a matter of fact I use the option under settings to open links in a new window (not tabs). Always have, Why? Habit I guess from the times I first starting using FF. I seriously don't use Tabs. I would like to Remove the Tab Bar from FF because of this reason and it frees up a lot of visual space on my browser. I've spent hours reading/searching/trying on "how" to remove or at least hide the Tab Bar. Waste of time so far, so I decided to Post the Question.

How Do I Hide or Remove the Tab Bar in FireFox?

Thanks For Everyone's Help in Advance:-)

Stillet af seeekerman for for 4 måneder siden

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

  • Løst
  • Arkiveret

How to make a temporary add-on permanent

Hi, I have been using an extension that helps with my school's website for years and now for some reason it has been taken off the firefox store. It's still up on chrome … (læs mere)

Hi, I have been using an extension that helps with my school's website for years and now for some reason it has been taken off the firefox store. It's still up on chrome and edge and all of the Dev's other add-ons are still up, its only this one on firefox. I emailed the dev and he sent me the zip file and I've been having to install it as a temporary add-on with the .json file every time i open firefox and its getting really annoying after a year of doing this. How can I just install it permenantly?

Stillet af jakobdevey for 1 år siden

Besvaret af TyDraniu for 1 å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 3 år siden

Besvaret af jscher2000 - Support Volunteer for 3 år siden

  • Løst
  • Arkiveret

Add shortcut icon on Firefox Home Screen

Why is there not a simple means to take a link and pin it as a tile on my home page? I've expanded the number of rows displayed which as an odd history of my browsing, … (læs mere)

Why is there not a simple means to take a link and pin it as a tile on my home page? I've expanded the number of rows displayed which as an odd history of my browsing, yet the latest links I've visited are not there - meaning the link to the location I would like to pin. Seriously, the entries in the rows (other than previously pinned links) is a hodgepodge. It might be useful if there was some evident logic to the items included. It is disappointing the number of times this question has been posed and the "answer" is to display more rows. Similarly disappointing - an old knowledge base article that says to click the 3 dot icon next to address bar for Firefox on android - would have been handy had such a control appeared in the latest version of Firefox I'm running on my Mac.

Stillet af roamingbob for for 10 måneder siden

Besvaret af roamingbob for for 10 måneder siden

  • Løst
  • Arkiveret

Can i disable ctrl + m shortcut?

Hi, Often the ctrl + m (mute tab) shortcut gets in my way while using the browser as i use this shortcut in something else. I would like to know if it is possible to dis… (læs mere)

Hi,

Often the ctrl + m (mute tab) shortcut gets in my way while using the browser as i use this shortcut in something else. I would like to know if it is possible to disable that.

Thanks. (Message written using Google Translate)

Stillet af josevneves for 1 år siden

Besvaret af Terry for 1 år siden

  • Løst
  • Arkiveret

Cannot see Pin to Toolbar option to add extension shortcut icon to toolbar

I have bought a new pc with Windows 11 home pre-installed and set Mozilla Firefox latest version as default browser ...the issue i am having is placing add-on extension s… (læs mere)

I have bought a new pc with Windows 11 home pre-installed and set Mozilla Firefox latest version as default browser ...the issue i am having is placing add-on extension shortcut icons on toolbar. I installed Norton Safe Web and this installed ok and is listed in extension control panel and when i click puzzle icon Norton Safe Web is not shown under manage shortcuts nor can i see option to Pin to Toolbar. Have tried several attempts but still get nowhere.I uninstalled Mozilla Firefox...restarted pc ... did a fresh install of Mozilla Firefox without altering any settings..re-installed Norton Safe Web and still cannot see option to Pin to Toolbar.Clicking the gear icon does not help Have i missed a step somewhere ?

Stillet af starbuck.jones for for 10 måneder siden

Besvaret af starbuck.jones for for 10 måneder siden

  • Løst
  • Arkiveret

Is there a way to remove recent bookmarks from the "hamburger menu"

Is there a way to remove recent bookmarks from the "hamburger menu" (says "Open Application Menu" on hovering)? The bookmarks there seem to only show the most recent book… (læs mere)

Is there a way to remove recent bookmarks from the "hamburger menu" (says "Open Application Menu" on hovering)? The bookmarks there seem to only show the most recent bookmarks added and there's no way to organize those or delete them without also deleting the bookmarks from the main bookmarks menu, which can be organized. There should be a way to not show bookmarks that are private bookmarks just because they've recently been added. I couldn't find an answer to this anywhere in support -- though I might not have been searching the right terms. Any and all help would be much appreciated. (Also, apologies if I put this in the wrong category. Wasn't sure what to use.) Thanks!

Stillet af scott.andera for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

What frame rate settings are available, and where are they documented?

I use layout.frame_rate 1 to block animation, and to replace painful partial scrolling with clean jumps. I can't use an intermediate frame rate, such as 3-30 fps, due to … (læs mere)

I use layout.frame_rate 1 to block animation, and to replace painful partial scrolling with clean jumps. I can't use an intermediate frame rate, such as 3-30 fps, due to the seizure risks, or a high frame rate, such as 60 fps, due to migraines when hit by "smooth" animation, "ease in-out" animation, zooming animation, parallax animation, partial scrolling with one part of the window sliding alongside another, etc.

about:config involves some other frame-rate and frame_rate settings;

gfx.display.frame-rate-divisor starts at 1

layers.offmainthreadcomposition.frame-rate starts at -1

layout.expose_high_rate_mode_from_refreshdriver starts at true

layout.frame_rate starts at 0, which defaults to monitor settings; I've reset it to 1 (1 frame per second).

layout.throttled_frame_rate starts at 1

What are these and what do they do? I've tried looking them up, and see a bunch of posts about browser diagnostics, or *increasing* frame rates, or the like.

Stillet af MarjaE for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Widevine plugin not installing

I've been trying to get a video to play for over a day now, drm-controlled content is checked but firefox won't install the widevine plugin, it just keeps saying that it … (læs mere)

I've been trying to get a video to play for over a day now, drm-controlled content is checked but firefox won't install the widevine plugin, it just keeps saying that it will install shortly. I even deleted the cache in hopes to fix the problem, but it did nothing. What can I do to fix this? Also, and I don't know if this is a related problem, some websites just don't show up. It will say they are loaded but all I get is a blank screen (dailymotion and instagram so far).

Stillet af nele.focke for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Credit card autofill stopped working

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a win… (læs mere)

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a window pops up as it should (for auto-fill) with my credit card information. In that window, I can scroll over the different credit cards, click on the one I want to use, and it SHOULD auto-fill into the box where the numbers would normally be typed in. Now, the window still pops up and I can scroll over the credit cards and choose one, but when I click on any of the particular credit cards, the auto-fill doesn't work. The boxes in "settings" are checked to allow auto-fill. It worked for months, then just stopped. Thanks for your assistance!

Stillet af dougumbarger for 2 år siden

Besvaret af Tad Tweed for 2 år siden