Showing questions tagged: Show all questions
  • Solved
  • Archived

Sudden lack of access to university gmail account

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let m… (read more)

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let me even begin the login process. Chrome works fine. I have disabled four extensions (DuckDuckGoprivacy, Unpaywall, YoutubeNonstop, Boomerang) and restarted, no change.

Screenshot shows errormessage on Firefox, with functional Chrome screen in background.

This has to be a firefox issue? help please!

Asked by SLG 1 year ago

Answered by SLG 1 year ago

  • Solved
  • Archived

When I press ctrl the page zooms in, there is no other button being pressed and I use ctrl often to delete one word instead of just a letter

When typing if I make a mistake I'll usually just delete the entire word and retype it rather than fix the spelling but to do that I need to use CTRL. Now when I press CT… (read more)

When typing if I make a mistake I'll usually just delete the entire word and retype it rather than fix the spelling but to do that I need to use CTRL. Now when I press CTRL it zooms in the page even though there are no other buttons being pressed.

Asked by Jacob 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Archived

Still requesting password for Gmail, even after exceptions

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had do… (read more)

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had done all it would take to have Gmail remember them. Am I missing something?

Also, we cleared cache.

Thank you, Meg

Asked by bifrostfarms1 2 years ago

Answered by Terry 2 years ago

  • Solved
  • Archived

Listen Offline to prerecorded videos on a website?

Hi friends, I need to watch Offline a series of professional videos from a website I study with. I'll be in a place with no internet for a while so I wish to know how to … (read more)

Hi friends, I need to watch Offline a series of professional videos from a website I study with. I'll be in a place with no internet for a while so I wish to know how to use the "work offline" modality to do that. Can the browser "remember" videos in the same way it remembers visited page?

I remember in the 90s / 2000s was possible to "save" pages to read Offline later on... Is that still possible?

Thanks

Asked by guidofurlani 3 years ago

Answered by TyDraniu 3 years ago

  • Solved
  • Archived

Firefox overwrites current tab with "homepage" tab on start up

Since the last Firefox update, I've noticed an issue whenever I launch the browser. I have it set up so that I have multiple tabs open, and it's set up so that when Firef… (read more)

Since the last Firefox update, I've noticed an issue whenever I launch the browser. I have it set up so that I have multiple tabs open, and it's set up so that when Firefox starts up, it opens all of the previous tabs and starts me on the tab I was on when I closed the browser previously.

Now whenever I start Firefox, it opens to the last tab I was on, but said tab opens on my current homepage instead of the website that tab was on previously. I experimented by changing my homepage to "Youtube.com", picked a different open tab, closed Firefox and opened it again and sure enough, the tab was now on the Youtube page instead of what it had been previously.

Is this just a bug of the current Firefox version, or is there something in settings I can do to fix this?

Asked by patrickhuv 3 years ago

Answered by patrickhuv 3 years ago

  • Solved
  • Archived

colorfore theme

How can I restore a previous theme? I had a "colorfore" theme that Mozilla offered a few years ago set up in Firefox. It was perfect! I could see everything clearly with … (read more)

How can I restore a previous theme? I had a "colorfore" theme that Mozilla offered a few years ago set up in Firefox. It was perfect! I could see everything clearly with my aging eyesight.Then one of my synced computers needed a new Linux OS installation so I signed out of sync on that machine. Installed the new OS. When I started Firefox the first time I signed into sync. I got my history, bookmarks and bookmark bar, but no custom colors. Now my computer at work has its colors reset to the out of box colors too. I have lost the colorfore colors I have been using for several years now. How can I get the colorfore colors back? Thank you for your attention in this matter. I love Firefox, use it exclusively and contribute to Mozilla. Gregg Scholfield

Asked by Gregg Scholfield 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Saving files instead of opening and saving in TEMP folder!

Before the recent 1-2 updates, pdfs,pictures and .torrent meta files used to get saved in temp folder which I LOVED very much. Recently these are getting save in my down… (read more)

Before the recent 1-2 updates, pdfs,pictures and .torrent meta files used to get saved in temp folder which I LOVED very much. Recently these are getting save in my download folder instead of saving in the temp folder.

I changed this setting to allows ask. Still the files are getting saved in the download folder after opening.

Please assist me to resolve this issue. Thanks.

Asked by senanindya21 3 years ago

Answered by Dropa 3 years ago

  • Solved
  • Archived

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (read more)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Asked by heusmich 3 years ago

Answered by heusmich 3 years ago

  • Solved
  • Archived

lost passwords

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way … (read more)

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way to get them back ? I have the old drive ! Any help greatly appreciated Gary

Asked by Bubba 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Disconnection from my mozilla account everytime I load utube

Today I went to utube and couldn't watch anything. I noticed a new item in the bar at top of screen, it stated account has disconnected. I changed my password and went ba… (read more)

Today I went to utube and couldn't watch anything. I noticed a new item in the bar at top of screen, it stated account has disconnected. I changed my password and went back to utube and locked out again. I am running a full system scan just in case.

Image of account button.

Asked by ardy01 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

maximize from taskbar

Since re-installing Windows 10 Pro and Firefox, I can no longer maximize Firefox by clicking the taskbar icon. Works for Chrome and Edge, but not Firefox.

Asked by Daddyo37 3 years ago

Answered by Daddyo37 3 years ago

  • Solved
  • Archived

Color management settings don't work after Windows 11 was pushed on me.

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined… (read more)

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined the offer several times. I then noticed that everything I had opened was now closed. So I opened everything up again, including Firefox.

My laptop has a wide-gamut display, and colours look oversaturated by default. It's one "feature" of this computer that I don't like. So, anyway, I had to fiddle with the color management settings in Firefox to get page elements like images and text not to look blindingly saturated. Aside from videos still being unchanged, the settings worked great for many months. Now, suddenly after this push for Windows 11, the color management has seemingly gone back to what it was like before I got it looking right. Nothing I change has any effect. Change settings. Restart browser. Nothing. Repeat that process until I'm ready to launch my laptop out the window.

I closed out and then re-opened Firefox. I refreshed the browser. I rebooted the system. Nothing. All color management settings don't take any effect.

Asked by ben-grieve 3 years ago

Answered by ben-grieve 3 years ago

  • Solved
  • Archived

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (read more)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Asked by SE-Tundra 3 years ago

Answered by SE-Tundra 3 years ago

  • Solved
  • Archived

Pop Up Window

When scrolling down I choose to read an article in a new window. When I open the new window, on the right side, a pop up window appears titled “Join the Conversation” or… (read more)

When scrolling down I choose to read an article in a new window. When I open the new window, on the right side, a pop up window appears titled “Join the Conversation” or “More from Daily Express” blocking some of the article’s words. How can I stop this pop up window from appearing? Thanks.

Asked by doug5101520 3 years ago

Answered by jscher2000 - Support Volunteer 3 years ago

  • Solved
  • Archived

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (read more)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Asked by seankdavis24 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

Change Mail

Hello, I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondar… (read more)

Hello,

I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondary eMail-Address "mailC". Sadly I lost access to "accountB" and it's primary Mail-Address "mailB" (which is ok) but want to change the Mail from "accountA" to "mailC".

However, this is not possible since "mailC" is locked to "accountB" which I can no longer access (since I need the primary Mail Address. This meens I can never again use "mailC" for my Firefox account, which is now my primary Mail-Address. Is there should be a way to disconnect a Mail-Address from an account, if one has ownership of this Mail-Address?

Sincerly Robin

Asked by Robin 3 years ago

Answered by Robin 3 years ago

  • Locked
  • Archived

Microsoft Outlook Online - Cannot right click and paste

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. … (read more)

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. This use to work until I downloaded the most current version of windows 11. I can CTRL V and it will paste. It works on Edge and other browsers.

Asked by SuMo Bot 2 years ago

Last reply by sugarmarc 2 years ago