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

Browser stopped warning that page has changed 97.0.1 (64) (now 99.0.1)

My work consists mainly of capturing accounting data online. It is important that the browser warns me if I try to close or navigate away from a page if the data entered … (閱讀更多)

My work consists mainly of capturing accounting data online. It is important that the browser warns me if I try to close or navigate away from a page if the data entered has not been saved or updated, but I no longer get these warnings.

Please help.

Joshua Jacobs 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (閱讀更多)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

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

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#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 - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Blacklisted 於 3 年前 詢問

DB-1 於 3 年前 解答

  • 已解決
  • 封存

Big yellow dotted border on history page.

I don't know if it is a wrong manipulation or an update feature, but since today when i select a link in the history library, it is now highlighted with big yellow dotted… (閱讀更多)

I don't know if it is a wrong manipulation or an update feature, but since today when i select a link in the history library, it is now highlighted with big yellow dotted borders instead of the usual subtle black/white single pixel sized dots. How to revert back to the small borders?

thor94 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Page not loading for 10-20 seconds, then it does after refresh

Ever since installing firefox on a new pc, I've had the problem where I would click a link or enter a url, and sometimes (not always, about 20% of the time), the page wil… (閱讀更多)

Ever since installing firefox on a new pc, I've had the problem where I would click a link or enter a url, and sometimes (not always, about 20% of the time), the page will not load (there is a loading symbol but no page shows up), then it stops loading after about 10-20 seconds and there is no page (when I enter a url from a new tab, there is just a blank tab, when I click a link on a webpage, I just remain on the webpage), but when I re-enter the url or re-click the link, it does work. So happens for all links of the website I'm trying to visit.

To summarize: I click a link, and sometimes it loads for 10-20s and then just stops, and when I click again, it works.

Any help is appreciated!

niekrochip 於 2 年前 詢問

jonzn4SUSE 於 2 年前 解答

  • 已解決
  • 封存

unable to get out of S mode in Windows

I bought this laptop because it had Windows 10 so I could download firefox, The laptop immediately updated to Windows 11, no way to stop it. I am locked out of my microso… (閱讀更多)

I bought this laptop because it had Windows 10 so I could download firefox, The laptop immediately updated to Windows 11, no way to stop it. I am locked out of my microsoft account, have been for years. How do I get firefox downloaded ?

RevJim 於 2 年前 詢問

Dropa 於 2 年前 解答

  • 已解決
  • 封存

sms Texting from desktop computer

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it… (閱讀更多)

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it.

jandypandy100 於 2 年前 詢問

Dropa 於 2 年前 解答

  • 已解決
  • 封存

Auto login booby trap.

I am in the process of moving all of our passwords into 1Password. However, I discovered that my wife has her Firefox set to auto login, but can't remember her user name… (閱讀更多)

I am in the process of moving all of our passwords into 1Password. However, I discovered that my wife has her Firefox set to auto login, but can't remember her user name and password. So, although she can use it, she can't change update the password. The fact that on setup, auto login is the default makes this doubly frustrating. So, is there any way to get to the password?

tmpc 於 2 年前 詢問

Chris Ilias 於 2 年前 解答

  • 已解決
  • 封存

Wrong buttons (apparently gamepad?) for video control in video players

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't con… (閱讀更多)

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't connected one in months. I have tested it with videos on invidious.snopyta.org and tagesschau.de.

user_15135680201 於 2 年前 詢問

user_15135680201 於 2 年前 解答

  • 已解決
  • 封存

How to allow web page to override a keyboard shortcut

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage... For example I have an webpage that detects ctrl-… (閱讀更多)

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage...

For example I have an webpage that detects ctrl-shift-h which worked fine in version 56 but now in version 96 it brings up a "Show All History" dialog

I an doing many such things so I looking for a generic way to override firefox keyboard shortcuts

ikhalil 於 2 年前 詢問

ikhalil 於 2 年前 解答

  • 已解決
  • 封存

Remove Shortcuts when hiding menu items

I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”. So I am hiding some menu items like for examp… (閱讀更多)

I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”.

So I am hiding some menu items like for example

  1. menu_find { display: none !important }

however though the menu item is gone how do I get rid of the ctrl-F menu shortcut...

I have many such menu items to remove so I need a generic solution to override the short-cut icons associated with the menu items I want to remove

ikhalil 於 2 年前 詢問

ikhalil 於 2 年前 解答

  • 已解決
  • 封存

moving tabs back to below menu bar

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css … (閱讀更多)

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css and changed user preferences but it sets the tabs to the bottom of the screen not just below the address bar. I think I need a different set of code for the css but cant find a copy. Does anyone know what to do?

sharkeyandgeorge 於 3 年前 詢問

sharkeyandgeorge 於 3 年前 解答

  • 已解決
  • 封存

Close Multiple Tabs sub-menu in context menu

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context … (閱讀更多)

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context menu. Is there's a way to change this so that they will appear directly in the main context menu? I use "close tabs to the right" often and I find this very annoying.

gershonido 於 4 年前 詢問

gershonido 於 4 年前 解答

  • 已解決
  • 封存

When Firefox was updated, it lost all of my saved tabs.

This is the first time, that an update lost all of my tabs. Is there a way to access previous sessions, other than the most recent one? I would like to access a session f… (閱讀更多)

This is the first time, that an update lost all of my tabs. Is there a way to access previous sessions, other than the most recent one? I would like to access a session from last week, and see if I can get my tabs back. I'm very unhappy about this and I've not been able to restore my tabs. The current tabs are place holders, and they do the reflect what I had before the update.

heddyfran1 於 2 年前 詢問

Dropa 於 2 年前 解答

  • 已解決
  • 封存

Spell checker

How to make firefox enable to recognize the language that are typed? In microsoft edge we can just click "all language", but in firefox no similar option to it.

MRA 於 2 年前 詢問

James 於 2 年前 解答

  • 已解決
  • 封存

ICS files

In the past, when ICS files were in a mail, I had been asked what to do, and could open them in OUTLOOK. This option has been apparently cancelled and it only asks where … (閱讀更多)

In the past, when ICS files were in a mail, I had been asked what to do, and could open them in OUTLOOK. This option has been apparently cancelled and it only asks where to save the file, without any option to open it directly. Furthermore, when I try to modify it in the "settings" and change it to "Always ask" I can't find no ICS files nor OUTLOOK SCHEDULE files. Please advice. Thanks

giorarytwo 於 2 年前 詢問

Terry 於 2 年前 解答

  • 已解決
  • 封存

Stop auto-download for Version 98.0.1 (64-bit)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I op… (閱讀更多)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I opened Setting>Download but there is no disable button or checkbox for that. Please help me. Thank you in advance.

miszluuna 於 2 年前 詢問

Terry 於 2 年前 解答