Firefox browser setting change on it own.

When I download Firefox initially I am able to set the home page the way I want with the shortcuts I use. After a few weeks the shortcuts disappear and the only way to ge… (διαβάστε περισσότερα)

When I download Firefox initially I am able to set the home page the way I want with the shortcuts I use. After a few weeks the shortcuts disappear and the only way to get them back is to delete Firefox and reinstall. I am also not able to save bookmarks anymore. This has the same resolution methods.

This has happened 3 times already.

Ερώτηση από stevenrodger 1 ώρα πριν

Firefox Sync not restoring tabs on new device

I recently switched to a new laptop and signed in to Firefox Sync. Bookmarks and passwords restored fine, but tabs didn’t reopen. I had important pages saved from sites l… (διαβάστε περισσότερα)

I recently switched to a new laptop and signed in to Firefox Sync. Bookmarks and passwords restored fine, but tabs didn’t reopen. I had important pages saved from sites like medithrivehub.com for product research, and I really need them back.

Is there a way to recover synced tabs that didn’t show up automatically? Any help would be appreciated.

Ερώτηση από Oliver 1 ώρα πριν

Options boxes not working on websites

I am using Firefox on Win 11, recently I have noticed a weird problem, on Ebay for example when a listing uses a drop down selection box for sizes, amounts etc none of th… (διαβάστε περισσότερα)

I am using Firefox on Win 11, recently I have noticed a weird problem, on Ebay for example when a listing uses a drop down selection box for sizes, amounts etc none of them work for me, I click on the box and down arrow but nothing. I also went on to the Vodafone site to top up my phone but I was unable to do it as the drop down box to select the amount was empty. I have tried clearing my cache and even reloading Firefox but nothing seems to work, I just tried using Edge as well but its the same, suggesting that its maybe something to do with my settings?

Ερώτηση από Cantthink01 3 ώρες πριν

Firefox desktop version

PLEASE help! I am desperatly trying to stop firefox from opening a tab every time after I visited my individualized start page and clicking on it. It is my yahoo and ever… (διαβάστε περισσότερα)

PLEASE help! I am desperatly trying to stop firefox from opening a tab every time after I visited my individualized start page and clicking on it. It is my yahoo and every time I click to check my mails or read an article your browser opens a tab that shows my account settings. It is terribly annoying. Thank you! Ariane

Ερώτηση από Ariane 3 ώρες πριν

استرجاع بياناتي

ارجو من جنابكم التفظل وارجاع معلوملتي الكامله في حسابmozilla لاني منذ مده طويله لم استطع الوصول لبياناتي علما اني طلبت متكم المساعده من قيل ولكن دون جواب منكم

Ερώτηση από salah Ali 4 ώρες πριν

.pdf downloading failed after updating the browser.

I have use the following type of code in the google appscript for downloading the html table as .pdf format but after update the Firefox browser the file unable to downlo… (διαβάστε περισσότερα)

I have use the following type of code in the google appscript for downloading the html table as .pdf format but after update the Firefox browser the file unable to download but everything runs properly and the success message is appearing but the file is not downloading. Before, update the browser, the file was downloaded properly, please tell me how to resolve the problem. It's an URGENT. Please take necessary action at an earlier.

function exportToPDF() {

   try {
       const table = document.getElementById("dataTable");
       if (!table || table.classList.contains('hidden')) {
           showAlert("Nothing found to generate PDF!");
           return;
       }
       const originalScrollPosition = {
           body: document.body.scrollTop || document.documentElement.scrollTop
       };
       document.body.scrollTop = 0;
       document.documentElement.scrollTop = 0;
       const tableContainer = document.querySelector(".table-container");
       const cloneContainer = tableContainer.cloneNode(true);
       cloneContainer.style.overflow = "visible";
       cloneContainer.style.maxHeight = "unset";
       cloneContainer.classList.add("no-scrollbar");


       const clone = cloneContainer.querySelector("table");
       clone.style.fontSize = "12px";
       clone.style.borderCollapse = "collapse";
       clone.style.width = "100%";
       clone.querySelectorAll('th').forEach(th => {
           th.style.fontSize = "10.5px";
           th.style.padding = "1px";
           th.style.border = "1px solid black";
       });
       clone.querySelectorAll('td').forEach(td => {
           td.style.fontSize = "10.5px";
           td.style.padding = "1px";
           td.style.border = "1px solid black";
       });


       const now = new Date();
       const dateTime = now.toLocaleString("en-GB", {
           day: "2-digit", month: "2-digit", year: "numeric",
           hour: "2-digit", minute: "2-digit", second: "2-digit",
           hour12: true
       });
       const selectedYearValue = document.getElementById('yearSelect').value;


       const wrapper = document.createElement("div");
       wrapper.style.fontSize = "16px";
       wrapper.style.fontFamily = "Arial, sans-serif";
       wrapper.style.width = "100%";


       const header = document.createElement("div");
       header.style.textAlign = "center";
       header.innerHTML = `
Financial Year wise Report on BEUP || 17th Assembly (2021-2026)
Financial Year: ${selectedYearValue}
               Report as on: ${dateTime}
       `;
       wrapper.appendChild(header);
       wrapper.appendChild(cloneContainer);
       cloneContainer.style.marginTop = "2px";
       cloneContainer.style.paddingTop = "0px";


       const fileName = `MLA_wise_&_F-Y_wise_Report_as_on_${formatDateTimeForFilename()}.pdf`;


       document.body.style.overflow = 'hidden';
       const opt = {
           margin: [5, 5, 5, 5],
           filename: fileName,
           image: { type: 'jpeg', quality: 1 },
           html2canvas: {
               scale: 2,
               useCORS: true,
               scrollY: 0,
               windowHeight: document.documentElement.scrollHeight
           },
           jsPDF: {
               unit: 'mm',
               format: 'a4',
               orientation: 'landscape'
           }
       };
       html2pdf().set(opt).from(wrapper).save().then(() => {
           
           document.body.scrollTop = originalScrollPosition.body;
           document.documentElement.scrollTop = originalScrollPosition.body;
           document.body.style.overflow = ;

           showAlert("PDF file downloaded successfully!", 'success');
       });
   } catch (e) {
       console.error("Error generating PDF:", e);
       document.body.style.overflow = ;

       showAlert("PDF generation failed. Check console for details.", 'error');
   }

}

Ερώτηση από BEUP NADIA 4 ώρες πριν

Auto-fill URL like Chrome

In Chrome, for example, if you type "maps" in the address bar, it will autofill to "maps.google.com", which then redirects to the correct URL, "google.com/maps". Initiall… (διαβάστε περισσότερα)

In Chrome, for example, if you type "maps" in the address bar, it will autofill to "maps.google.com", which then redirects to the correct URL, "google.com/maps". Initially, it doesn’t do this, but if you do it repeatedly, Chrome eventually learns and sends you directly to that URL when you type "maps". The same happens with "gmail" or even just "gm", which redirect to "gmail.com" or "mail.google.com". Does Firefox have this kind of feature?

I think I browsed a reddit thread from a few years ago asking this same problem having something to do with autofill frequency which doesn't work, because the actual url is not, in the example of maps, maps.google.com and the url I want to enter redirects to it.

Ερώτηση από Professional WYML 1 ημέρα πριν

Τελευταία απάντηση από Professional WYML 6 ώρες πριν

The browser becomes unresponsive when browsing video websites, win10, ASUS

When navigating through video websites, the browser often becomes unresponsive and refreshes the interface. When accessing other websites, the browser tabs frequently exp… (διαβάστε περισσότερα)

When navigating through video websites, the browser often becomes unresponsive and refreshes the interface. When accessing other websites, the browser tabs frequently experience crashes.

Details regarding the operating system, laptop model, and browser version are provided below, and the screenshot of unresponsive website has been attached with this, um email or message.


版本 Windows 10 专业工作站版 版本号 22H2 安装日期 ‎2023/‎5/‎25 OS 内部版本 19045.6036


设备名 - 处理器 13th Gen Intel(R) Core(TM) i9-13900H 2.60 GHz 机带 RAM 32.0 GB (31.6 GB 可用) 显卡 NVIDIA GeForce RTX 4060 Laptop GPU (8 GB), Intel(R) Iris(R) Xe Graphics (128 MB) 设备 ID - 产品 ID - 系统类型 64 位操作系统, 基于 x64 的处理器 笔和触控 为 10 触摸点提供笔和触控支持


Firefox版本: 139.0.4 (64 位)

Ερώτηση από CORE_denkou 7 ώρες πριν

In Windows 10 how to I stop the Firefox Icon from showing recent downloads without having to delete everyone

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down.… (διαβάστε περισσότερα)

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down. I don't want them there at all. Please help. Thanks

Ερώτηση από DocGuin Wayne 9 ώρες πριν

Something is wrong when trying to create a youtube channel using NVDA.

Hi, I was asked if I could contact you by google disability. I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA. I press … (διαβάστε περισσότερα)

Hi, I was asked if I could contact you by google disability.

I'm having a huge problem creating a channel on youtube with a live.co.uk account when using NVDA.

I press b until I hear account menu button button submenu, pres enter or space, then arrow down to create channel and press enter. Nothing seams to happen.

Google disability has shown me a couple of video or audio files proving that it can be done, they've even said that they tried creating an account with an outlook account, what live.co.uk is called now from my understanding.

SO I'm really confused as to why they can do it and I can't.

I can't show you with OBS because it messes with my screen readers speech so if you have another way I can show you; please let me know.

I've already tried the following, suggested by disability support: 1. uninstalling and reinstalling firefox.

2. making sure addons are disabled, the only one I left enabled was a volume booster but I doubt that would be the issue.

3. Setting NVDA back to factory settings and disabling all addons.

This has been confusing me on and off for up to a year now.

Ερώτηση από brad22 9 ώρες πριν