Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã lưu trữ

Where can I find failed download error log?

Where is it? I had multiple failed downloads. It keeps failing over and over again right at the end of the download. I don't understand why? It's not a space issue, plent… (xem thêm)

Where is it? I had multiple failed downloads. It keeps failing over and over again right at the end of the download. I don't understand why? It's not a space issue, plenty of that. So how can I check what is the reason for failed download?

I got saved the .part file, which is 5.13 gigs (full download should be 5.3). If I try to retry the download it just immediately fails and deletes the .part file. Why?

Được hỏi bởi lolerspam 10 tháng trước

Lần cuối trả lời bởi zeroknight 10 tháng trước

  • Đã lưu trữ

Tabs bar

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me? Script: /:root[sizemode="normal"] #nav-bar{ --uc-window-drag… (xem thêm)

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me?

Script:

/:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }

  1. titlebar{ -moz-appearance: none !important; }
  2. tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button,
root:not([customizing]) #tabs-newtab-button,
root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
root:not([customizing]) #TabsToolbar .titlebar-button{
 -moz-appearance: none !important;
 height: 43px;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 -moz-box-align: stretch;
 margin: 0 !important;

}

root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1 > .toolbarbutton-icon{
 padding-block: 0px !important;
 max-height: 28px;
 height: 20px !important

}

  1. tabs-newtab-button, #alltabs-button, #tabbrowser-tabs .tabbrowser-tab:only-of-type{
 visibility: collapse !important;

}






/* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */ /* you can adjust the CSS variables until it looks correct */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important;
 --tab-min-width:  60px !important;
 --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
 --tab-caption: 5px; /* caption buttons on tab bar */

}

/* TAB BAR - below nav-bar */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
  2. TabsToolbar {-moz-box-ordinal-group:1000 !important;}
  1. TabsToolbar {
 display: block !important;
 position: absolute !important;
 bottom: 0 !important;
 width: 100vw !important;

}

  1. tabbrowser-tabs {
 width: 100vw !important;

}

/* navigator-toolbox - PADDING */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */

  • |*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
#TabsToolbar{
 bottom: var(--tab-adjust); /*ADJUST*/

}

/* TABS: height */

  1. tabbrowser-tabs,
  2. tabbrowser-tabs > .tabbrowser-arrowscrollbox,

.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {

 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 1px !important;
 box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
 background-color: var(--toolbar-bgcolor) !important;
 color:            var(--toolbar-color) !important;

}

/* indicators *//*

  • |*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
 position: absolute !important;
 display: block !important;
 right: 0px !important;
 bottom: 0px !important;
 width: 14px !important;
 pointer-events: none !important;

}

  • /

.private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;}

/* Indicators - HIDE *//*

  • |*:root:not([accessibilitymode]) .accessibility-indicator {display: none !important}
  • |*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
  • /

/* Drag Space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 20px !important;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* Hide window-controls and caption buttons on Tab Bar */

  1. TabsToolbar #window-controls {display: none !important;}
  2. TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Được hỏi bởi PshemQ 9 tháng trước

Lần cuối trả lời bởi cor-el 9 tháng trước

  • Đã lưu trữ

Cannot remove address bar suggestions

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does… (xem thêm)

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does not work. There is no three dots that appear next to the URL, or a pop up that shows up if I hover over the link. They are stubbornly embedded on that bar and refuse to leave.

The only thing that works is to delete all history, but I don't want to do that. There may be some solution where I micromanage site permissions on a site by site basis but that's way too much work, and should not have to do that.

The URLs on the list themselves are totally random. I cannot figure out how Firefox decided that THESE are the URLs to feature. I visited like once, in a long string of activity.

Anyway, my inability to perform a simple task like right-click-delete or demand that it "stop doing that" is making me claustrophobic.

Vers 115.0.2

Được hỏi bởi McMike 9 tháng trước

Lần cuối trả lời bởi Nandla Links 5 tháng trước

  • Đã lưu trữ

Move Open Tab Position on Toolbar

Don't know what I did but somehow I moved my Open Tab Bar and it is showing under the Navigation Bar. I've tried the Customize Toolbar option but the TAB bars are not an … (xem thêm)

Don't know what I did but somehow I moved my Open Tab Bar and it is showing under the Navigation Bar. I've tried the Customize Toolbar option but the TAB bars are not an option to move. How can I reposition Open Tabs?

Được hỏi bởi momaearth 10 tháng trước

Lần cuối trả lời bởi cor-el 10 tháng trước

  • Đã lưu trữ

Firefox has the wrong location for me

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas. Google Chrome on the sam… (xem thêm)

Firefox seems to think I am in Hot Springs Village, Arkansas. I am actually in New York and have no connection to Hot Springs Village, Arkansas.

Google Chrome on the same (Windows 11 Microsoft Surface Pro X) computer has the right location for me, as does Microsoft Edge. Checking my IP address with https://www.iplocation.net/ gives a location reasonably close to my real location and nowhere near Arkansas.

If I clear all cache in Firefox, it does go back to the right address - at the cost of a lot of annoying re-entry of routine information. But after a few days it goes back to insisting I am in Hot Springs Village, Arkansas.

Before I switch to Chrome, is there a way to fix this?

Được hỏi bởi kjwinston 10 tháng trước

Lần cuối trả lời bởi zeroknight 10 tháng trước

  • Đã lưu trữ

Why such limited options in clearing recent history?

When I go to clear the cache, browsing history, cookies, etc. the only options we have are "Today", a few even smaller time periods (1, 2, 4 hours), or "Everything"! Wha… (xem thêm)

When I go to clear the cache, browsing history, cookies, etc. the only options we have are "Today", a few even smaller time periods (1, 2, 4 hours), or "Everything"! What's up with that? Every other browser offers at least the option of "past 7 days" or some other time period that goes further back than one day, without having to clear "Everything", don't others find this to be arbitrarily limited? I can't even delete cache from yesterday, much less a few days earlier...

Được hỏi bởi StevenCee 10 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 9 tháng trước

  • Đã lưu trữ

Trying to download openh264.....zip everytime I open Mozilla

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!! … (xem thêm)

Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!!

Được hỏi bởi ASH 10 tháng trước

Lần cuối trả lời bởi James 10 tháng trước

  • Đã lưu trữ

I can't get my bookmarks to show on the left side of my screen

My pc runs on Windows 10. I've always had my bookmarks in a column on the left side of my screen. Yesterday I was unable to access my BT acount - which includes my emails… (xem thêm)

My pc runs on Windows 10. I've always had my bookmarks in a column on the left side of my screen. Yesterday I was unable to access my BT acount - which includes my emails via Firefox, wich is my default browser. BT Helpdesk suggested I try another browser - and sure enough I could acces the BT data using Google Chrome & Microsoft Edge. However my preference is to continue to use Firefox, and all other bookmarks worked witih Firefox, as did any other searches. The BT Helpdesk then talked me through resetting Firefox to Default - which worked in enabling me access my BT acount - and my emails - but my bookmarks are now lined up at the top of my Firefox screen and I've spent / wasted ages trying to get them back to the left side.

Được hỏi bởi patrick.grant5 10 tháng trước

Lần cuối trả lời bởi cor-el 10 tháng trước

  • Đã lưu trữ

width of the scroll bar?

an I simply increase the width of the scroll bar. I have switched to EDGE because it has a nice wide scroll bar. I'd rather continue with FIREFOX if possible. Ed Rosencra… (xem thêm)

an I simply increase the width of the scroll bar. I have switched to EDGE because it has a nice wide scroll bar. I'd rather continue with FIREFOX if possible. Ed Rosencrants

Được hỏi bởi ewr 10 tháng trước

Lần cuối trả lời bởi cor-el 10 tháng trước

  • Đã lưu trữ

Only PC has info saved that I want. How do I send logins, bookmarks, to laptop and Iphone to begin syncing

I have rarely used Firefox on my laptop and Iphone. Neither device has information about logins, etc. that I would want to overwrite information on my PC. For a trip, I … (xem thêm)

I have rarely used Firefox on my laptop and Iphone. Neither device has information about logins, etc. that I would want to overwrite information on my PC.

For a trip, I would like to have Firefox on the laptop and Iphone up to date.

Only my PC has the most recent logins addons and bookmarks saved that I want. How do I send logins, addons, bookmarks from my PC to my laptop and to my Iphone to begin syncing.

Được hỏi bởi ArtKendall 10 tháng trước

Lần cuối trả lời bởi jonzn4SUSE 10 tháng trước

  • Đã lưu trữ

Does FF save text used repeatedly? Such as answers to common questions...

FF 115.02 Win11 I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can… (xem thêm)

FF 115.02 Win11

I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can I edit or delete the ones that are no longer relevant or have changed - age, for instance?

Thank you.


(removed leading space - c)

Được hỏi bởi CiaoBella1 10 tháng trước

Lần cuối trả lời bởi cor-el 9 tháng trước

  • Đã lưu trữ

Show title on pinned tabs

I need pinned tabs to show their title, just like normal tabs. They currently only show an icon, but apart from the fact that in my case the icons are identical to one an… (xem thêm)

I need pinned tabs to show their title, just like normal tabs. They currently only show an icon, but apart from the fact that in my case the icons are identical to one another so I can't know which one is which without hovering them, I'm more of a text person anyway.

So, how to make pinned tabs show their title?

Được hỏi bởi thany 9 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 9 tháng trước

  • Đã lưu trữ

Firefox permanently mutes my video on my business site - WHY?!

My business site - www.ninjanezumiproductions.com - has videos on it. Firefox PERMANENTLY MUTES those videos. I can play them, but I get no sound. I can play these vid… (xem thêm)

My business site - www.ninjanezumiproductions.com - has videos on it.

Firefox PERMANENTLY MUTES those videos.

I can play them, but I get no sound.

I can play these videos on Chrome, Edge, Opera - etc... and still mute and unmute as normal.

However, when I try to UNMUTE on firefox, it prevents me.

This is harming my business.

I want to know how to fix this.

Sincerely,

Kevin Conner CEO: NNP, LLC

Được hỏi bởi ninjanezumiproductions 10 tháng trước

Lần cuối trả lời bởi zeroknight 10 tháng trước

  • Đã lưu trữ

Undesired Bounce Back with macOS Keyboard Shortcut for 'Move Window to Right Side of Screen'

In macOS you can set up a global keyboard shortcut for the Move Window to Right Side of Screen command via System Settings > Keyboard > Keyboard Shortcuts.... In mo… (xem thêm)

In macOS you can set up a global keyboard shortcut for the Move Window to Right Side of Screen command via System Settings > Keyboard > Keyboard Shortcuts.... In most apps that support the Move Window to... commands, this will simply move the window to the desired side of the screen when the key combo is pressed.

However, in Firefox the key combo will start the animation as normal but the window will then bounce back to its original location. It's only when the command is activated via a keyboard shortcut that it does the bounce back behavior, though; the command works as intended when activated from the Window menu in the menu bar or from Option + green button in the top left of the window.

The key combo I set up was Shift + Option + Command + Right Arrow, but I've also tried a couple of different key combos and they all did the same bounce back behavior. I've tried it on machines with different versions of macOS (Sonoma beta and Ventura) with the same result. The bounce back behavior also effects the Move Window to Left Side of Screen command.

Được hỏi bởi Ian 9 tháng trước

Lần cuối trả lời bởi Dedede 5 tháng trước

  • Đã lưu trữ

which port does firefox browser extensions updates on

Hi, On what port does the firefox extension update on does it use port 21? I need the extensions to be auto updating like set and forget knowing that my firewall is not … (xem thêm)

Hi,

On what port does the firefox extension update on does it use port 21? I need the extensions to be auto updating like set and forget knowing that my firewall is not blocking the required port

Thanks

Được hỏi bởi KnowledgeEqualsPower 9 tháng trước

Lần cuối trả lời bởi James 9 tháng trước

  • Đã lưu trữ

Running Firefox without hardware acceleration results in very weird text corruption, video stuttering

In troubleshooting another issue, I discovered that running Firefox without hardware acceleration occasionally results in very weird text corruption and video stuttering.… (xem thêm)

In troubleshooting another issue, I discovered that running Firefox without hardware acceleration occasionally results in very weird text corruption and video stuttering. I was able to capture some screenshots of the issue, which I have attached. The text is still selectable and copy/pasting it to a document will show the proper text. Closing PIP windows helps the stuttering a bit. Issue persisted when a single tab of Firefox was the only non-background program running.

I have turned hardware accel. back on and haven't experienced the issue since. Just thought I ought to post in case someone else had this issue too.

Được hỏi bởi wolfgangprime 10 tháng trước

Lần cuối trả lời bởi kwresrch 10 tháng trước

  • Đã lưu trữ

updates disabled by your system administrator

hi, i just recently installed latest version of linux on a windows 10 pc but after it installed i opened firefox to update it bu when i search update in firefox settings … (xem thêm)

hi, i just recently installed latest version of linux on a windows 10 pc but after it installed i opened firefox to update it bu when i search update in firefox settings it it said updates disabled by your system administrator please write down the steps to solve it as i have already read out many of mozilla's and linux's articles to solve it but i cannot understand any article please help me

Được hỏi bởi m.rayyanahmed013 10 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 10 tháng trước