Wone laaj yi am etiket: Wone laaj yépp

GIFs "saving as" webp only

Up until a month ago, I was able to download gifs from the giphy.com as actual GIFs. What has changed in Firefox and how can I troubleshoot this so I can get the desired … (jàng ci lu gën a bari)

Up until a month ago, I was able to download gifs from the giphy.com as actual GIFs. What has changed in Firefox and how can I troubleshoot this so I can get the desired file format of GIF?

Asked by Toni Serofin am na 4 fan

Last reply by Toni Serofin am na 2 fan

in looking at my history I only have dates for Most Recent Visit, nothing for Added or Last Modified. How can I get this information?

in looking at my history I only have dates for Most Recent Visit, nothing for Added or Last Modified. How can I get this information? I added a screenshot showing the (… (jàng ci lu gën a bari)

in looking at my history I only have dates for Most Recent Visit, nothing for Added or Last Modified. How can I get this information? I added a screenshot showing the (3) columns.

Asked by L L am na 2 fan

Earthlink email sign in difficulty

Since yesterday I've been unable to sign into Earthlink webmail. I worked with their chat support this morning, clearing cache, history, etc., but no luck. I'm able to … (jàng ci lu gën a bari)

Since yesterday I've been unable to sign into Earthlink webmail. I worked with their chat support this morning, clearing cache, history, etc., but no luck. I'm able to sign in on Edge. So Earthlink suggested I contact you.

Thanks for your time.

Asked by dwtaylor am na 2 fan

Firefox 126.0.1

Every half hour the browser freezes and turns off, this did not happen in previous versions of the browser, some bug was made during the development of the update, it is … (jàng ci lu gën a bari)

Every half hour the browser freezes and turns off, this did not happen in previous versions of the browser, some bug was made during the development of the update, it is necessary to fix the bug and release the update

Asked by mackarov.o am na 3 fan

Last reply by TyDraniu am na 2 fan

Messenger

When I try calling some of my Facebook friends from my PC, I get this message "Video calling is not supported on this browser " . But when I try calling other Facebook fr… (jàng ci lu gën a bari)

When I try calling some of my Facebook friends from my PC, I get this message "Video calling is not supported on this browser " . But when I try calling other Facebook friends, everything works just well. When I try calling my Facebook friends from my cellphone, no problem.

Asked by mkovalyo am na 3 fan

Last reply by mkovalyo am na 2 fan

Passkey

I am trying to go to mylogin.aflac.com which I always went to and was fine and now all the sudden I get that I need a passkey now. see attached for problem and please fix… (jàng ci lu gën a bari)

I am trying to go to mylogin.aflac.com which I always went to and was fine and now all the sudden I get that I need a passkey now. see attached for problem and please fix it. thanks

Asked by jim0310pa1 am na 3 fan

Last reply by jim0310pa1 am na 3 fan

Firefox Browser Defaults to the Wrong Time Zone

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to t… (jàng ci lu gën a bari)

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to the wrong time zone (despite everything else on my system displaying the correct time zone) and has been doing so for weeks. Solutions appreciated!

Asked by linsilver888 am na 4 fan

Last reply by linsilver888 am na 3 fan

Problem with sign in page on Amazon

Whenever I go in to sign into Amazon Prime, using Firefox, the sign in page automatically shows my E mail address, my phone no. and my password. I do not have Amazon as … (jàng ci lu gën a bari)

Whenever I go in to sign into Amazon Prime, using Firefox, the sign in page automatically shows my E mail address, my phone no. and my password. I do not have Amazon as a saved log in. I contacted Amazon and they had me log into Amazon on a different browser and this information does not show up on Microsoft Edge, so Amazon said it has something to do with Firefox. Please let me know how I can eliminate this information from showing up automatically on Firefox

Asked by snoopmojo am na 3 fan

Last reply by snoopmojo am na 3 fan

  • Yi saafarawu

SSL_ERROR_INTERNAL_ERROR_ALERT

I have been working for Data Annotation for nearly a month and never got this error before. I need this money for rent! I'm trying really hard not to freak out here but t… (jàng ci lu gën a bari)

I have been working for Data Annotation for nearly a month and never got this error before. I need this money for rent! I'm trying really hard not to freak out here but today is the deadline for rent and the only way I'll get that money is to log on to this website so I need help and I need it now.

Asked by burlonberrydon am na 3 fan

Answered by jscher2000 - Support Volunteer am na 3 fan

Lost my printer connection

I've had Firefox as my default browser for several years. Recently every time I turn on my computer Firefox shows up but it is immediatly overrun by M Edge and I have to… (jàng ci lu gën a bari)

I've had Firefox as my default browser for several years. Recently every time I turn on my computer Firefox shows up but it is immediatly overrun by M Edge and I have to remove it several times before it'll go away. I recently lost my connection to my ptinter and don't know how to get it back. I suspect the Edge did away with it.

Asked by Yoda1943 am na 3 fan

  • Yi saafarawu
  • Yiñ denc

Why does Firefox show images I upload different than they are??

Every image I upload looks different in Firefox than the file opened in other programs and different than Google Chrome. It looks with less contrast for sure, and I think… (jàng ci lu gën a bari)

Every image I upload looks different in Firefox than the file opened in other programs and different than Google Chrome. It looks with less contrast for sure, and I think a little bit reddish. I noted it when I opened the file with Firefox and when I saw pictures in Facebook. My Firefox version is 47.0, my OS is Ubuntu 16.04 and I already tried in Firefox safe mode.

Asked by Enrique_Agustini am na 7 at

Answered by jscher2000 - Support Volunteer am na 7 at

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint … (jàng ci lu gën a bari)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<!DOCTYPE html>
<html lang="el">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Canvas</title>
  <style>
    #canvas {
      background-color: whitesmoke;
      border: solid 2px brown;
    }
  </style>
</head>

<body>
  <canvas id="canvas"></canvas>

  <script>
    function startDrawing(e) {
      isDrawing = true;
      context.beginPath();
      context.moveTo(e.offsetX, e.offsetY);
    }

    function draw(e) {
      if (isDrawing) {
        context.lineTo(e.offsetX, e.offsetY);
        context.stroke();
      }
    }

    function stopDrawing(e) {
      console.log("stopped drawing")
      isDrawing = false;
    }

    const canvas = document.getElementById('canvas');
    const context = canvas.getContext('2d');
    var isDrawing = false;
    canvas.width = 1000;
    canvas.height = 1000;
    context.strokeStyle = "#913d88";
    context.lineWidth = 2;
    canvas.onmousedown = startDrawing;
    canvas.onmouseup = stopDrawing;
    canvas.onmousemove = draw;
  </script>
</body>

</html>

Asked by ngiatsog am na 4 fan

Last reply by jscher2000 - Support Volunteer am na 3 fan

firefox ate my history

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed perman… (jàng ci lu gën a bari)

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed permanently on a single web address. this is the web address of a site that is in my toolbar. this site cannot be deleted from the history. this site cannot be deleted through the preferences menu. the same site shows in the history file as the only site visited in the past several months, even though i have not visited that site in the past several months. the browser does not show my browsing history. the browser does not create a browsing history. my history function is permanently broken.

help?

Asked by drollere am na 4 fan

Last reply by jscher2000 - Support Volunteer am na 3 fan

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com Not only me: https://www.reddit.com/r/firefox/co… (jàng ci lu gën a bari)

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com


Not only me: https://www.reddit.com/r/firefox/comments/1ctx1bm/twitter_not_working_on_private_browsing/ https://connect.mozilla.org/t5/discussions/firefox-s-enhanced-tracking-protection-strict-mode-is-known-to/td-p/57432 https://lemmy.world/post/15496431

https://news.ycombinator.com/item?id=40386418 Dunno if entirely accurate but regarding the Firefox error: “Twitter switched their top level domain to X, but didn't change any of their other domains, so they're still pulling assets from Twimg. Which makes Firefox (correctly) block the page if you have Tracking Protect enabled because it sees X trying to involve 3rd parties.“ Slow clap.

Asked by hokagegaara am na 1 ayu-bis

Last reply by Paul am na 3 fan

Fiirefox not working smoothly with various sites. Chrome worked

Trying to us kp.org and Firefox would not recognize the selections made. At times Firefox would not let me make or retain the selection made. Switched to Chrome and sit… (jàng ci lu gën a bari)

Trying to us kp.org and Firefox would not recognize the selections made. At times Firefox would not let me make or retain the selection made. Switched to Chrome and site worked smoothly.

Asked by steve624 am na 3 fan

When turning on Laptop - message appears

There is problem going on when I turn my laptop in the morning. It has appeared three times now. The message say " Open or Fresh Firefox" The first time I did a Fresh, t… (jàng ci lu gën a bari)

There is problem going on when I turn my laptop in the morning. It has appeared three times now. The message say " Open or Fresh Firefox" The first time I did a Fresh, the second one I clicked "Open". I later get an update and I didn't do the update then the next morning I cannot login into my laptop. I kept getting codes to enter my password. Finally, a security screen appeared and I was able to login. This morning when turning on my laptop I see the same message appear again. I did the refresh Firefox. I had to go back and reset all my personal setting.

Also, I am letting you know that I am being monitor and I am having other problems with my email and iPhone. Question: Who is monitoring the monitor?

Asked by Yolanda am na 3 fan