- Zaključano
I Like it, because morzila is the best
Morzila is the best
Morzila is the best
Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google … (pročitajte više)
Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google Meet and having the TAB sharing feature available is highly appreciated. I know this was requested a lot, but this is a real dealbreaker for many people.
What are your thoughts on this? Maybe it's somewhere in the roadmap already? Thanks!
I have been using Firefox for many years and never had issues. Two days ago, I turned on my HP with Windows 10 and I got a pop up message something about Error Platform … (pročitajte više)
I have been using Firefox for many years and never had issues. Two days ago, I turned on my HP with Windows 10 and I got a pop up message something about Error Platform 126.0 XUL Runner is not compatible. I could not access Firefox, Google, or the internet. I uninstalled Firefox and reinstalled, but after that, everything runs very slow. Each time I go into a website, it can take up to over a minute to pull up! I cannot even delete email from my Gmail! It's piling up. Downloading can take over an hour! I checked all the trouble shooting forums in Mozilla and tried just about everything. I went back into "About:profile"s and created a new profile. It it did not make any difference. I also did a Firefox refresh. Did not help any. I went back into the profile I had before the XUL error because my bookmarks were there. Still slow. I cleaned out the cache, in both Firefox and my Windows 10. made no difference. I only have three extensions in Firefox. I don't know what else I can do to fix this. Also, my drivers and other software are automatically updated by Windows. My HP is only 2 years old as well. Everything was fine in Firefox until that XUL error message popped up and I had to uninstall and reinstall Firefox. That is when everything became agonizingly slow!
Update: My computer is barely usable anymore because of the Firefox issue. Having to wait for a minute or more for everything I do on the internet? I know it cannot be my computer itself because it is not even two years old yet. I may have to dump Firefox if I cannot get this fixed. I have Norton 360 and it is not malware or a virus. Firefox messed something up.
Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code:… (pročitajte više)
Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...
here is my code:
/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {
0% { animation-timing-function: linear; transform: translateX(-500px); } 100% { animation-timing-function: linear; transform: translateX(30px); }
}
@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }
@-moz-keyframes moz-mouvement-uniforme {
0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); }
2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); }
4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); }
6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); }
8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); }
10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); }
12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); }
14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); }
18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); }
24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); }
28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); }
32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); }
34% { -moz-transform: rotate(1deg) translateX(245px); }
36% { -moz-transform: rotate(0deg) translateX(-2px); }
38% { -moz-transform: translateX(-2px) translateY(2px ); }
40% { -moz-transform: translateX(-245px); }
42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); }
43% { -moz-transform: translateX(-245px) rotate(-3deg); }
100% { -moz-transform: translateX(0px); }
}
@-ms-keyframes ms-mouvement-uniforme {
0% { -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); } 100% { -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }
} @-o-keyframes o-mouvement-uniforme {
0% { -o-animation-timing-function: linear; -o-transform: translateX(-500px); } 100% { -o-animation-timing-function: linear; -o-transform: translateX(0px); }
}
.position { position: relative; top: -200px; left: -280px; float:left; }
.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;
-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;
-ms-animation: ms-mouvement-uniforme 10s ;
-o-animation: o-mouvement-uniforme 10s ; }
It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...
this is the page where a donkey should appear at the bottom of the page:
https://www.campingnoroc.com/en/our-campsite/
Thanks a lot for your help!!
Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached. … (pročitajte više)
Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached.
Question moved to https://connect.mozilla.org/ thank you fellow humans.
Hi. I accidentally pressed "pin overflow" and the 1st square pinned tab with all activity disappeared. How to restore it ?
Ridiculous with the new update page saying " A browser that's truly yours My Firefox: More Speed, More Security, More Fun." WHEN YOU CANNOT TURN OFF THE IDIOTIC popup spa… (pročitajte više)
Ridiculous with the new update page saying " A browser that's truly yours My Firefox: More Speed, More Security, More Fun." WHEN YOU CANNOT TURN OFF THE IDIOTIC popup spam for the updates NOT EVEN GOOGLE CHROME DOES THAT. And ridiculous it has to LOAD THE UPDATE after restarting the browser lag time and IDIOTIC BRIGHT SCREEN FLASHING even if you have darkmode on, JESUS CHRIST this browser seems ridiculous and FAR WORSE THAN THE OTHERS WHEN EVEN CHROME IS BETTER with these settings and not being pointlessly ridiculous rofl. WHAT is going on with that people. AND SETTINGS TO FIX THAT would make this less ridiculous to use obviously, THANK
Hi there, On the 23. of Mai I first noticed that I am unable to download any files whatsoever. I tried downloading .exe files and also a .csv file. When I try to downloa… (pročitajte više)
Hi there,
On the 23. of Mai I first noticed that I am unable to download any files whatsoever. I tried downloading .exe files and also a .csv file. When I try to download one of these files it appears in the downloads window but immediately goes to the status "Failed". Any retry fails as well.
The same thing goes for extensions. I cannot download any extensions or plugins using my Firefox browser. Since I reinstalled Firefox I can now also not use Plex because Firefox can't install the required plugins.
I will attach screenshots of all the errors I get.
All of the above worked when I tried it on the Edge browser.
Firefox version: 126.0 Windows 11
Things I have tried to fix the issue:
Is Firefox using some other temporary folder for downloads?
Any ideas on how to fix this issue would be appreciated.
Thank you.
Hello, I recently deleted pwnedpasswords.com from my cookies, as well as blocked this website; however, it keeps reappearing in my list of cookies. I've never even visi… (pročitajte više)
Hello,
I recently deleted pwnedpasswords.com from my cookies, as well as blocked this website; however, it keeps reappearing in my list of cookies.
I've never even visited this site (that I'm aware of), and it's a bit concerning to me.
In spite of clearing ALL my cookies (and blocking this website), it keeps appearing in my list!
Please advise :)
Full scenario: Computer had some issues, so I set up Windows Backup/Restore to a point just before resetting it, saving that data to an external drive. Then, I reset Wind… (pročitajte više)
Full scenario: Computer had some issues, so I set up Windows Backup/Restore to a point just before resetting it, saving that data to an external drive. Then, I reset Windows, choosing the option that lets you keep your files (most of them it looks like) while it reinstalls everything else.
I knew it'd wipe Firefox and I'd need to reinstall it, but when I synced my account, it didn't have logs. The logs are archives of various chats on a website I used to talk to friends. I know those used to be accessible through Firefox's directory under Program Files by checking the data saved for that website (something I had to do once before to remove corrupted logs), but that data obviously wouldn't be there now.
I should've considered this beforehand but I had no idea that data for different websites might not be included in a sync. It does have files for Firefox but I decided not to touch them, since I'd already synced and I didn't know if reverting to that Backup might break Firefox somehow. Or worse, cause me to lose MORE data.
Question now is, what's the chance those might be in that backup I saved? More specifically, data stored about websites I visited.
[[Access Mozilla services with a Mozilla account|httpss://mzI.Ia/2bPFZvI]]
A recent set of system updates appears to have made most website videos not play in Firefox. When I inspect the Developer Tools - > Console tab the most detail Firefo… (pročitajte više)
A recent set of system updates appears to have made most website videos not play in Firefox.
When I inspect the Developer Tools - > Console tab the most detail Firefox gives are an error line similar to: Media resource URL could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)
Internet searches for the error name and error hex do not appear yield any applicable troubleshooting, nor any methods of collecting additional problem data.
How can I obtain more detail on where the error is happening and how Firefox might be interacting with other packages present on my system?
Arch Linux has some older ffmpeg-compat packages, but those don't appear to match any of the web results, in that they're even older versions of ffmpeg.
yay -Ss ffmpeg-compat aur/ffmpeg-compat-55 2.3.6-4 (+24 0.00)
Compatibility package for ffmpeg to provide versions 55 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package
aur/ffmpeg-compat-54 1.2.12-4 (+87 0.00)
Compatibility package for ffmpeg to provide versions 54 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package
I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (pročitajte više)
I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?bold text
Hi I'm using speed dial 2 on Firefox desktop. On Firefox Android I have not this possibility to set custom dials/sites on Start page and new tabs. When I try to use the … (pročitajte više)
Hi I'm using speed dial 2 on Firefox desktop. On Firefox Android I have not this possibility to set custom dials/sites on Start page and new tabs. When I try to use the built-in function I see pages from history. It's a big must and huge update to integrate a facility like this.
When visiting the "support.mozilla.org site, third-party translantion add-ons(such as "Immersive Translate") can't work. It says "can not read or change data on this site… (pročitajte više)
When visiting the "support.mozilla.org site, third-party translantion add-ons(such as "Immersive Translate") can't work. It says "can not read or change data on this site". I want to translate it on the same page rather than skipping into a new page. However, it can work on the "www.mozilla.org" site. When visiting on Chrome, there is not a problem. Is that site just privileged on Firefox ?
Anyone know if I can sort/re-arrange the list of Containers?
Settings > General > Tabs > Firefox Multi-Account Containers > Settings
Hello, I closed my browser, expecting it to save my current tabs as it usually does. When I reopened it, the tabs were gone. They were important for me, and some of them … (pročitajte više)
Hello, I closed my browser, expecting it to save my current tabs as it usually does. When I reopened it, the tabs were gone. They were important for me, and some of them were pretty old so I can't find them in my history. I tried checking the "recently closed tabs" option, it didn't help. There was also no option to restore the previous session. Can you help me restore my lost tabs?
Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window. In about:config, browser.tabs.allowT… (pročitajte više)
Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window.
In about:config, browser.tabs.allowTabDetach is set to true
Suggestions?
So i wanted to remove borderline between text bar and tab bar. After some googling i manege to do so by console(contl+shift+alt+i), in string "--tabs-navbar-separator-col… (pročitajte više)
So i wanted to remove borderline between text bar and tab bar. After some googling i manege to do so by console(contl+shift+alt+i), in string "--tabs-navbar-separator-color: light-dark(rgba(0,0,0,.1), rgba(0,0,0,.3));" i change 3 to 0 and borderline gone. But every time i restart browser is all back. Is there any way to make it permanent ?