Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

Google sign in pop-up.

Does anyone know how to configure Firefox to stop the annoying google log-in pop-up? I've seen others ask the same question, but I have not seen any functional answers. … (læs mere)

Does anyone know how to configure Firefox to stop the annoying google log-in pop-up? I've seen others ask the same question, but I have not seen any functional answers. I've never had a google account, for anything. I don't get the pop-up with other browsers, like Falcon or Brave. It's just a problem on Firefox. I appreciate you help!

Stillet af njbetavirp1 for 2 år siden

Besvaret af njbetavirp1 for 2 år siden

  • Løst
  • Arkiveret

Sync doesn`t sync my tabs

Sync is a nightmare. It is so unintuitive! What exactly would be wrong with having separate Export and Import buttons for each of Settings, Addons, Tabs, History, Bookm… (læs mere)

Sync is a nightmare. It is so unintuitive! What exactly would be wrong with having separate Export and Import buttons for each of Settings, Addons, Tabs, History, Bookmarks, etc? I have a desktop box and a newer laptop I wanted to get up to date. I pressed the Sync button on the desktop ... By the way, there`s a link below that reads "Connect another device" ... Connect where? Someone is designing these interfaces who has absolutely zero imagination. Anyways, I signed off, moved the ethernet cable to my laptop, signed in, pressed Sync, and voila!, I got my Bookmarks, at least. But I have no idea how to get my tabs and windows. I tried with a "download link" something or other, but it seemed to assume I was sync-ing to a phone, and didn`t work. Any way to get my tabs?

Stillet af Dan_W for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Google safesearch

Hello. I have a problem with turning off google safesearch. I'm 28 years old so it's not a problem with google acc. I have same firefox on pc and on laptop. On pc and on … (læs mere)

Hello. I have a problem with turning off google safesearch. I'm 28 years old so it's not a problem with google acc. I have same firefox on pc and on laptop. On pc and on smarthphone it's easily turning off and if i'm using edge or chrome on laptop it's also turned off, but if i'm using firefox exactly on google it's always turned on no matter what i'm do. Just in case, if i'm using for example bing search in firefox it's also turned off, likely it's always turned when i'm using google with combination in firefox. Methods that I already tried: 1) Turned off in computer settings (not worked) 2) Reinstalled browser (not worked) 3) Checked in my wifi settings (not worked) 4) Updated everything (not worked) Waiting for your help.

Stillet af roman94994 for 2 år siden

Besvaret af Terry for 2 år siden

  • Løst
  • Arkiveret

On playing online videos screen flashes, goes blank until site / video is closed

So, for awhile now when I go to some sites, the screen suddenly starts flashing, then it jitters and turns some light color (like a light green; not blue screen, not blac… (læs mere)

So, for awhile now when I go to some sites, the screen suddenly starts flashing, then it jitters and turns some light color (like a light green; not blue screen, not black). If I guess where the "X" is to shut down the tab that has the video, I can end this. Often, like on youtube, I find the problem is some ad video that was playing. The rest of the site is ok. But not always.

One site I wrote down a few days where it happened: https://www.nbcsports.com/philadelphia/eagles/eagles-face-giants-2022-playoff-opener?cid=sm_npd_rsn_phi_fb_mn&fbclid=IwAR3rGUEa0W8fElrzCWANSIUpti9VKlbn0iHyvcFsviajYExo5tcRSyWBJXA

scroll down to video and everything blinks, becomes unuseable

It happens in lots of places, though. It is not per se a YouTube problem or just a problem at NBCSports. I shell out to MS Edge, and it seems to handle everything fine, so I'm assuming at this point it is a browser issue.

One last point: after this happen the screen display is degraded even after I manage to shut down the offending tab or video. It takes a Log off/log back in or reboot to fix everything. The degradation takes the form of making the screen look a bit like a pointilist painting, although that's an exaggeration.

FF 109.0.1 64 bit Windows 11 NVidia GeFORCE RTX 3060 running studio driver 526.98 (I have switched periodically from / to their gaming driver, which doesn't seem to matter)

Any help, appreciated.

Stillet af monsieurms for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (læs mere)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Stillet af kirsciukas for 2 år siden

Besvaret af Terry for 2 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af heusmich for 2 år siden

Besvaret af heusmich for 2 år siden

  • Løst
  • Arkiveret

Transfering bookmarks and tabs from windows 10 laptop to new Windows 11 laptop

I would like to transfer my bookmarks (and my open tabs) from my Windows 10 laptop to a new Windows 11 laptop. I've looked at the questions and answers people have posted… (læs mere)

I would like to transfer my bookmarks (and my open tabs) from my Windows 10 laptop to a new Windows 11 laptop. I've looked at the questions and answers people have posted but its a complete mystery to me. I had thought that when I loaded Firefox onto the new PC and signed in, everything would automatically appear. I was successful in doing that with Chrome but Firefox is still my primary browser and I've had no luck. Any help you can provide would be greatly appreciated.

Stillet af royarbeit for 2 år siden

Besvaret af jonzn4SUSE for 2 år siden

  • Løst
  • Arkiveret

Video does not play audio when I try to watch videos through duck duck go

I have tried watching videos through chrome and other browsers by searching something via duck duck go and watching that video on duck duck go, and it works on other brow… (læs mere)

I have tried watching videos through chrome and other browsers by searching something via duck duck go and watching that video on duck duck go, and it works on other browser so it must be specific to firefox.

Whenever I try to watch a video, in the drop down bar firefox select to mute audio for some reason. I then select 'allow audio and video' and refresh the page but the video is still muted for some reason. This also happens when I try to use other video sites. This has only started to happen recently in the past two days (and yes I am updated to the latest version of firefox).

Stillet af bluejumper.2914 for 2 år siden

Besvaret af Terry for 2 år siden

  • Løst
  • Arkiveret

FireFox font is unreadable and thin

Certain fonts are displayed not as what I set them to in Firefox's settings. At first, I thought it was a windows OS font related issue- it's not. I've followed everyth… (læs mere)

Certain fonts are displayed not as what I set them to in Firefox's settings.

At first, I thought it was a windows OS font related issue- it's not.

I've followed everything here: https://support.mozilla.org/en-US/questions/1323130 (The answer support link is inaccessible. But following the answer did not fix my issue.)

Also looked to see if any of my add-ons are affecting it. I've disabled them on the sites (in the screenshot) but the fonts are still displayed as attached. Checked to see if the add-on uBLOCK is disabling remote fonts, that feature is not checked so that's not the issue.

Please help, thank you.

Stillet af beasther for 2 år siden

Besvaret af beasther for 2 år siden

  • Løst
  • Arkiveret

internet download manager

using firefox version 109 and my internet down load manager no longer works, it works in other browsers but not since updating firefox. not sure if i was successful in po… (læs mere)

using firefox version 109 and my internet down load manager no longer works, it works in other browsers but not since updating firefox. not sure if i was successful in posting this request prior to this one so will give it another try. thanks

Stillet af pitbulls9 for 2 år siden

Besvaret af pitbulls9 for 2 år siden

  • Løst
  • Arkiveret

Doesn't Firefox have a Two-factor Authentication thing that I can use with Facebook. Without a mobile phone, using the Firefox browser on a computer or laptop?

Okay, I give up. So, Facebook is or has implemented this Turn on two-factor authentication or whatever it is. What this means for me at the moment is that I am unable t… (læs mere)

Okay, I give up. So, Facebook is or has implemented this Turn on two-factor authentication or whatever it is. What this means for me at the moment is that I am unable to access my Facebook account as it is now forcing me to use this Two-factor authentication thingie, despite that I do not have a mobile phone. (yes, I know it's unusual in this day of age not to have one. I did have one at one time, but for the moment I have no interest in getting another one). I would rather use my laptop anyway.

Doesn't Firefox have a Two-factor Authentication thing that I can use with Facebook? Without a mobile phone using the Firefox browser on a computer or laptop?

Now, from what I can see, Facebook is offering 3 ways of doing this. #1) Authentication app, like Google Authenticator or Duo Mobile. #2) Text message (SMS). #3) Security Key. So, because I do not use or have a mobile phone, I was guessing that my option would only be #1 Authentication app, like Google Authenticator ... which I have never used before, and while reading up on it, I keep reading that I can only use it with the Google Chrome browser?!? If that wasn't bad enough, I typically use Microsoft Outlook, not Gmail. So, I am at a loss at this point.

Again, I do not have a mobile phone. Doesn't Firefox have a Two-factor Authentication thing that I can use with Facebook? Without a mobile phone using the Firefox browser on a computer or laptop?

Help please.

Stillet af Teagan for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

Installation aborted because the add-on appears to be corrupt.

https://addons.mozilla.org/en-US/firefox/addon/lightorange-on-black/ there seems to be a problem with this theme, cant install, cant upload or anything it says its corrup… (læs mere)

https://addons.mozilla.org/en-US/firefox/addon/lightorange-on-black/ there seems to be a problem with this theme, cant install, cant upload or anything it says its corrupted can someone help? please contact me under my email [email removed from public]

Stillet af Farzam Maghouli for 2 år siden

Besvaret af Farzam Maghouli for 2 år siden

  • Løst
  • Arkiveret

Firefox PDF reader pdfjs.viewerCssTheme option has no effect

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2"… (læs mere)

So I wanted to read PDFs trough firefox with a dark theme, looked up how to do so online, and people say to change the "about:config" option "pdfjs.viewerCssTheme" to "2" instead of "0", I did that, tried opening a PDF, nothing happend, it was still black text on white backgrounds. Tried closing firefox, reopened the pdf, nothing happened, still white backgrounds. Tried to check if it might have to do with that specific pdf file's config, created my own PDF file from a word document, tried to open it, still white backgrounds. Tried disabling extensions, (which I use four of, UBlock Origin, SponsporBlock, Return Youtube Dislike and Translate this page), didn't work. Tried enabling the option on my laptop, didn't work. Tried a bunch of other stuff and it still won't work. My Firefox version is 109 and I'm using Windows 10 I also don't want to use the console/file edit thing with grayscale(1) invertcolor(1) or whatever it was since it also reverses the colors of images instead of just the backgrounda nd text color.

Stillet af oliveira.frederic1 for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

OS authentication enable via registry?

Hi, I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in r… (læs mere)

Hi,

I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in registry?

Stillet af jewmo159 for 2 år siden

Besvaret af TyDraniu for 2 år siden

  • Løst
  • Arkiveret

Restore Session odd behavior in Windows 11

I found a really unusual behavior. If I close Firefox using the "x" at the top right of the window, the Windows default for close, it does not restore session no matter… (læs mere)

I found a really unusual behavior.

If I close Firefox using the "x" at the top right of the window, the Windows default for close, it does not restore session no matter what I do. I can manually go to the settings, history, recently closed windows, and restore them from there, of course - but that is a definitive hassle.

Strangely, even if I open up a new tab less than 2 seconds before I hit the X to close, it will not restore the session but does indeed save the new tab to the previous.jsonlz4 file, and makes that available via going through the settings menu.

What is oddly more unusual is that if I close Firefox by way of ctrl-shift-q, it works fine (opening Firefox after ctrl-shift-q restores the session without any extra intervention required).

How do I make Firefox recognize closing via the bog-standard-since-windows-3.11-for-workgroups X in the top right of the window as properly closing/quitting?

Stillet af verahsa for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

Can't setup Dropbox in Firefox

I tried to Connect Dropbox to my desktop, but the page would not load. Chrome has no problem loading the page. Could someone please let me know if they have the same … (læs mere)

I tried to Connect Dropbox to my desktop, but the page would not load.

Chrome has no problem loading the page.

Could someone please let me know if they have the same problem

Stillet af noel_envode for 2 år siden

Besvaret af noel_envode for 2 år siden

  • Løst
  • Arkiveret

Removing sync info

I have a question regarding syncing. Is there a way to remotely remove all synced information from Firefox on a particular PC without actually accessing it? For example, … (læs mere)

I have a question regarding syncing. Is there a way to remotely remove all synced information from Firefox on a particular PC without actually accessing it? For example, if I sync my home PC Firefox with my laptop or my work PC. Then, one day, for some reason I no longer have access to my work PC, and all of my sensitive information is there. Or if I lose my laptop, or if it is stolen... Is it possible to remove all sensitive information from a remote synced PC? Alternatively, is there a way to remove all synced information every time I close the browser? This way I can remove a particular PC in my Firefox account and once the browser is restarted at the remote location, the data will no longer be pulled and synced. Can this be done? Thanks in advance!

Stillet af golosrazuma for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (læs mere)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Stillet af austinjames for 2 år siden

Besvaret af austinjames for 2 år siden

  • Løst
  • Arkiveret

Firefox (and also Thunderbird) crash on trying to load Yahoo mail login page

A friend (who knows even less about technology than me) has an old Dell Inspiron 1501 which has been running Linux Mint 18 Xfce, which is now unsupported. I'm beginning t… (læs mere)

A friend (who knows even less about technology than me) has an old Dell Inspiron 1501 which has been running Linux Mint 18 Xfce, which is now unsupported. I'm beginning to regret it but just to keep it going for a couple of years I offered to update to Mint 20 Xfce, which is the last version listing 1 Gb as the minimum Ram (everything later or other version are 2 Gb or more), which is the most that system can use. Once the wifi was eventually working (old b43 broadcom driver) most things went fine (except Team Viewer, which works on another Mint 20 Xfce system, but that's not a question for here). However, she uses Yahoo mail, and for some reason just attempting to load the login page (login.yahoo.com) causes Firefox to crash (I mentioned Thunderbird in the title as I attempted to access Yahoo Mail with it, but because it needs to access the Yahoo Mail page (as I think this is now based on App codes rather than passwords), and doing that crashed Thunderbird also). I'm pretty sure I have methodically gone through all the troubleshooting steps on https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems (clear cookies & cache by deleting history; clear startup cache; refresh; reinstall; new profile). Firefox doesn't crash in Troubleshoot mode, despite the fact is seems to still use hardware acceleration, even though I thought it would disable that. Hence, I'm at the end of what I know to try (and that's just from following the guide, I am not an expert) and would be grateful for any help anyone can offer. I attach an image that lists all the submitted crash reports, as they will refer to slightly different conditions as I tried all the options mentioned above. I'm using my own PC to submit this (so any hardware & system data submitted by this web-form won't be relevant), not the Inspiron 1501 that has the issue. I can open the Yahoo mail page on this machine (same version of Firefox) and also on the Inspiron 1501 using Chrome (but there was a different reason relating to security why we couldn't log in via that). Would really like to get Firefox (and Thunderbird) working on the laptop, if possible.

Stillet af Jonny Terry for 2 år siden

Besvaret af Jonny Terry for 2 år siden