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ữ

i must get into my bank of america on line banking using yahoo.com & you are blocking it

bold text i must get into my online bank account with bank of america using my yahoo.com sonce you are blocking it. & i cannot change it … (xem thêm)

bold text i must get into my online bank account with bank of america using my yahoo.com sonce you are blocking it. & i cannot change it

Được hỏi bởi arline.bucherer 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

When I attempt to go to this site on my iMac ( https://www.bible.com/ )-- I get this: "Application error: a client-side exception has occurred (see the browser console for more information)."

How do I fix this? When I attempt to go to this site on my iMac using DuckDuckGo VPN on Mozilla FireFox, ( https://www.bible.com/ )-- I get this: "Application error: a… (xem thêm)

How do I fix this? When I attempt to go to this site on my iMac using DuckDuckGo VPN on Mozilla FireFox, ( https://www.bible.com/ )-- I get this: "Application error: a client-side exception has occurred (see the browser console for more information)."

Được hỏi bởi wbmcfadden 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

113 Update Tab Height and Vertical Bar

Greetings, After updating to 113.0 the height of my tabs has doubled, with the text size remaining the same. When visiting certain sites, such as Facebook, a horizontal b… (xem thêm)

Greetings, After updating to 113.0 the height of my tabs has doubled, with the text size remaining the same. When visiting certain sites, such as Facebook, a horizontal black line appears when the tab is selected, dividing the tab and the text within in half. I have spent a few hours Googling and I haven't found any solutions to fix this. I've tried several different settings in about:config, I've enabled compact mode, just about everything I could find short of modifying code which I would rather not do. It's useful space for me and I'm hoping for a fix. Thanks for Your Time, Thomas

Được hỏi bởi Thomas 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Error Code F7701-1003

I get error code F7701-1003 when I try to play video from Netflix. A message says to upgrade to latest version which I already have.. Can you help with this?

Được hỏi bởi oneandrew9 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (xem thêm)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


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

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

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

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

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* 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: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

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

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

  1. 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; }

  1. 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{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Được hỏi bởi scottish2 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

Firefox can't load

Hi, Firefox can't load is already a subject that I know, is answered here : https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But … (xem thêm)

Hi,

Firefox can't load is already a subject that I know, is answered here : https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can

But I need help, because I've tried everything inside, and my firefox is still buggy. I am on a point that I consider turning my back on Firefox because It's been months since I try and try again to solve it and I don't see a light of hope.

Problems I have are especially on youtube, and google searchs.

Here what I've tried : - Reinstalling firefox - Refreshing firefox - No color theme in firefox - Deleting all plugins, extensions - Desactivate proxy setting (I don't use a proxy) - network.dns.disableIPv6 is set to true - network.dns.disablePrefetch is set to true - I wiped my history and cache - Internet firewall states firefox is on white list

I have no problem of performance on others browsers - google chrome for example.

Please, could you help me ? Thanks.

Được hỏi bởi Lyssandre 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Cannot change primary email address

I have a secondary email address but it does not appear on my account. I need to change my primary email address. I try to type in the secondary address and it is rejecte… (xem thêm)

I have a secondary email address but it does not appear on my account. I need to change my primary email address. I try to type in the secondary address and it is rejected as"already exists". So I cannot proceed . Help!

Được hỏi bởi NHD 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

Bookmarks toolbar disappeared after the latest update

I used to have my Bookmarks toolbar visible. It worked fine until the latest update today. Now it's gone. I've set it to show Bookmarks toolbar. Tried turning it on and o… (xem thêm)

I used to have my Bookmarks toolbar visible. It worked fine until the latest update today. Now it's gone. I've set it to show Bookmarks toolbar. Tried turning it on and off. Doesn't work. Here's a snapshot of it. Just below that last line is a list of my bookmarks on the toolbar. The bookmarks are still there. It's the toolbar that has disappeared.

Được hỏi bởi Karen Khoo 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

WTF Happened!

OK....I wake up and start my computer and up comes the new and enhanced version of Firefox that I ignore. Then I go to my bookmarks and they are gone. Where did they go?… (xem thêm)

OK....I wake up and start my computer and up comes the new and enhanced version of Firefox that I ignore. Then I go to my bookmarks and they are gone. Where did they go? Is this a home invasion by Firefox? All my usual quick links are now gone replaced by BS lilke Twitter.

Is there some type of restore to get back what I want and really do use. I hate to go through the process of getting 30 links bookmarked again.

Rick McNair

Được hỏi bởi ojdidit1994 1 năm trước

Lần cuối trả lời bởi ojdidit1994 1 năm trước

  • Đã lưu trữ

session recovery

Hi, about 40 minutes ago my laptop decided to turn off and upon restart firefox openned a session from 2 months ago. ive tryed following everything i could find but still… (xem thêm)

Hi, about 40 minutes ago my laptop decided to turn off and upon restart firefox openned a session from 2 months ago. ive tryed following everything i could find but still cant recover this session. I have a upgrade.jsonlz4 from the time backed up but it wont open that session. Any way to recover it?

Được hỏi bởi nickiclauslb 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

Deleting username attempts

Using a Mac, how do I clear the list of attempted usernames on a log in page? I erroneously entered my password first and now it is visible whenever I attempt to log in.… (xem thêm)

Using a Mac, how do I clear the list of attempted usernames on a log in page? I erroneously entered my password first and now it is visible whenever I attempt to log in.

Được hỏi bởi dczernia 1 năm trước

Lần cuối trả lời bởi dczernia 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Strange border around mozilla while fullscreen

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not … (xem thêm)

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not a video). Yesterday was fine. System 7, 64bit, Mozilla update 113.0

Được hỏi bởi mariogda1990 1 năm trước

Được trả lời bởi TyDraniu 1 năm trước

  • Đã lưu trữ

Dashlane 14 day Login

My Dashlane 14 day login stopped working a few days ago even though I check the box to stay logged in for 14 days every time I login. I looked at a previous solution post… (xem thêm)

My Dashlane 14 day login stopped working a few days ago even though I check the box to stay logged in for 14 days every time I login. I looked at a previous solution posted 2 years ago by Mozilla but my settings do not have the delete cookies or clear history checked when closing Firefox. Any suggestions??

Được hỏi bởi dlswennes 1 năm trước

Lần cuối trả lời bởi Dropa 1 năm trước

  • Đã lưu trữ

Video Players Show Border Around Screen When Playing Full Screen, New Issue Since 113.0 Update

Since Firefox installed the most recent update May 9th, update 113.0 (20230504192738), whenever I play a video full screen from any websites including YouTube, news sites… (xem thêm)

Since Firefox installed the most recent update May 9th, update 113.0 (20230504192738), whenever I play a video full screen from any websites including YouTube, news sites, basically anything streaming a video, the video itself is not 100% full screen as it was prior to the update yesterday. The video expands to the top of the screen, but the two side and lower borders do not expand fully and the website underneath can be seen on these sides. I attached a random YouTube video screenshot and a news channel video with dark borders to show what is happening. Again this is on all websites with video and full-screen options, not just YouTube, and this was not happening prior to the recent update 113.0 being installed last night on my computer. I've tried the previous fixes like clearing the cache, etc., and it seems to be a bug in the recent update since this did not happen prior to last night's update installation. I played the same videos in the Chrome browser and the issues are NOT present, and the videos expand to cover the entire screen as normal. Does anyone have a fix or can a fix be requested? Thank you.

Được hỏi bởi MCG123 1 năm trước

Lần cuối trả lời bởi TyDraniu 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Fullscreen mode

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other page… (xem thêm)

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other pages too) I can see white borders (on the left, right and at the bottom). I checked on other browser (Chroma) and I don't have this problem there. Can this problem be connected with new update? Or something just broke and I should re-install?

Được hỏi bởi infernofor3ver 1 năm trước

Được trả lời bởi TyDraniu 1 năm trước

  • Đã lưu trữ

Help me in config firefox

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically n… (xem thêm)

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically navigated to it. Also, when there was a previously open page, and I open any bookmark (tags), the selected page opens in a new window, I want it. Please help me.

Được hỏi bởi x2 1 năm trước

Lần cuối trả lời bởi x2 1 năm trước