Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

Can't get to about.config

When I type about.config in the address bar, I just see search results for it, instead of going to the config page. I tried enabling a separate search bar in settings, a… (ďalšie informácie)

When I type about.config in the address bar, I just see search results for it, instead of going to the config page. I tried enabling a separate search bar in settings, and also turned off all suggestions, but that did not help. I still see the spyglass search icon on the address bar. How do I get past it?

Otázku položil(a) joelkfla Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

What directories in Windows store Profile/Sync data?

I am using Firefox Developer Edition in a work environment that only saves directories between weekly restarts by explicitly managed rules. As a result of some missing fo… (ďalšie informácie)

I am using Firefox Developer Edition in a work environment that only saves directories between weekly restarts by explicitly managed rules. As a result of some missing folders from my weekly restarts, I need to sign in to my Firefox account and enable sync each week. Currently my machine retains the %APPDATA%/Mozilla and %LOCALAPPDATA%/Mozilla directories + children.

What other directories are needed by Firefox Developer Edition in Windows to retain the user profile/syncing, et. al.?

Thank you for your time!

Otázku položil(a) jordwms Pred 11 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 10 mesiacmi

  • Vyriešené
  • Archivované

Can't unblock popup

Hi, I seem to having multiple problems with Firefox over the last few weeks... This problem is - I can't unblock popups. I have got popup blocking enabled, with a coupl… (ďalšie informácie)

Hi,

I seem to having multiple problems with Firefox over the last few weeks...

This problem is - I can't unblock popups. I have got popup blocking enabled, with a couple of Exceptions - it's been working fine until I wanted to use it today. I have tried turning off popup blocking, re-entering the exceptions - nothing is helping!!!

Does anyone know what to do?

Thanking you Pedro

Otázku položil(a) PedroSMS Pred 11 mesiacmi

Na otázku odpovedal(a) Terry Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Importing non-csv passwords

Hello. My laptop died and according to IT is "gone". My hard disk however can still be accessed. I was able to access my firefox profile data from the old hard disk, and … (ďalšie informácie)

Hello. My laptop died and according to IT is "gone". My hard disk however can still be accessed. I was able to access my firefox profile data from the old hard disk, and I was able to find the two firefox password files (key4.db and logins.json), as described in https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data. However, when I use the procedure described in https://support.mozilla.org/en-US/questions/1416465 to import the passwords on my new firefox on my new laptop, it does not work: firefox tries to look for a csv file, but there is none: I only have the "raw" db and json files, because i never had the opportunity to "export" my pwds as a csv file. Is there a way to import pwds from one version of firefox (the one running on my dead machine) to another copy of firefox (the one running on my new machine), if those pwds have not been previously "exported" as csv files by the "original" firefox/machine? thank you!

Otázku položil(a) alexandros4 Pred 8 mesiacmi

Na otázku odpovedal(a) cor-el Pred 8 mesiacmi

  • Vyriešené
  • Archivované

Missing "Send Tab to Device" button on linux

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for i… (ďalšie informácie)

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for it?

I have searched the internet for this problem and could not find such things. I would appreciate any help!

Otázku položil(a) info3416 Pred 11 mesiacmi

Na otázku odpovedal(a) info3416 Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Bookmarks and Passwords - How to archive.

Over the years I have accumulated important links in my Firefox Bookmarks bar and passwords file and it would be a disaster if for some reason my hard drive got compromis… (ďalšie informácie)

Over the years I have accumulated important links in my Firefox Bookmarks bar and passwords file and it would be a disaster if for some reason my hard drive got compromised and I could no longer access them. Is there any way to copy the data to another set-up, independent of my laptop, from where the data could be retrieved in a usable form for display on another laptop or PC? Thanks.

Otázku položil(a) joeogden Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Blank bar at bottom of window on 113 version

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself shor… (ďalšie informácie)

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself short to only the length of the url similar to the www.wikipedia.org box in the attached picture. After upgrading to 113, my browser has this black bar at the bottom. When I cleared out my css file, urls would show up in the bar when I moused over them. I've tried a few different css fixes but none of them will get it back to how I had it working in 112. The picture attached is what I'm getting in 113 right now with the css below. the black bar below the mouse over url goes all the way across the window and is always visible. Here is my current css file:

radiogroup:focus-visible > radio[focused="true"] > .radio-label-box {

outline: 1px dotted black !important;

}

:root{ --toolbar-field-focus-border-color: transparent !important; }

:root{ --uc-titlebar-padding: 10px; }

@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){

:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,

#TabsToolbar > .titlebar-buttonbox-container{

position: fixed;

display: block;

top: var(--uc-titlebar-padding,0px);

right:0;

height: 40px;

}

/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */

@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

:root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; }

}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

#titlebar{

order: 2;

-moz-appearance: none !important;

--tabs-navbar-shadow-size: 0px;

}

#unified-extensions-button{

display: none !important;

}

.titlebar-placeholder,

#TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */

toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0

See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */

/* Only really useful if menubar is ALWAYS visible */

:root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }

:root{

/* height if native titlebar is enabled, assumes empty menubar */

--uc-menubar-height: 22px;

}

:root[tabsintitlebar]{

/* height when native titlebar is disabled, more roomy so can fit buttons etc. */

--uc-menubar-height: 22px;

}

#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }

:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }

#toolbar-menubar{

position: fixed;

display: flex;

top: var(--uc-titlebar-padding,0px);

height: var(--uc-menubar-height);

width: 100%;

overflow: hidden;

}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }

#toolbar-menubar > spacer[flex]{

order: 99;

flex-grow: 1;

min-width: var(--uc-window-drag-space-width,20px);

}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* Status-bar */

#main-window:not([inFullscreen="true"]) > body::after{

display: -moz-box;

content: "";

height: 20px;

border-top: solid 0px #505050;

}

.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }

.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }

window[inFullscreen="true"] #browser-bottombox { display:none !important; }

window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }

#statuspanel #statuspanel-label {

-moz-appearance: none !important;

border: 0px solid black !important;

}

Otázku položil(a) drogers4114 Pred 11 mesiacmi

Na otázku odpovedal(a) drogers4114 Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Exporting passwords: I'm being asked for my Windows 10 password but I don't have one set

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I … (ďalšie informácie)

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I don't have a Windows login set (no one else has access to my PC).

According to Firefox's own info, if you don't have a Windows password, the dialog asking for one shouldn't pop up.

I can't get past this and I've googled everything in sight. Does anyone else have a solution to this?

Thank you! Averill

Otázku položil(a) Averill Buchanan Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

High memory and cpu usage for just opening the browser

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few day… (ďalšie informácie)

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few days now. Prior to this, firefox was fine and loading pretty quick, but these last few days have been painful.

Thinking that was a small bug, i restarted my computer. Before opening the firefox again, I opened up task manager to check how much resources will the browser be using. Before that usage would be normal and not even close to high, but opening firefox and waiting a few seconds to let the home window appear, the task manager showed that it was using all of it still.

I browsed some other help questions on this website and disabled "Use recommended performance settings", because that was one of the solutions on one of the relevant questions. But even that didn't do reduce resource usage either. Is there any way to fix this or will I have to suck it up and suffer with slow loading?

Otázku položil(a) Rude Red Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Imported Passwords Not Showing In Firefox Under "Saved Logins" After Resetting PC

Hi, I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.' During the import, I was logged into my… (ďalšie informácie)

Hi,

I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.'

During the import, I was logged into my Firefox account as well.

But, after resetting PC, I downloaded the Firefox and logged on with my Firefox account, and there are only 29 passwords showing up, rest of the passwords are not there.

And, now I do not have access to that .csv file as well.

I am on Windows 11 and had reset my PC with option to 'Keep My Files' so there is no data loss as per my side or on the hard disk drive.

Please help me to get those passwords back. They are extremely important to me.

Thanks in advance!

Otázku položil(a) Karan Pred 11 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Adblocker plus

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads. … (ďalšie informácie)

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads.

I tried refreshing firefox 3 times but it got stuck in the "almost done" part and I had to quit firefox each time since it would not complete the process.

What else can I do?

Thanks, Martha

Otázku položil(a) mpoinar1 Pred 11 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Suffering to sync with Firefox

Hello: I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; pro… (ďalšie informácie)

Hello:

I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; profile 2 that is for work use that has its respective bookmarks, passwords and extensions, has become a nightmare.

It happens that I have both profiles on the same computer and when trying to create an account in Firefox, the system asks me to enter the email registered in profile 1, with the warning that bookmarks, passwords and extensions will be mixed.

I mention that I have migrated from Google Chorme to Firefox for speed reasons and because I use windows 7 (I don't like later versions) Now well; in Google Chrome you could create as many sessions as were registered but in Firefox you can't.

Oh! I have been working fine with Firefox but suddenly an error occurs (it has happened to me 2 times in the last 2 months) in which the program closes and all the data of my profiles stored on the pc DISAPPEARS or is deleted (including cache), when I want to open them again:

firefox.exe -P

Then I have to give myself the task of synchronizing profile 1, but profile 2 I have to be importing from my previous Google account or importing a backup Bookmark.

The option to copy and paste the data from Firefox to replace it in the path (supposedly brings with it the data of everything):

C:\ProgramData\Mozilla-1de4eec8-1241-4177-a864-e594e8d1fb38\updates\308046B0AF4A39CB

with Firefox turned off it has not worked for me. Since when opening I see 2 profiles called Default "X" and Default "Z" without data.

This is a headache that if it happens to me, it happens to millions who have 2 or more profiles.

Why can't I sync a second profile? Why do you insist that there can only be one sync per device? Is there a solution for this?

Note: I have read all the tutorials out there and the situation remains the same. Synchronization with 2 or more profiles is never described.

Thank you very much to whoever asked this question!

Otázku položil(a) JC Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Version 113 has borders in fullscreen while watching youtube

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in pictur… (ďalšie informácie)

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in picture and it isn't on yet the border won't go away no matter what I do. Please fix this or i will use another browser. i will include a screenshot from youtube in fullscreen mode look at it.

Otázku položil(a) ford1986f150 Pred 12 mesiacmi

Na otázku odpovedal(a) Paul Pred 12 mesiacmi

  • Vyriešené

location detected as being outside USA

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being … (ďalšie informácie)

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being correctly detected as being inside USA.

You will see the asian words. When I change the pull dawn tab ("Saudi Arabia") to "USA", the asian lettering does not convert to English.

Not sure how to fix this.

Otázku položil(a) jenna Pred 2 mesiacmi

Na otázku odpovedal(a) jenna Pred 1 mesiacom

  • Vyriešené
  • Archivované

Firefox got uninstalled along with Windows 10. then both were reinstalled, but Ive lost all my bookmarks. Can I retrieve them somshow?

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't … (ďalšie informácie)

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't retrieve my old bookmarks. I have a file of very old bookmarks, but the "import/restore" function doesn't restore or import using that file. Help please. Can the up to date bookmarks be retrieved from my uninstalled Firefox?

Otázku položil(a) JOHN Pred 11 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Warm color in videos started several days ago

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not… (ďalšie informácie)

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not my Windows night light; my drivers and PC are apparently all updated; everything is working fine. I checked to see if the same happened with Vimeo videos and it did. I'm running W10.

   Interestingly, the pop-up thumbnails one gets when hovering over the timeline as not affected; they look fine.
   One post by someone else was answered that it was a GPU driver issue; another said it's only with HD videos.
   I'm a B&W photographer and would really like to get back to normal again. 
   Any ideas?

Otázku položil(a) philipu39 Pred 11 mesiacmi

Na otázku odpovedal(a) cor-el Pred 11 mesiacmi

  • Vyriešené
  • Archivované

113.0.1 Has Issues

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because F… (ďalšie informácie)

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because Firefox won't allow me to go back to the site's home page. I know this accurate as I can log on to the sites via Safari and No problems and the sites work correctly.

Otázku položil(a) thboo Pred 11 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Firefox won't open .pdfs in Acrobat

I have always read downloaded .pdf files in Acrobat. I inadvertently changed the setting to "Open in Firefox" (I got a prompt and clicked it without intending to). I have… (ďalšie informácie)

I have always read downloaded .pdf files in Acrobat. I inadvertently changed the setting to "Open in Firefox" (I got a prompt and clicked it without intending to). I have changed the preference back to "Use Adobe Acrobat" in Settings/General/Applications, but Firefox keeps opening pdfs in a browser window. How do I get Firefox to abide by my preference setting?

Otázku položil(a) Alan Sanstad Pred 11 mesiacmi

Na otázku odpovedal(a) Alan Sanstad Pred 11 mesiacmi