顯示下列標籤的問題: 顯示所有問題
  • 封存

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 … (閱讀更多)

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

arline.bucherer 於 12 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 11 個月前

  • 封存

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… (閱讀更多)

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

wbmcfadden 於 12 個月前 詢問

cor-el 最近回覆於 12 個月前

  • 封存

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… (閱讀更多)

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

Thomas 於 12 個月前 詢問

cor-el 最近回覆於 12 個月前

  • 已解決
  • 封存

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… (閱讀更多)

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

scottish2 於 11 個月前 詢問

jscher2000 - Support Volunteer 於 11 個月前 解答

  • 封存

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 … (閱讀更多)

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.

Lyssandre 於 11 個月前 詢問

cor-el 最近回覆於 11 個月前

  • 封存

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… (閱讀更多)

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!

NHD 於 11 個月前 詢問

Terry 最近回覆於 11 個月前

  • 封存

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… (閱讀更多)

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.

Karen Khoo 於 11 個月前 詢問

cor-el 最近回覆於 11 個月前

  • 封存

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?… (閱讀更多)

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

ojdidit1994 於 11 個月前 詢問

ojdidit1994 最近回覆於 11 個月前

  • 封存

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… (閱讀更多)

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?

nickiclauslb 於 11 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 11 個月前

  • 封存

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.… (閱讀更多)

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.

dczernia 於 11 個月前 詢問

dczernia 最近回覆於 11 個月前

  • 已解決
  • 封存

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 … (閱讀更多)

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

mariogda1990 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答

  • 封存

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… (閱讀更多)

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??

dlswennes 於 11 個月前 詢問

Dropa 最近回覆於 11 個月前

  • 封存

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… (閱讀更多)

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.

MCG123 於 11 個月前 詢問

TyDraniu 最近回覆於 11 個月前

  • 已解決
  • 封存

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… (閱讀更多)

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?

infernofor3ver 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答

  • 封存

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… (閱讀更多)

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.

x2 於 11 個月前 詢問

x2 最近回覆於 11 個月前