我在使用豆包时,不能直接把剪切板内的图片粘贴到豆包应用的对话框中。 其他浏览器是可以使用的,请修复。
我在使用豆包时,不能直接把剪切板内的图片粘贴到豆包应用的对话框中。 其他浏览器是可以使用的,请修复。
我在使用豆包时,不能直接把剪切板内的图片粘贴到豆包应用的对话框中。 其他浏览器是可以使用的,请修复。
With Mozilla Firefox for Linux Mint 150.0 after logging into Chase Bank , when trying to pay off my credit card, I get a message: "It looks like this part of our site is … (read more)
With Mozilla Firefox for Linux Mint 150.0 after logging into Chase Bank , when trying to pay off my credit card, I get a message: "It looks like this part of our site is not working right now". However the site works perfectly with Chrome, thus the problem must be with Firefox. I have cleared the Chase cookies and still getting the same result.
This is Firefox on a brandnew Fedora installation. Using Jupyter notebooks on Google Colab, I experience delays when typing into input fields. It's not quite a deal-break… (read more)
This is Firefox on a brandnew Fedora installation. Using Jupyter notebooks on Google Colab, I experience delays when typing into input fields. It's not quite a deal-breaker, but annoyingly sluggish. On a Chromium-based browser, Vivaldi, I don't notice this problem.
My hope is there is a certain overlap of the demographics using Colab, Firefox and Fedora. I wonder if there is a known problem in this area? Is there a configuration settings you can suggest?
Thanks in advance!
Bernd.
Hello all Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow. Now for my problem I have been using Firefox for… (read more)
Hello all
Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow. Now for my problem I have been using Firefox for internet banking for many years without any problems - the usual login, password ans secret questions. Just after Xmas my bank updated it's website and suddenly nothing works. I was told that it now only works on Chrome and NOTHING else - not Firefox, Edge or anything else. I am able to log-in but can't see my account balances or perform any other functions - it just jams up to the point that I even have trouble closing Firefox. I use Firefox exclusively because I don't trust Chrome or Google - they are just a massive data collection/sharing operation. I have Chrome Mask installed but it just doesn't make any difference.
Is there anything that I can do or add-on to over-ride this problem?
I am running Mint Linux 22.2 with Firefox 151.0.1
I have been having a reoccuring problem signing into Apple / icloud accounts. Basically, it won't let me login even though the password is correct. There are several ways… (read more)
I have been having a reoccuring problem signing into Apple / icloud accounts. Basically, it won't let me login even though the password is correct. There are several ways to fix the problem, you have to try each one since there is no consistent way to fix it.
1. Sign in using appleid.apple.com instead of icloud, which seems to work better.. 2. Clear site data for apple.com and icloud.com, which sometimes work. 3. Clear all browsing data, if the previous step doesn't work. 4. Create a new profile if the previous step doesn't work.
The problem is that the problem comes right back in the next login. No fix seems to last more than a few days. It's not an extension issue since the problem occurs even with extensions. It's not using standard tracking and ublock if enable is off for the apple domains.
Anyone has an idea what is causing this? There are no issue signing in using chromium based browsers. The issue has been around for a year now.
error code F7707=1003 when trying to start a netflix movie in firefox
FF bug (?) (my own tests), Chrome works as expected, was also gemini ai discussed.: Why for the following css rule (new FF): header:has(~ noscript) ~ * div[class*="-sl… (read more)
FF bug (?) (my own tests), Chrome works as expected, was also gemini ai discussed.:
Why for the following css rule (new FF):
header:has(~ noscript) ~ * div[class*="-slider"] {width: calc(var(--number-of-slides) * 100%);}
the --number-of-slides is defined and visible:
header:has(~ noscript) ~ * div[class*="-slider"] {--number-of-slides: 1}
but this one isn't at all:
header:has(~ noscript:has([value="1"])) ~ * div[class*="-slider"] {--number-of-slides: 1}
And all remembering that in the noscript there is direct descendant having value="1"
As mentioned it works as expected (so average person naturally may think it sould) well for Chrome - noscript is visible, js disabled, controls are visible. Sophisticated use case of :has() but it sort of "has right" to happen.
With Duckduckgo set as search engine, if I type a search or go directly to duckduckgo search page the current tab crashes and the "Tab crash reporter" is displayed. Goog… (read more)
With Duckduckgo set as search engine, if I type a search or go directly to duckduckgo search page the current tab crashes and the "Tab crash reporter" is displayed.
Google, Bing, etc work.
I have Duckduck privacy protections, privacy badger, and ublock origin all disabled for duckduckgo.
I have had this problem in the past, but now its back again. At first I just reset my password every time, then I set up the password to be auto-filled. I have had no sig… (read more)
I have had this problem in the past, but now its back again. At first I just reset my password every time, then I set up the password to be auto-filled. I have had no sign-in failures for months. At one point i did figure out how to check my sign in history to see the failed attempts, and there were none. That was a long time ago, and I have since forgotten how to check this. The problem does seem to be with firefox as it does not happen with chrome.
I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am… (read more)
I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am on Linux Mint if that helps. (147 and below run fine)
can you help me go on old nickjr app ?
Netflix opens, but when trying to play a video I get a message F 7701-1003 about Firefox version
Firefox version 152.0 : Firefox is continuously refreshing the page on a particular Website, in both Windows11 and Linux versions, making the site unusable ( unable to cl… (read more)
Firefox version 152.0 : Firefox is continuously refreshing the page on a particular Website, in both Windows11 and Linux versions, making the site unusable ( unable to click anything ). The website loaded ok previously using Firefox and still loads ok using Chrome. Disabling extensions doesn't help, neither does deleting the cache and cookies. What changed and why? Is there anything else to try?
I have a Ruby on Rails app and whenever I click on a button in it that submits a POST request, instead of redirecting back, it sends me to a GET of the POST request. For … (read more)
I have a Ruby on Rails app and whenever I click on a button in it that submits a POST request, instead of redirecting back, it sends me to a GET of the POST request. For example I am at /a, I make a POST request to /a/b, instead of redirecting back to /a, it sends me to /a/b which returns a 404 as there is only a POST defined at this route. I have tested this same site in Chromium and the redirects work properly, returning me back to /a
1- I am forced to abandon firefox browser on desktop 2- I wont quit using firefox until mozilla keep fighting against google's discrimination 3- I am forced to see no pro… (read more)
1- I am forced to abandon firefox browser on desktop 2- I wont quit using firefox until mozilla keep fighting against google's discrimination 3- I am forced to see no proper error message 4- No proper reason is told to wait and try later 5- This war wont end
I hate google more than any company in this world.
Now every (not just any random ) video when play for 10 seconds shows me same ugly annoying message
"Something went wrong. Refresh or try again later"
NO refresh works later after one day or even after removing all the history and saved site data. Even re install of latest firefox has no effect on google.
Changing user agent is not working either.
Tor browser is the only way to watch any youtube video.
BIG, GREAT AND MANY THANKS TO TOR NETWORK.
Tor is left for the only way i can have a little freedom to watch youtube videos.
My pain point is that why i am forced to abandon firefox. I have been using it for decades. I love it. Its my best browser ever.,
Why chrome is the only browser to be allowed to watch videos on you tube.
Even safari when used there is always warning saying your browser will not be supported in future.
Google is creating same kind of problems in Android OS too.
My friends, Let me ask, what our future under google umbrella?
I strongly encourage you to raise voice for browsers other than chrome especially for firefox.
I use updates on linux and my firefox is always latest. There is no chance of any corruption or security risk with firefox on linux. Google intentionally forcing me to use chrome.
I want you to help me if have any clue what is going on.
I can play this video with Chrome: https://www.bitchute.com/video/svoRcPeYjlCb/ It appears to be unplayable via Firefox for Ubuntu, 143.0.4 (64-bit), or earlier v… (read more)
I can play this video with Chrome:
https://www.bitchute.com/video/svoRcPeYjlCb/
It appears to be unplayable via Firefox for Ubuntu, 143.0.4 (64-bit), or earlier versions.
Is this some sort of censorship?
i want to login to whatsapp.But the website asks for update mozilla
I am using Linux Mint, firefox and "Reiner SCT" hardware to sign in to german government sites using my identity card. All worked fin until firefox update from 149.0.2 to… (read more)
I am using Linux Mint, firefox and "Reiner SCT" hardware to sign in to german government sites using my identity card. All worked fin until firefox update from 149.0.2 to 150.0. Now I always get the error message "internal_error". I know, this message does not help much, but that is all I have. Is there anything I can try to get firefox 150.0 running or shoud I try to deinstall firefox 150.0 an install firefox 149.0.2 again? Thanks very much in advance!
Sorry folks, this is really confusing for me and it kind of snuck up on me like fading breaks on a car. "This" computer is my main one and I use it the most. I load youtu… (read more)
Sorry folks, this is really confusing for me and it kind of snuck up on me like fading breaks on a car.
"This" computer is my main one and I use it the most.
I load youtube and get the usual list of suggestions. If I moved my mouse over any, they would start to play and I would "preview" them on that screen. I could select if I wanted the audio and subtitles.
All was good.
Fire fox has updated and the O/S has also over time and "recently" the "preview" stopped. (Oh well. Such is life.) I didn't think much of it.
Then the other day I was on ANOTHER machine (different O/S, similar/same plugins) and loaded youtube just for the sake of it and as I moved the mouse over the clips: I got the "preview".
I've shared the data from this machine. Kind of difficult to do it in/on THIS post from the OTHER machine also.
For clarity: It used to work. I didn't change any settings in any of the plugins/addons or FF settings. They were "working" as I wanted and so there was no reason to change them. I am guessing this is a "easy thing to fix" but the specifics of what I need to do is beyond me at this point.
I'd appreciate some guidance in how t find the difference between the two machine's settings so I can get the preview to work again.
Just to put it out there too: I have a "squillion" tabs open. They all seem to work and unless I really get carried away with things, Firefox 95% of the time behaves itself. Now and then it "locks up" and stops responding. The best solution is a total reboot and restart.
Hey, i am since 30. 03.2026 from windows 11 to linux mint changed, in firefox- browser amazon musik unlimited doesn`t work. But i have there all of my musik and i`ll miss… (read more)
Hey, i am since 30. 03.2026 from windows 11 to linux mint changed, in firefox- browser amazon musik unlimited doesn`t work. But i have there all of my musik and i`ll missed it so. Is there no option to here my musik?