Showing questions tagged: Show all questions

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

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?

Asked by internet60623 1 day ago

Last reply by TechHorse 1 hour ago

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

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 8 hours ago

Last reply by TyDraniu 4 hours ago

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

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 1 day ago

Last reply by jonzn4SUSE 6 hours ago

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

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.

Asked by rmarks1701 1 day ago

Last reply by cor-el 15 hours ago

Import from Edge after forced migration - Firefox corruped user data after update

Dear fellows, I did lost all history data after a previous update, my user got corrupted data and somehow I did manage to import the info into Edge browser. To my surpri… (read more)

Dear fellows,

I did lost all history data after a previous update, my user got corrupted data and somehow I did manage to import the info into Edge browser. To my surprise after I reinstalled a clean Firefox, it only imported back 3 months of browsing history. Topically, average user keep a computer 3-4 years.. I don't know from where developers came with the idea of limiting to such a shot interval. I have thousands of browsing history links from more that 10 years kept and I need them all.

Tried to increase the number from about:config, but there is an option only for Chrome which I never used and always hate :)

I did installed Chrome to convince myself about it's ingenuity, even if it was not necessary. It does have import option only from Microsoft Explorer, no Edge.

If there is a solution for importing a longer period and high number of entries, please share it.

I'm not an IT expert, but I can manage consoles if there is an even deeper option to modify config files.

Thank you in advance!

Asked by cristian.fan 1 day ago

Last reply by cor-el 15 hours ago

Firefox is not showing "Details" and "Activity" on files in Google Drive

Hello, I have been facing this issue when accessing Google Drive using Firefox, after selecting a file and clicking on "File information" option the "Details" and Activi… (read more)

Hello,

I have been facing this issue when accessing Google Drive using Firefox, after selecting a file and clicking on "File information" option the "Details" and Activity" tabs simply don't load, as you can see in these screenshots.

Also, I found this thread also here on Mozilla Support from two years ago that reports the same issue. Apparently the bug was solved but ended up returning in most current versions.

I opened the current thread just to report this bug again. Thanks.

EDIT.: Another user reporting the same, his thread was archived: https://support.mozilla.org/en-US/questions/1422875

Asked by Janderson James 1 day ago

Last reply by jonzn4SUSE 15 hours ago

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

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?

Asked by Floogle 1 day ago

Last reply by cor-el 16 hours ago

No longer able to display a menu bar with many bookmarks, only 2 to >>.

previously I added bookmarks to a menu bar at top of firefox. Now I have a bar that displays 2 bookmarks than a >>. I cannot expand this limited display or create … (read more)

previously I added bookmarks to a menu bar at top of firefox. Now I have a bar that displays 2 bookmarks than a >>. I cannot expand this limited display or create a menu to display bookmarks though I can see them by clicking on the >>. Non of the menu suggestions is a fix.

Does anyone know how to control this and get me a more useful bookmarks menu display?

Asked by Eugene_Treeclimbing 17 hours ago

Last reply by jscher2000 - Support Volunteer 16 hours ago

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

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!

Asked by pounds.oiler_0j 22 hours ago

Last reply by jscher2000 - Support Volunteer 19 hours ago

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

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 2 days ago

Last reply by jscher2000 - Support Volunteer 21 hours ago

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

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 2 days ago

Last reply by jscher2000 - Support Volunteer 22 hours ago

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

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 1 week ago

Last reply by Paul 23 hours ago

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

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.

Asked by FieldEagle 1 day ago

Last reply by Paul 23 hours ago

Credit card info

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find. … (read more)

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find.

Asked by Steven 2 days ago

Last reply by jonzn4SUSE 1 day ago

Google Not Responding and/or Timing Out

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, so… (read more)

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, sometimes the search just times out and goes back to the empty search bar, also when I click on links to websites they time out too. If I go straight to a bookmarked website, that seems to free things up and the next Google search I do will work. I've uninstalled and reinstalled Firefox but it doesn't make any difference. Google works fine on Chrome and Edge. Any advice would be gratefully received - please note I'm not technically minded! Thank you.

Asked by kallen359 1 day ago

Last reply by jonzn4SUSE 1 day ago