Showing questions tagged: Show all questions

Cannot download anything any addon refuse to install.

As title- Cannot download for example webm format, but jpg is okay. cannot install any addon, theme or anything. DRM didnt install as well. i was trying reinstall, refres… (read more)

As title- Cannot download for example webm format, but jpg is okay. cannot install any addon, theme or anything. DRM didnt install as well. i was trying reinstall, refreshing browser, rebooting.

Asked by pancerny 2 minutes ago

Animation CSS on my web site doesn't work on firefox

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:… (read more)

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 : TRANSLATION */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-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); }

}


@-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); } }





.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!!

Asked by Pierre MARTIN 49 minutes ago

  • Solved

Unable to zoom, to view larger image that is available with Chrome

I've migrated to Firefox from Chrome and am getting everything as close as possible to my Chrome setup. This is a usability issue when I zoom on an image, that has a larg… (read more)

I've migrated to Firefox from Chrome and am getting everything as close as possible to my Chrome setup. This is a usability issue when I zoom on an image, that has a larger version. Chrome allows me to zoom to the full extent of the image, but Firefox screen shakes and doesn't allow the same detail. Screen recording and links below.

Screen recording Firefox

Screen recording Chrome

This is a link to the item in question.

Asked by Allan MacDonald 4 days ago

Answered by cor-el 1 day ago

Firefox update – lost passwords – no sign of firefox logins.json etc

Been searching. Updated firefox and lost passwords (across MacBook and iMac Firefox versions) so googled, went looking for logins.json etc files. No sign of them, and no … (read more)

Been searching. Updated firefox and lost passwords (across MacBook and iMac Firefox versions) so googled, went looking for logins.json etc files. No sign of them, and no firefox folder in applicationsupport/library on my Mac. Showing hidden files. About:profiles shows only one profile. No idea how I can restore things. Time Machine backup on desktop iMac has no firefox profile files. Where is the data please? Etc etc :O)

Asked by captainuncertain 2 hours ago

Last reply by captainuncertain 2 hours ago

I selected duck duck go search engine but my phone defaults to Bing every time. How can I eliminate Bing? I

I'm trying to search and selected my preferred search engine. Default selected is duckduckgo. But every time I search it jumps to Bing. Not my preference. How do I elimin… (read more)

I'm trying to search and selected my preferred search engine. Default selected is duckduckgo. But every time I search it jumps to Bing. Not my preference. How do I eliminate Bing from this phone?

Asked by Carden 10 hours ago

Last reply by L. M. 2 hours ago

https://disconnect.me/trackerprotection

Two-factor authentication helps protect your account if someone else tries to log in. When there's a login from a new device or browser, we'll ask for a login code or oth… (read more)

Two-factor authentication helps protect your account if someone else tries to log in. When there's a login from a new device or browser, we'll ask for a login code or other verification method to confirm that it's you. You'll need to set up two-factor authentication to keep using Facebook.

Asked by ddad8943 19 hours ago

Last reply by L. M. 2 hours ago

crashing browser

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PL… (read more)

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PLEASE TELL ME A BETTER BROWSER>....

Asked by R Key Co 9 hours ago

Last reply by Paul 2 hours ago

translation does not work

I have installed the German language extension . I can go to a sight written in German and it translates fine . THE SECOND I USE ANY SUB MENU WITHIN THE SIGHT IT DOES NOT… (read more)

I have installed the German language extension . I can go to a sight written in German and it translates fine . THE SECOND I USE ANY SUB MENU WITHIN THE SIGHT IT DOES NOT TRANSLATE . right clicking and "translate" does not work since "translate" does not exist on the tab .

The firefox translate feature only works on the initial screen !

I can find no setting to fix this

Asked by ronaldchampagne49 2 days ago

Last reply by Agent virtuel 3 hours ago

why my wordpress site not opening on mozilla firefox browser but opening on chrome browser

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request… (read more)

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request you please fix the problem.

Asked by Acharya Pradeep Kumar 1 week ago

Last reply by jonzn4SUSE 4 hours ago

Lost Privacy/Security folder

Using OSX 12.7.5 on two laptops and a Mac Pro. Selling one of the laptops. Removed personal data for Firefox by 'trashing' the Firefox folder in Libaray/Application suppo… (read more)

Using OSX 12.7.5 on two laptops and a Mac Pro. Selling one of the laptops. Removed personal data for Firefox by 'trashing' the Firefox folder in Libaray/Application support. Then disscovered that the 'Privacy/Security' folder in both the laptop and Mac Pro were now empty. Nothing else affected. Went into TimeMachine and restored the entire Firefox folder from a recent backup. Privacy/Security folder not restored. Anyone have any ideas?

Asked by Citroenfan 17 hours ago

Last reply by cor-el 5 hours ago

Amazon website just churns in Firefox

Just today, I can no longer access the Amazon website. The pages load halfway and then it just churns/spins and never completes loading the page. So far I've discovered… (read more)

Just today, I can no longer access the Amazon website. The pages load halfway and then it just churns/spins and never completes loading the page. So far I've discovered no other websites that have the same problem.

I am able to access the Amazon website on three other browsers - Edge, Brave and DuckDuckGo - with no problems and normal loading speed. I don't use Chrome, so I can't speak to that.

I've tried clearing the cache and that did not help. I had a Firefox update installed a couple of days ago. Don't know how long it had been sitting there, as Firefox is almost always open and doesn't have the opportunity to update until I close everything and restart my computer, which I did a couple of days ago.

Windows 10 on a Dell pc/laptop. Firefox Version 126.0 (64-bit).

Any ideas on how to fix?

Asked by gswacker 7 hours ago

Amazon Login

Firefox is synced on all my computers. Same version. Same extensions. I can't login on my primary desktop as of last night 5/23/24. I can login/watch Prime on my laptop. … (read more)

Firefox is synced on all my computers. Same version. Same extensions. I can't login on my primary desktop as of last night 5/23/24. I can login/watch Prime on my laptop. My desktop gives me the attached error.

Asked by Kojak1958 1 day ago

Last reply by Kojak1958 8 hours ago

Hovering over Username displays a gear which when clicked on exposes passwords and allows them to be edited

When logging into a Wordpress site on Firefox, hovering over Username displays a gear (see first screenshot) which when clicked on exposes passwords and allows them to be… (read more)

When logging into a Wordpress site on Firefox, hovering over Username displays a gear (see first screenshot) which when clicked on exposes passwords and allows them to be edited (see second screenshot). This does not happen on other browsers. I'm on Firefox 126.0, MacOS Big Sur 11.7.10

Asked by bill344 17 hours ago

Last reply by bill344 11 hours ago

Secure Connection Failed

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This… (read more)

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This only happens in 'Firefox', 'Microsoft Edge' and 'Google Chrome' load without any issues. I have the same problem on PC and Android. I have tried everything that I could from the information I received on the internet and here in the help forums, from disabling proxy, firewalls, on the browser and on my PC. I have added exceptions to HTTPS, disabled 'Enhanced Tracking Protection'. Nothing seems to work. If you could help me this would be greatly appreciated, as Mozilla Firefox is my trusted browser. Thank you very much.

Asked by DTS 11 hours ago

Last reply by cor-el 11 hours ago

  • Solved

Fifefox does not save a new payment method, clicking on save does nothing

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then clic… (read more)

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then click on "Saved payment methods", which opens a dialog with the existing payment methods and options to remove/add/edit. I'm clicking on Add, filling-in the card details and then clicking Save, nothing happens....

I previously had a working saved payment method, but it stopped working (I think more than 6 months ago). I tried to re-enable the credit cards by setting the following configs on about:config page:

- extensions.formautofill.creditCards.available: true
- extensions.formautofill.creditCards.supportedCountries: '...,RO' -> (I was adding my country to the existing list)

After the browser restart with those new settings when I'm on a payment page, clicking on a credit card field will show the saved credit card but if I click on it, it will not fill the details. And also trying to save a new card, manually as described previously in this message, or by the automatically prompt to save a new card after a successful payment was done. Both methods failed on me but with no error (I cannot see the saved payment on the list).

I tried removing the existing saved card, it worked removing it, but the add is still not working.

I also tried restarting in save mode, launching Firefox in a separate profile and added my country on the creditCards config for supportedCountries to show the "Saved payment methods" button on new profile, and it did not change anything.

I'm thinking there is a missing permission somewhere on the disk but I don't know where is the payment data stored on disk.

I would really appreciate any help on this.

PS: Check the attached pic to see the payment add and clicking the save button does nothing (also there are no validation errors). And the other: FF version, OS, troubleshooting info.

Asked by Mike S 17 hours ago

Answered by Mike S 11 hours ago