When searching with google it always opens a new Tab with some not working Address

When searching with google it always opens a new Tab with some not working Address. Whether i just search or click on pictures or look at a picture more in detail it alwa… (ďalšie informácie)

When searching with google it always opens a new Tab with some not working Address. Whether i just search or click on pictures or look at a picture more in detail it always opens this tab: Look at picture: At this point it is really annoying and in the settings of the browser i don't seem to find a solution. Please help.

Otázku položil(a) Politiv Christoph Pred 6 dňami

Posledná odpoveď od cor-el Pred 2 dňami

Firefow shortened amount of available homepage shortcuts

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to… (ďalšie informácie)

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to organize or split my shortcuts better. This morning, it decided to move all shortcuts together. As per the "Before" and "After" screenshots attached.

Usual disclaimers: Firefox 125.0.1 (64-bit) on Windows 10 No Config edits No extensions currently installed manipulate, affect or otherwise influence shortcuts

Please advise.

Otázku položil(a) RC PD Pred 5 dňami

Posledná odpoveď od zeroknight Pred 4 dňami

Address bar issues

I'm using Firefox with Google as my default search engine. When ever I try to type in the Google search box, what I am typing appears in the address bar. I want to search… (ďalšie informácie)

I'm using Firefox with Google as my default search engine. When ever I try to type in the Google search box, what I am typing appears in the address bar. I want to search in the Google search box as it is at eye level for what I am doing. I have tried all sorts of ideas from the web to fix this but no joy. Does anyone know how I disable this? Thank you

Otázku položil(a) Buck Pred 4 dňami

Posledná odpoveď od Agent virtuel Pred 4 dňami

Bookmarks gone with update to 115.10.0esr

With the update to 115.10.0esr my bookmarks that were on the left hand side of the screen are gone. When I look at bookmarks there are a few, but I had multiple folders f… (ďalšie informácie)

With the update to 115.10.0esr my bookmarks that were on the left hand side of the screen are gone. When I look at bookmarks there are a few, but I had multiple folders for different subjects, I do not find. I would like to have the procedure to return my bookmarks back to the left hand side of the screen with all of my bookmarks, bookmark folders, and other bookmarks like it was prior to the update. Thank you for help, Steve Zimmerman

Otázku položil(a) z.zimmerman Pred 2 dňami

Posledná odpoveď od zeroknight Pred 2 dňami

whatsapp privacy

So Mozilla supports privacy rights- and I've supported Mozilla for that reason- but they want Whatsapp to be censored for "misinformation" ? How does that go togeth… (ďalšie informácie)

So Mozilla supports privacy rights- and I've supported Mozilla for that reason- but they want Whatsapp to be censored for "misinformation" ? How does that go together? Whatsapp was supposed to be encrypted and not even Whatsapp was supposed to know the content of messages. How would they know about misinformation? And how do they get to decide what's misinformation now?

Otázku položil(a) Elke's Firefox Pred 3 dňami

Posledná odpoveď od TyDraniu Pred 3 dňami

Can't stop annoying pop up tab

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/ showing this message: An error occurred during a connec… (ďalšie informácie)

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/

showing this message: An error occurred during a connection to 0.0.0.1.

I already re-installed Firefox but this bug keems popping up.

BTW: I did not do a d*** thing. It just started yesterday and is extremely annoying!

Otázku položil(a) michael686 Pred 5 dňami

Posledná odpoveď od cor-el Pred 1 dňom

I cannot post comments to any Youtube video

The comment windows are present but do not function. The youtube hosts are accepting comments from other folks. I wonder if some Firefox settings need adjustment so I c… (ďalšie informácie)

The comment windows are present but do not function. The youtube hosts are accepting comments from other folks. I wonder if some Firefox settings need adjustment so I can participate. If you reply I hope it goes straight to my email address as I nmay not find this site easily/again.

Otázku položil(a) howaya@aol.com Pred 3 dňami

Posledná odpoveď od zeroknight Pred 3 dňami

DRM woes

Had to replace FF with Chrome in order to play DRM content on my W11 laptop. I get message saying you are downloading remedy, but nothing ever changes. Would prefer to co… (ďalšie informácie)

Had to replace FF with Chrome in order to play DRM content on my W11 laptop. I get message saying you are downloading remedy, but nothing ever changes. Would prefer to continue 15+ year relationship with FF, but seems like youre abandoning capabilities for DRM video content?

Otázku položil(a) BobCat Pred 4 dňami

Posledná odpoveď od zeroknight Pred 4 dňami

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (ďalšie informácie)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

Otázku položil(a) matek90bat Pred 4 dňami

Posledná odpoveď od zeroknight Pred 4 dňami

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (ďalšie informácie)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Otázku položil(a) jamescobban Pred 5 dňami

Posledná odpoveď od NoahSUMO Pred 2 dňami

extensions.json key

Hello I want to use extension xpi's from a shared external folder over multiple Linux profiles. So i examined the profile folder and found extensions.json. Though i can'… (ďalšie informácie)

Hello

I want to use extension xpi's from a shared external folder over multiple Linux profiles. So i examined the profile folder and found extensions.json. Though i can't find any documentation to it's keys online.

There's "rootURI:" with a "jar:file://path/to/extension.xpi!/", so i tried just replacing the path with the shared one. Though i observed that just makes firefox replace the path with the current one. So i examined further and found the "location:" key with the default value "app-profile". So my guess is, there's other values for other usecases, right?

So, in summary, what i need is:

  • documentation to extensions.json keys or possible values to "location" key.
  • if that isn't intended/doesn't work, how i can achieve my goal otherwise.

And please don't suggest the sync feature, that doesn't work for my usecase.

Otázku položil(a) dani.priv+moz Pred 6 dňami

Posledná odpoveď od cor-el Pred 6 dňami

Firefox quit unexpectedly

I can't open firefox. message says "firefox quit unexpectedly" and it won't reload. I tried Force Quit. I tried restarting my computer. I tried completely shutting comput… (ďalšie informácie)

I can't open firefox. message says "firefox quit unexpectedly" and it won't reload. I tried Force Quit. I tried restarting my computer. I tried completely shutting computer down and restarting. It happened very suddenly yesterday.

Otázku položil(a) ewvanier Pred 1 týždňom

Posledná odpoveď od cor-el Pred 6 dňami

Hello I am not able to highlight and copy on any articles. Most recent update 125.0.1 on Mac.

I have not been able to highlight and copy ~ even prior to the most recent update. Even using control/ does not work. Really hating this. /edit: moved thread from … (ďalšie informácie)

I have not been able to highlight and copy ~ even prior to the most recent update.

Even using control/ does not work.

Really hating this.



/edit: moved thread from Firefox for iOS (for iPhone/iPad) to (desktop) Firefox section as you have macOS.

Otázku položil(a) lladyon Pred 1 týždňom

Posledná odpoveď od cor-el Pred 6 dňami

Kiosk mode and Firefox popups, cannot suppress them?

I'm running a UI deployment with a web-app and Firefox on an Ubuntu system. I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the comm… (ďalšie informácie)

I'm running a UI deployment with a web-app and Firefox on an Ubuntu system.

I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the command line upon system boot). This works fine, and boots up Firefox to the page I want (my web-app) in kiosk mode (full-screen, etc.)

However, I get very annoying popups that are not acceptable for deployments in front of customers. I have tried, but CANNOT suppress all of them, or, when I thought I did, they came back a month later.

Popups:

1. "Keep pesky trackers off your tail. Open my links with Firefox" 2. "Welcome back" 3. Others like this...

These are Firefox browser popups, not related to popups that other websites can put up, and block the entire screen with an overlay until they are dismissed. My deployments are only going to a single web-page that I control (which has no popups) and there is no keyboard on the deployed system, so people cannot navigate elsewhere.

Things I've tried:

1. Firefox is installed via snap, which provides "snapshotting" configuration for the Firefox snap. I loaded Firefox, cleared the annoying dialogs, and then took a snapshot (theorying that I set Firefox configuration when doing this, and I capture that in the snapshot) and re-installed it onto a new system. Still go popups 2. Looked into user.js preferences. I can install this file onto the system, so I looked through https://searchfox.org/mozilla-release/source/remote/shared/RecommendedPreferences.sys.mjs and this is how I initially got all the popups to disable themselves. I looked through that list and tested most of the recommended settings until the popups disappeared. However, after a month or so, I'm beginning to see the popups again.


Any suggestions from Mozilla or others that run into this issue?

Otázku položil(a) Devin Pred 5 dňami

Posledná odpoveď od zeroknight Pred 5 dňami

Update failure

I'm unable to load any web pages since receiving an update 4-17-24 on Windows 11. It doesn't seem likely I'll be able to get another update to fix this via the browser. W… (ďalšie informácie)

I'm unable to load any web pages since receiving an update 4-17-24 on Windows 11. It doesn't seem likely I'll be able to get another update to fix this via the browser. What do I do? Uninstall?

Otázku položil(a) milliescooking Pred 5 dňami

Posledná odpoveď od zeroknight Pred 5 dňami