Showing questions tagged: Show all questions
  • Solved
  • Archived

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

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!

Asked by njbetavirp1 2 years ago

Answered by njbetavirp1 1 year ago

  • Solved
  • Archived

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

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?

Asked by Dan_W 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Excessive GPU memory usage when visiting websites (especially watching live streams)

Firefox always uses excessive GPU memory when I watch video and livestream. about:memory shows that the explict GPU memory allocation is only about 200 MB but in the task… (read more)

Firefox always uses excessive GPU memory when I watch video and livestream. about:memory shows that the explict GPU memory allocation is only about 200 MB but in the task manager the GPU memory usage is 1GB, and the latter doesn't decrease even if I close the tab. I suspect that this is a memory leak. I searched for Bugzilla and found a similar issue that has been existing for years: https://bugzilla.mozilla.org/show_bug.cgi?id=1386177

Asked by ZeroAurora 2 years ago

Answered by ZeroAurora 2 years ago

  • Solved
  • Archived

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

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.

Asked by roman94994 2 years ago

Answered by Terry 2 years ago

  • Solved
  • Archived

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

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.

Asked by monsieurms 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

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

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!

Asked by kirsciukas 2 years ago

Answered by Terry 2 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 2 years ago

Answered by heusmich 2 years ago

  • Solved
  • Archived

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

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.

Asked by royarbeit 2 years ago

Answered by jonzn4SUSE 2 years ago

  • Solved
  • Archived

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

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).

Asked by bluejumper.2914 2 years ago

Answered by Terry 2 years ago

  • Solved
  • Archived

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

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.

Asked by beasther 2 years ago

Answered by beasther 2 years ago

  • Solved
  • Archived

Websites do not display correctly on Linux

Good morning, I have strange issue. Websites on my Manjaro Linux (GNOME desktop enviroment, using Wayland and Xorg) are not displaying correctly. Sometimes there are whit… (read more)

Good morning, I have strange issue. Websites on my Manjaro Linux (GNOME desktop enviroment, using Wayland and Xorg) are not displaying correctly. Sometimes there are white fonts on white background-color, sometimes black fonts on black background. Sometimes where the bg should be white, it is black. I have Firefox Sync between my firefox browser on Windows 11 and Manjaro. Every setting in both browsers are the same. I tried to follow the instructions, like removing history, cache, cookies, turning off hardware acceleration etc. I just have no idea what to do now.

Asked by DerekTDR 2 years ago

Answered by Mich 1 year ago

  • Solved
  • Archived

Can't Block Autoplay

I've blocked Autoplay (Audio & Video) for *all* Web sites via the settings menu, but videos still continue to play automatically (abcnews.go.com, for instance). I we… (read more)

I've blocked Autoplay (Audio & Video) for *all* Web sites via the settings menu, but videos still continue to play automatically (abcnews.go.com, for instance).

I went to config:about, and made all the suggested changes I found in Mozilla support. Autoplay seems to be blocked now, but at the expense of Firefox going into an endless loop trying to load and play videos. While in this loop, Firefox is eating up 20% of my CPU sources, which comes to close to making my PC unusable.

I have Firefox 109.0.1, 64-bit.

This has been a chronic problem ever since I've used Firefox. Someone needs to take a MUCH deeper dive into why we can't block autoplay.

Asked by upom123 2 years ago

Answered by upom123 2 years ago

  • Solved
  • Archived

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

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

Asked by pitbulls9 2 years ago

Answered by pitbulls9 2 years ago

  • Solved
  • Archived

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

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.

Asked by oliveira.frederic1 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

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

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]

Asked by Farzam Maghouli 2 years ago

Answered by Farzam Maghouli 2 years ago

  • Solved
  • Archived

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

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?

Asked by jewmo159 2 years ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

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

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?

Asked by verahsa 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

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

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

Asked by noel_envode 2 years ago

Answered by noel_envode 1 year ago