Firefox stopped working on my computer.

Firefox stopped working on my computer. Every time I try to open it I get an error message that says "Windows cannot access the specified device, path, or file. You may n… (read more)

Firefox stopped working on my computer. Every time I try to open it I get an error message that says "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." I tried to uninstall and reinstall with no success. Our IT dept tried as well and nothing we have tried has resolved the issue. Thank you for your help.

Asked by Ariana Garcia 13 hours ago

"Secure connection failed"

I am not sure if 'settings' is the correct category. I have a large sum of money waiting to be claimed at bitcoin. When I attempt to log into my account there, I get this… (read more)

I am not sure if 'settings' is the correct category. I have a large sum of money waiting to be claimed at bitcoin. When I attempt to log into my account there, I get this:

Secure Connection Failed

An error occurred during a connection to bitprotrust.cc. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

The funds I am attempting to claim are over $100,000.00. Is there any way that I can get past this error message and reach the bitcoin people? I have 24 hours to collect, starting late yesterday (July 7).

Thank you, Martha Gillam: P.S. I have looked at the information provided below. I am NOT a geek, and it makes no sense to me. Please tell me in plain English how I can bypass the filter that says I cannot reach these people.

Asked by jgillam3 14 hours ago

proxy manual setting keep asking username & password

i have problem with setting up my proxy. i choose manual proxy configuration, fill the HTTP Proxy & port. When i click ok then input username & password but it ke… (read more)

i have problem with setting up my proxy. i choose manual proxy configuration, fill the HTTP Proxy & port. When i click ok then input username & password but it keep asking for the username & password. (I have asked the proxy provider they say the proxy is good, no problem)

Asked by ATDR 14 hours ago

latest versions of firefox (now at 140.0.1) keeps opening onto my 2nd monitor which is off - how to stop it doing it.

latest versions of firefox (now at 140.0.1) keeps opening onto my 2nd monitor which is off - how to stop it doing it. Tried making new profile which works for awhile, but… (read more)

latest versions of firefox (now at 140.0.1) keeps opening onto my 2nd monitor which is off - how to stop it doing it. Tried making new profile which works for awhile, but sooner or later they all bump it to the 2nd monitor and it never comes back - tried moving to primary and closing it there, but next time back on #2. Open 2nd window while first is on primary, and that goes to 2nd monitor...

Asked by Ms. Jaimie Blackstone, PE 2 days ago

Last reply by Ms. Jaimie Blackstone, PE 14 hours ago

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

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.

Asked by stevenrodger 17 hours ago

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

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.

Asked by Oliver 17 hours ago

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

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?

Asked by Cantthink01 18 hours ago

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

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

Asked by Ariane 18 hours ago

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

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

Asked by salah Ali 19 hours ago

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

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

}

Asked by BEUP NADIA 20 hours ago