YouTube

After years of accessing www.youtube.com with Firefox with no problem, the website is no longer accessible as of yesterday. When I point my browser to that URL, I get a … (xem thêm)

After years of accessing www.youtube.com with Firefox with no problem, the website is no longer accessible as of yesterday. When I point my browser to that URL, I get a screen with greyed out video previews, greyed out titles, greyed out account access and a search window that does not do anything. I can access YouTube just fine with Safari. I've cleared my cache. Please advise.

Jim

Được hỏi bởi jwhawkins 2 ngày trước

Lần cuối trả lời bởi cor-el 2 ngày trước

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'… (xem thêm)

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.

Được hỏi bởi dani.priv+moz 2 ngày trước

Lần cuối trả lời bởi cor-el 2 ngày trước

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 … (xem thêm)

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.

Được hỏi bởi lladyon 2 ngày trước

Lần cuối trả lời bởi cor-el 2 ngày trước

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… (xem thêm)

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.

Được hỏi bởi ewvanier 2 ngày trước

Lần cuối trả lời bởi cor-el 2 ngày trước

import data from my old pc to my new pc

i am setting up a new laptop and trying to import all my current data from my old pc. Nothing is right. It imported alll the shortcuts on my toolbar from years ago. None … (xem thêm)

i am setting up a new laptop and trying to import all my current data from my old pc. Nothing is right. It imported alll the shortcuts on my toolbar from years ago. None of these are the current bookmarks from my old pc. ive tried syncing, importing again, nothing works. my bookmarks on my side bar are years old. I dont have ANY of these on my old pc as i deleted them years ago. what the heck is happening and how do i get my new pc browser to look exactly as my old pc looks. This is very frustrating. I have over 500 bookmarks on my sidebar. it looks like every bookmark i have EVER used. This is ridiculous.

Được hỏi bởi jkhcast 2 ngày trước

Lần cuối trả lời bởi cor-el 2 ngày trước

What and where is my Security Key and how do I touch it?

Please see the attached image. Firefox believes I have a security key. What is a security key? Where do I find it? Why does Firefox think I have one? And why is the… (xem thêm)

Please see the attached image.

Firefox believes I have a security key.

What is a security key? Where do I find it? Why does Firefox think I have one?

And why is there no helpful information to explain this confusing UX?

Được hỏi bởi kurrent93 3 ngày trước

Lần cuối trả lời bởi zeroknight 2 ngày trước

Firefox extremely slow to load pages or connect to Web sites after startup - Follow-Up

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last proc… (xem thêm)

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last process could really fix the issue. It didn't, not always. Over the years, there have been times when the issue would still pop up, but not as often as before (2022 and earlier).

I have a feeling that during an issue, FF is having difficulty setting up shop after starting up. Consequently, it is spending more time before it could become prepared to connect to the Net. I've come up with another "solution," which is deleting (or moving out) xulstore.json in the profile folder after exiting or before starting FF. You can create a batch command or script to execute the process.

So far, FF is connecting immediately after startup.

Được hỏi bởi mobilesuit 20 giờ trước

Lần cuối trả lời bởi cor-el 4 phút trước

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox version from IBM Power server with Ubuntu : The message is "Fichier non… (xem thêm)

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox version from IBM Power server with Ubuntu :

The message is "Fichier non téléchargé - Risque de sécurité potentiel" that is "No downloaded file, potential security risk" :

When we download a pdf file from the server, the "choice box" allow to . open in the browser or . open in Acrobat or . download on my PC. The opening fails with this message. This is the problem. The download on my PC works and when I open the file from my PC it works also.

We need this function of opening a pdf or xml directly from a server IBM Power with Ubuntu. It was OK for several years until 125.0.1 Firefox version. We had no change on the IBM server.

Can you repair this problem quickly. My PC uses Windows 10

Thank you Patrice Castejon [removed phone#]

Được hỏi bởi patrice.castejon 9 giờ trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 3 giờ trước

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… (xem thêm)

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?

Được hỏi bởi jamescobban 14 giờ trước

Lần cuối trả lời bởi cor-el 1 giờ trước

Proton Emails Don't Show Attached Inline Pictures

Windows 11 Firefox browser 125.0.1 In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not ve… (xem thêm)

Windows 11 Firefox browser 125.0.1

In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not verify the remote server's identity. The image might be hosted using the http protocol." Is this issue with settings in Proton or Firefox? How do I fix this? See image below. Thank you.

Được hỏi bởi 2doxiedad 1 ngày trước

Lần cuối trả lời bởi cor-el 1 giờ trước

Can Not Play Some Videos on Twitter

All Add-ons are disabled and Firefox still can not play SOME of the videos on twitter. All I can see is a spinning circle on the center of the frame and the video will n… (xem thêm)

All Add-ons are disabled and Firefox still can not play SOME of the videos on twitter. All I can see is a spinning circle on the center of the frame and the video will never be played. I tried other browsers and they all works well. It seems this issue has nothing to do with my network connection.

I searched this forum and find out some thread reporting issues of not playing All videos on youtube/twitter. Replies to these thread provided some solutions ,like update ffmpeg , set media related options in about:config. I tried them all and neither of them work for me.

Được hỏi bởi chicane 2 ngày trước

Lần cuối trả lời bởi cor-el 2 giờ trước

Picture-in-picture since recent YouTube update keeps closing.

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes an… (xem thêm)

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes and have it move the video play back always to the Picture-in-picture window ? If not could this be made a feature in a future update ?

YouTube especially been annoying to Firefox users, cos it keeps refreshing the whole page breaking stuff every time it plays the video, as well have issues with looping videos even tho they are already fully buffered, making entire YouTube experience as frustrating as possible as encouragement to switch to chrome, which i refuse for obvious reasons.

Anything i can do on my end ? If tested if this happens in incognito mode as well with all extensions disabled in private windows, no change of behavior.

Btw this happens on the new YouTube interface with no way to get back to the old interface, cos it keeps the annoying features of the old interface even if you try to re position stuff using hacky ways like extensions that do so, which of course break stuff even further. I just want Picture-in-picture to remain open, and to play current video in picture-in-picture that is playing automatically.

Btw the Picture-in-picture experience with chrome or chrome based browsers is absolutely horrible, giving me even more reasons to stay on Firefox besides privacy related issues and other issues.

Được hỏi bởi Muppet 4 giờ trước

Lần cuối trả lời bởi zeroknight 3 giờ trước

Firefox suddenly goes slow, then speeds back up

So I'll be typing like normal (I type 100 WPM), and all of a sudden, I'll type a sentence, but each individual letter starts taking about 3 seconds to show up on the scre… (xem thêm)

So I'll be typing like normal (I type 100 WPM), and all of a sudden, I'll type a sentence, but each individual letter starts taking about 3 seconds to show up on the screen. I have to sit and wait a super long time for everything I typed to finally show up. Other times, I move my mouse over something I should be able to click on, and have to wait a long time for the arrow to turn into a hand, letting me click on it. These periods of slowness will last a few minutes, then disappear.

What's really interesting is that when the slowness starts, I can type just fine up in the URL bar. I might type my entire message there, then copy paste it down to where ever I was wanting to post it. However, when I do that, if I have another tab open and that tab is playing music, the music will start to break up and lag as I type. Again, after a while, the slowness disappears and we're back to normal.

Can anyone tell me what's going on?

Được hỏi bởi Trenton Knight 16 giờ trước

Lần cuối trả lời bởi zeroknight 3 giờ trước

You've compromised the passwords yourself

Hi Every single one of my passwords is compromised according to you. Therefore I think the data breach is with Firefox . I have set up several unique passwords recently -… (xem thêm)

Hi Every single one of my passwords is compromised according to you. Therefore I think the data breach is with Firefox . I have set up several unique passwords recently - how are they breached so soon? And why every single one. It is very suspicious. Regards Caroline

Được hỏi bởi cazzyguy 10 giờ trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 3 giờ trước