Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

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 … (Lesen Sie mehr)

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

Gefragt von snoopmojo vor 1 Stunde

Letzte Antwort von jscher2000 - Support Volunteer vor 51 Minuten

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… (Lesen Sie mehr)

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.

Gefragt von Yoda1943 vor 59 Minuten

Add tab sharing support for Google Meet

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 … (Lesen Sie mehr)

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!

Gefragt von pounds.oiler_0j vor 4 Stunden

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Stunde

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… (Lesen Sie mehr)

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

Gefragt von jim0310pa1 vor 1 Stunde

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Stunde

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 … (Lesen Sie mehr)

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>

Gefragt von ngiatsog vor 1 Tag

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Stunden

Random unistall/reinstall lost all my book marks

Hey y'all, I just closed Firefox and tried to open in up again a few minutes later. The icon in my taskbar threw an error saying it couldn't find the executable. I typed … (Lesen Sie mehr)

Hey y'all, I just closed Firefox and tried to open in up again a few minutes later. The icon in my taskbar threw an error saying it couldn't find the executable. I typed Firefox into the run dialog and FF came up but has no icons on the home screen, zeroed out my bookmarks bar below the URL field and deleted all my bookmarks (100s).

I went into the User/../../Mozilla folder system and found a folder called bookmarksBackup or something similar. It was completely empty.

Any chance these were saved somewhere else as well?

126.0.1 (64-bit) on Windows

Thanks

Gefragt von bsbaixo vor 4 Stunden

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Stunden

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… (Lesen Sie mehr)

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?

Gefragt von drollere vor 1 Tag

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Stunden

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… (Lesen Sie mehr)

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.

Gefragt von hokagegaara vor 1 Woche

Letzte Antwort von Paul vor 4 Stunden

Bookmark Toolbar

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard /… (Lesen Sie mehr)

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard / personal bookmarks.

Gefragt von FieldEagle vor 6 Stunden

Letzte Antwort von Paul vor 4 Stunden

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… (Lesen Sie mehr)

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.

Gefragt von steve624 vor 5 Stunden

Cloudflare Problems!

Soooo! everytime I try to open cloudflare, no matter what site it comes from, the connection refuses to go through and I'm only having this problem on firefox, I came fro… (Lesen Sie mehr)

Soooo! everytime I try to open cloudflare, no matter what site it comes from, the connection refuses to go through and I'm only having this problem on firefox, I came from opera gx, had no problems with cloudflare till now!

Im using 4 extensions DarkReader Adblock https://getadblock.com/en/installed/?u=uzzl0uyf19852316&lg=en-US&an=adblockfirefox&av=6.2.0&ap=firefox&apv=126.0.1&p=gecko&pv=126.0 Return youtube dislike Tapermonkey I click the box to Verify that I am human on cloudflare keeps trying to connect, after 30 seconds the site just reloads asking me to click the box again. this repeats non stop.

Gefragt von ac.marino125 vor 6 Stunden

Increase browser history file size

My FF version 126.0.1 browser history file size is stuck at 10,240 KB. Until recently it was 54,000 KB and change. I would like to get it larger. I've tried all the recen… (Lesen Sie mehr)

My FF version 126.0.1 browser history file size is stuck at 10,240 KB. Until recently it was 54,000 KB and change. I would like to get it larger. I've tried all the recent help postings relating to places.history.expiration.max_pages, places.history.expiration.transient_current_max_pages, browser.history_expire_days, browser.sessionhistory.max_entries or browser.sessionhistory_max_entries, and so on. Nothing seems to be able to change the "places" file size. Anyone have any more info on this topic?

Gefragt von internet60623 vor 7 Stunden

Account sync: account history missing?

Firefox was logged into my account and synced before migrating computer to Azure AD. After installing and logging into the fresh install of Firefox, there is no data asso… (Lesen Sie mehr)

Firefox was logged into my account and synced before migrating computer to Azure AD. After installing and logging into the fresh install of Firefox, there is no data associated with the account. It looks as though it was created today, even though I logged into the pre-existing account. I even have emails to this account from over a year ago.

Any way to recover?

Gefragt von Floogle vor 7 Stunden

Firefox freezes and crashes

For several months I have been experiencing very frequent tab crashes and overall freezes in Firefox. I have tried removing all extensions and starting in safe mode, but … (Lesen Sie mehr)

For several months I have been experiencing very frequent tab crashes and overall freezes in Firefox. I have tried removing all extensions and starting in safe mode, but nothing has solved it. I have reinstalled Firefox and updated all of my drivers. There doesn't seem to be any pattern to what causes the crashes and freezes. They can happen any time and on any website. They happen around 5 times an hour. I do not know how to troubleshoot any further.

Gefragt von Eric Y vor 8 Stunden

restore my passwords from pre-sync

Due to a recent major security breach I started changing all of my passwords on my main desktop, I did not have sync on at the time. I then opened up my work laptop (agai… (Lesen Sie mehr)

Due to a recent major security breach I started changing all of my passwords on my main desktop, I did not have sync on at the time. I then opened up my work laptop (again unsynced) and decided I should really use the sync feature to transfer my 500+ passwords onto my laptop for when I travel.

When I got home that evening, I turned on the sync feature on my main desktop, unfortunately it pulled all of my compromised passwords from my laptop and overwrote the ones on my main desktop. Is there anyway to restore my pre-sync passwords and ensure that they get transferred to my laptop instead please.

Gefragt von rmarks1701 vor 8 Stunden

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… (Lesen Sie mehr)

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?

Gefragt von Yolanda vor 9 Stunden

Random Certificate warnings

Hi, for about 14 days I get random certificate warnings - even on well known websites. They vary from SSL_ERROR_BAD_CERT_DOMAIN to SEC_ERROR_UNKNOWN_ISSUER... even on web… (Lesen Sie mehr)

Hi, for about 14 days I get random certificate warnings - even on well known websites. They vary from SSL_ERROR_BAD_CERT_DOMAIN to SEC_ERROR_UNKNOWN_ISSUER... even on websites like x.com or LinkedIn. At the same time I got a new router from my ISP. But I am not sure, if this is connected somehow or if I got a Man-in-the-Middle or a virus. Malwarebytes & Co don´t find anything. I have resetted Firefox, too. But nothing helps. I get these errors in Chrome, too, sometimes. But not as often. Any ideas anybody? TIA!!!

Gefragt von Edith Mayerhofer vor 11 Stunden