Viser spørgsmål med mærkatet: Vis alle spørgsmål

Task sidebar removal

My elderly client has enabled a “my tasks” sidebar in Gmail. He does not know how to turn it off. I have searched for an answer and have been unable to find one. Ctrl+B… (læs mere)

My elderly client has enabled a “my tasks” sidebar in Gmail. He does not know how to turn it off. I have searched for an answer and have been unable to find one. Ctrl+B is not helpful and doesn’t bring up a screen where it says sidebar. Please help! He keeps asking about it and I am a caregiver, not a computer technician…

Stillet af James Bradley for 1 dag siden

Seneste svar af jscher2000 - Support Volunteer for 40 minutter siden

I cannot get into MS365 using Firefox

I have always been a Firefox user and all of a sudden I cannot get into my MS 365 Sharepoint if I am using Firefox, if I use Edge I can get into the accounts. I want to … (læs mere)

I have always been a Firefox user and all of a sudden I cannot get into my MS 365 Sharepoint if I am using Firefox, if I use Edge I can get into the accounts.

I want to use Firefox not big commercial browsers.

Kim Coontz 530-219-8460 ekcoontz@sbcglobal.net Work Email: ekcoontz@cccd.coop

Stillet af ekcoontz for 45 minutter siden

how to change firefox default search engine?

if i search in the firefox bar then google always search "all time" but i want it to search the last 3 year. i have a code for that this: https://www.google.com/search?q=… (læs mere)

if i search in the firefox bar then google always search "all time" but i want it to search the last 3 year. i have a code for that this: https://www.google.com/search?q=%25s&sca_esv=cd9a55a255ee4ca7&source=lnt&tbs=cdr%3A1%2Ccd_min%3A2022%2Ccd_max%3A&tbm=

but how can i change this in firefox? where i need to put this or how?

Stillet af moderndefender for 13 timer siden

Seneste svar af jscher2000 - Support Volunteer for 47 minutter siden

"Mozilla Firefox V52.9 ESR" plugin-container.exe stopped working mozglue.dll

The following error keeps happening constantly in Firefox ESR 52.9: Description Faulting application name: plugin-container.exe, version: 52.9.0.6746, time stamp: 0x5b2b… (læs mere)

The following error keeps happening constantly in Firefox ESR 52.9:

Description Faulting application name: plugin-container.exe, version: 52.9.0.6746, time stamp: 0x5b2bc061 Faulting module name: mozglue.dll, version: 52.9.0.6746, time stamp: 0x5b2bbbde Exception code: 0x80000003 Fault offset: 0x0000fb33 Faulting process id: 0x0x35F8 Faulting application start time: 0x0x1DAA06C630DBB2E Faulting application path: C:\Program Files (x86)\Mozilla Firefox V52.9 ESR\plugin-container.exe Faulting module path: C:\Program Files (x86)\Mozilla Firefox V52.9 ESR\mozglue.dll Report Id: 1e159f0c-62cf-4695-8ef2-861f89c36041 Faulting package full name: Faulting package-relative application ID:

Any ideas what is causing this?

Thanks!

Stillet af Chris Wehner for 14 timer siden

Seneste svar af jscher2000 - Support Volunteer for 50 minutter siden

No push notification on Twitter/X ?

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt hav… (læs mere)

I had issue with notifications (showed up but when i click on them they didnt were redirecting to original tweet) so i cleaned cookies after cleaning cookies i doesnt have option to turn on push notifications.

Stillet af tibia74 for 1 dag siden

Seneste svar af cor-el for 1 time siden

how do i remove the mute tab button when hovering over tabs with audio playing

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Fire… (læs mere)

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Firefox doesn't do it's even with my twerks but ohwell.)

so when i want to click on a tab with audio playing at a small size i often mute the tab instead of clicking on the tab

Where and how can i remove the mute button that appears when hovering over tabs with audio playing?

I have never found that mute button useful so removing it will not impact me

Stillet af andreasdevantier for 10 timer siden

Seneste svar af cor-el for 1 time siden

Cannot scroll down on the Preferences setting

I am trying to get to the "clear cookies and Caches" which should be under Privacy & Security. When I go to preferences, i can move to Privacy & Security or the … (læs mere)

I am trying to get to the "clear cookies and Caches" which should be under Privacy & Security.

When I go to preferences, i can move to Privacy & Security or the other headings, but I cannot scroll down any of the pages under the headings. When I am on the Privacy & Security page the scroll down arrow takes me to Sync heading etc.

How do I fix this? I am having to go to the cookies to clean up as I am having another scroll down issue with an app that is important to me. In that I cannot scroll down a list as the dark side bar flicks on and off immediately.

I am on a MacBook Air.

Stillet af BruceWay for 6 timer siden

Seneste svar af cor-el for 1 time siden

Subfolders not opening

using Win 11, Firefox browser, Google search. subfolders are listed but will not open. Using Bing they do open but I prefer Google. If this is a Google problem or a Win 1… (læs mere)

using Win 11, Firefox browser, Google search. subfolders are listed but will not open. Using Bing they do open but I prefer Google. If this is a Google problem or a Win 11 can you steer me in the right direction. Thanks My email is artsiii@aol.com

Stillet af artsiii for 1 dag siden

Seneste svar af cor-el for 1 time siden

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (læs mere)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Stillet af Slouch for 4 dage siden

Seneste svar af Slouch for 3 timer siden

New computer problems

I purchased a new computer, was finally able to download Firefox. When I go to use it, frigging Microsoft BING come up. How do I fix it? Thank you for your help. Susan… (læs mere)

I purchased a new computer, was finally able to download Firefox. When I go to use it, frigging Microsoft BING come up. How do I fix it? Thank you for your help. Susan

p.s. I am at work, the new computer is at home., The version of Firefox was downloaded yesterday and the operating system is Windows 11

Stillet af Susan Gatewood for 5 timer siden

Seneste svar af cor-el for 3 timer siden

Videos on Facebook jumpy and jerky

Well, since I changed to a new computer with Win 11, videos on Facebook don't play right. They are videos that are posted by various people and real entities. They are n… (læs mere)

Well, since I changed to a new computer with Win 11, videos on Facebook don't play right. They are videos that are posted by various people and real entities. They are not smooth. They start to play and immediately pause then jump forward then pause and jump forward. If I copy the link and go to Chrome, paste the link and play the videos, they are normal Never did that on my old computer. Any ideas why the videos don't play normal?

Stillet af boong for 3 timer siden

  • Løst

Taking webpage screenshot from command line

Hi. i have no results while doing this: https://dpaste.com/FTXPQ46ZL# No error, no screenshot. "Screenshot" flags in default state, about:policies - inactive. … (læs mere)

Hi. i have no results while doing this: https://dpaste.com/FTXPQ46ZL# No error, no screenshot. "Screenshot" flags in default state, about:policies - inactive.

Stillet af qwertikator for 1 dag siden

Besvaret af cor-el for 21 timer siden

CVE-2024-4367 PDF.js vulnerability | No advisory from Mozilla?

CVE-2024-4367 has been announced several days now with MITRE and CIS. There is also an issue/advisory on the github repo for PDF.js which appears that the fix has been me… (læs mere)

CVE-2024-4367 has been announced several days now with MITRE and CIS. There is also an issue/advisory on the github repo for PDF.js which appears that the fix has been merged into the master commit of PDF.js (https://github.com/advisories/GHSA-wgrm-67xf-hhpq).

The vulnerability is pretty serious and yet there is no Security Advisory from Mozilla on affected versions, etc. (https://www.mozilla.org/en-US/security/advisories/)

Is this normal and I am just being impatient?

Stillet af calvin.tate for 1 dag siden

Seneste svar af dveditz for 4 timer siden

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now."

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers. Problem started Maybe arou… (læs mere)

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers.

Problem started Maybe around mid April. Have 5 computers: 2 running Windows 10, 2 running Windows 7 Professional, 1 running Linux

Problem occurs only on the computers running windows 7 Professional

Regards.

Stillet af HBR Firefox VPN for 5 timer siden

Firefox won't open any pages or links.

I've followed all the recommendations. Problem still happens in troubleshooting mode as well. Doesn't allow sign in either. Have reloaded all C++, uninstalled, reinstalle… (læs mere)

I've followed all the recommendations. Problem still happens in troubleshooting mode as well. Doesn't allow sign in either. Have reloaded all C++, uninstalled, reinstalled, restarted. No links or pages will open.

Stillet af andy.taylor.moore for 5 timer siden

Disable insertion of <br> automatically

Dear all, I would like to know how to disable the automatic insertion of the tag in a text editor in Firefox. I am using Froala, and I am experiencing this only in firef… (læs mere)

Dear all, I would like to know how to disable the automatic insertion of the tag
in a text editor in Firefox. I am using Froala, and I am experiencing this only in firefox. Chrome and Edge do not add this tag automatically. Thank you for you support. Kind regards, Cristiano

Stillet af cristianoinaciolemes for 2 dage siden

Seneste svar af jscher2000 - Support Volunteer for 6 timer siden

Fire fox keeps crashing

I keep getting this msg. will not open pages and will not restore "Gah. Your tab just crashed." I had to use EDGE to contact you will not open in fire fox. Please help. [… (læs mere)

I keep getting this msg. will not open pages and will not restore "Gah. Your tab just crashed." I had to use EDGE to contact you will not open in fire fox. Please help. [telephone number] Steve Badaracco

Stillet af badaracco.s for 9 timer siden

Seneste svar af Paul for 6 timer siden

problem to scroll up with firefox in google colab

hello when i write many cell code in google colab and then run all of them when output there and i want to scroll up from last cell code to go to top of page,i have laggi… (læs mere)

hello when i write many cell code in google colab and then run all of them when output there and i want to scroll up from last cell code to go to top of page,i have lagging for scroll up in that and this problem just in firefox and in chrome is'nt problem thanks

Stillet af a2010_z2000 for 7 timer siden