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

How do you remove the muted text and icon from the tabs?

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the … (閱讀更多)

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the name. I tried adding to my userChrome.css:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tab-icon-overlay[muted], .tab-icon-sound[muted] {

 display: none !important;

}

This only removes the muted icon, and when I hover over a tab its favicon disappears. I also tried changing browser.tabs.showAudioPlayingIcon as suggested in [answer] but it isn't an option anymore.

How do I remove it completely without changing the context menu item?

Anynomous 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Firefox always uses US settings instead of UK

I have set Firefox Developer Edition (Windows 10 20H2 & 21H2 and Ubuntu 18.04 & 20.04 installations, always kept up to date), to use English (United Kingdom) sett… (閱讀更多)

I have set Firefox Developer Edition (Windows 10 20H2 & 21H2 and Ubuntu 18.04 & 20.04 installations, always kept up to date), to use English (United Kingdom) settings in preferences. I have installed the UK Dictionary and made it the default for spellchecking. The Windows installation is also supposed to be respecting the OS regional settings. Firefox seems to be totally disregarding the settings and always giving me US as the location and US English for the spellcheck. This has been an issue for months if not years. I understand that many pages will be US biased, that is not a problem. The problems are that my country preference is being detected as US, and that I can not seem to get Firefox to actually use the UK Dictionary. I can supply additional information as required

DaveB 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

background color

I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. T… (閱讀更多)

I just went to use the Firefox browser and easily noticed a different color to the background. I don't like the dark gray that the browser seems to have defaulted to. This happened around noon on Jan 11 2022. How do I change back to the previous color?

russcupan 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Firefox automatically running Dark mode after updating to 96.0 (64-bit)

My browser updated to 96.0 (64-bit) about an hour ago. I've been running the Cheshire cat Theme for a long time now without it making the entire browser turn Dark (I just… (閱讀更多)

My browser updated to 96.0 (64-bit) about an hour ago. I've been running the Cheshire cat Theme for a long time now without it making the entire browser turn Dark (I just like what it did to the Tab bar and the Menu Bar). It didn't effect anything else -- not the Menus themselves and certainly not any webpages. But since the update--the Menus, the Firefox Home page, the Settings page, and even the Google search results pages--all have been showing up in Dark Mode. I switched around other themes I have and noticed that only the themes that are light in color stop everything from going dark.

It's a minor thing but I would really like to keep my set up as it was. I would really appreciate some help.

a.sin 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

[Firefox 96] My userContent.css and userChrome.css Codes isn't Being Applied Anymore

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine. Today I updated to Firefox 96.0 and when I open my F… (閱讀更多)

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine.

Today I updated to Firefox 96.0 and when I open my Firefox returned to that old visual that I hated

tabs with spaces , but that's not the worst. The worst is the newTab visual that came back to the small and ugly bookmarks of the page we usually navigate. That are set on userContent.css I remember.

I checked some vars at about:config and everything is as it was.

So do I need to set true or false any new var there? These .css files are like they was never read. It looks like to me there is a new var, we need to change it.

What did happen?

  • my userChrome.css file content below:
/* Begin - Smart Bookmarks Bar CSS Imports */
@import url("chrome://smartbookmarksbar/skin/global/base.css");
@import url("chrome://smartbookmarksbar/skin/global/mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideFoldersNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideNoFaviconNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/spacing-0.css");
@import url("chrome://smartbookmarksbar/skin/global/autohideBar-off.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on_hideNoFaviconNames-on.css");
/* End - Smart Bookmarks Bar CSS Imports */

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



/*** BEGIN Firefox 77 (June 2, 2020) Override URL bar enlargement ***/

  /* Compute new position, width, and padding */

  #urlbar[breakout][breakout-extend] {
    top: 5px !important;
    left: 0px !important;
    width: 100% !important;
    padding: 0px !important;
  }
  /* for alternate Density settings */
  [uidensity="compact"] #urlbar[breakout][breakout-extend] {
    top: 3px !important;
  }
  [uidensity="touch"] #urlbar[breakout][breakout-extend] {
    top: 4px !important;
  }

  /* Prevent shift of URL bar contents */

  #urlbar[breakout][breakout-extend] > #urlbar-input-container {
    height: var(--urlbar-height) !important;
    padding: 0 !important;
  }

  /* Do not animate */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    animation: none !important;;
  }

  /* Remove shadows */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    box-shadow: none !important;
  }

/*** END Firefox 77 (June 2, 2020) Override URL bar enlargement ***/


/*** BEGIN Firefox 89 (June 2, 2021) ***/


/* https://github.com/black7375/Firefox-UI-Fix */

@media (-moz-proton) {

  /* Toolbar Height */
  #TabsToolbar
  .toolbar-items, .tabbrowser-tab,
  .titlebar-buttonbox-container {
    max-height: 34px !important;
  }

  :root[uidensity=compact] #TabsToolbar,
  :root[uidensity=compact] .toolbar-items, .tabbrowser-tab
  :root[uidensity=compact] .titlebar-buttonbox-container {
    max-height: 30px !important;
  }
  :root[uidensity=touch] #TabsToolbar,
  :root[uidensity=touch] .toolbar-items, .tabbrowser-tab
  :root[uidensity=touch] .titlebar-buttonbox-container {
    max-height: 42px !important;
  }

  
}  
  

/*** END Firefox 89 (June 2, 2020) ***/

/*** BEGIN Firefox 91 (August, 2021) ***/
/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 3px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}


/*** END Firefox 91 (August, 2021) ***/


  • and my userContent.css file content below:
/*AGENT_SHEET*/

/* Firefox 57+ userChrome.css tweaks ************************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/
/* by Aris (aris-addons@gmx.net)*****************************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ********************************************/
/************************************************************************************************/

/*************************************************************************************************

  ENABLING options: remove the combination of / and * before @import
  DISABLING options: add the combination of / and * before @import
  
  Some @import features might not work properly on macOS and Linux -> Firefox bug
  
  CSS tweaks won't work, if @namespace references are used inside .css files!

*************************************************************************************************/

/************************************************************************************************/
/* about:addons *********************************************************************************/
/************************************************************************************************/

/* NOTE: 'Version number for add-ons' will stop working soon, because Mozilla is going ***********
		 to drop XBL support: see https://bugzilla.mozilla.org/show_bug.cgi?id=1397874 **********/

/* version number for add-ons *******************************************************************/
@import url(./css/aboutaddons/addonlists_show_addon_version_number.css); /**/

/* addons page appearance - only use one at a time **********************************************/
@import url(./css/aboutaddons/addons_manager_alternative_appearance.css); /**/
/* @import url(./css/aboutaddons/addons_manager_alternative_appearance_aero.css); /**/	/* <-- AERO colors */

/* compact item lists - only use one at a time **************************************************/
/* @import url(./css/aboutaddons/addonlists_compact.css); /**/
/* @import url(./css/aboutaddons/addonlists_compact_more_compact.css); /**/

/* other settings *******************************************************************************/
/* @import url(./css/aboutaddons/addonlists_only_show_buttons_on_hover.css); /**/
/* @import url(./css/aboutaddons/addonlists_replace_button_labels_with_icons.css); /**/
@import url(./css/aboutaddons/description_page_alternative_content_order.css); /**/
@import url(./css/aboutaddons/recentupdates_category_always_visible.css); /**/
/* @import url(./css/aboutaddons/search_category_always_visible.css); /**/


/************************************************************************************************/
/* about:preferences ****************************************************************************/
/************************************************************************************************/

/* preferences page appearance - only use one at a time *****************************************/
@import url(./css/aboutpreferences/preferences_alternative_appearance.css); /**/
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_aero.css); /**/	/* <-- AERO colors */
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_v2.css); /**/


/************************************************************************************************/
/* about:newtab / about:home ********************************************************************/
/************************************************************************************************/

/* @import url(./css/aboutnewtab/dark_appearance.css); /**/
@media (-moz-proton) {
  @-moz-document url("about:home"), url("about:newtab") {
    /** Activity Stream - Search Focus Border: like URL ***********************/
    /* At DarkMode, Color */
    body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"],
    body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] {
      /* inner */
      --newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
      --newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */
    }

    /** Activity Stream - Web Site Icon: full size ****************************/
    /* Remove Firefox Logo on new Tabs
    div.logo-and-wordmark {
      display:none !important;
    }
    */
    .tile {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-icon .rich-icon {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-outer .tile .icon-wrapper {
      width: 100px !important;
      height: 100px !important;
    }
  }
}



/************************************************************************************************/
/* WEB CONTENT **********************************************************************************/
/************************************************************************************************/

/* top level image on white background (can sometimes cause glitches) - only use one at a time **/
/* @import url(./css/webcontent/toplevel_image_classic_v1.css); /**/
/* @import url(./css/webcontent/toplevel_image_classic_v2.css); /**/


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/

Thanks in advance.

Marcelo 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Bookmark Font Size

I am trying to increase the size of the font of our bookmarks on our MacBook Air laptop as they are hard to read on the smaller screen. I tried "zoom" and increasing font… (閱讀更多)

I am trying to increase the size of the font of our bookmarks on our MacBook Air laptop as they are hard to read on the smaller screen. I tried "zoom" and increasing font size in settings but that did not affect the bookmarks sidebar; only the primary web pages. I tried an add-on but could not get it to work. I did a few online searches and it appears to be a common issue but I could not find a solution so I thought I'd ask a question. Thanks for any advice that you can provide.

Dgriesbach 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Secure Connection Failed - PR_END_OF_FILE_ERROR

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there … (閱讀更多)

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there blank. Explanation of errors is NOT clear -

Is it possible to revert to previous version? Everything seems to work fine when using EDGE!

randb08 於 1 年前 詢問

FredMcD 於 1 年前 解答

  • 已解決
  • 封存

How to return Colored Cleartype?

Time is passing, new versions releasing, but problem are same. Firefox 71 had a good looking colored cleartype. Fonts was clear and pretty. And new versions have a monoc… (閱讀更多)

Time is passing, new versions releasing, but problem are same. Firefox 71 had a good looking colored cleartype. Fonts was clear and pretty. And new versions have a monochromatic cleartype, which makes fonts to look like sh1t. How to take back a colored cleartype? Just tell me, how. I tried many gfx.font_rendering.cleartype_params, but nothing is working.

temp-64GTX 於 1 年前 詢問

temp-64GTX 於 1 年前 解答

  • 已解決
  • 封存

Profile Manager Theme Suddenly Turns Into Light

Firefox's Profile Manager has always been in dark theme, which makes sense as my Windows theme preferences dictate that. However, once, I launched Firefox, which, as per … (閱讀更多)

Firefox's Profile Manager has always been in dark theme, which makes sense as my Windows theme preferences dictate that. However, once, I launched Firefox, which, as per preferences, asks which profile to use (i.e. Profile Manager), and the window is in light theme! I tried refreshing Firefox, and when that didn't work uninstalling Firefox along with user data and preferences (along with the "Old Firefox Data" folder on Desktop), but none of that made a difference. I restarted the computer, and that didn't nudge a thing either. What is happening?

Hassan Khalloof 於 1 年前 詢問

Hassan Khalloof 於 1 年前 解答

  • 已解決
  • 封存

All my pages went to dark mode after the last update

I always used a theme that is dark on the top side (tab area), after the last update, all pages went on darkmode without me making any change, google search, twitter, wha… (閱讀更多)

I always used a theme that is dark on the top side (tab area), after the last update, all pages went on darkmode without me making any change, google search, twitter, whatsapp web, even the initial firefox page. The only way to turn that off is to deactivate my theme. I dont want my browser to be entirely on dark mode. How can I roll back this change?

dieguitocinti 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Are fuller changelogs available for FF upgrades?

Before installing FF 96 today, I looked at the description of the changes here: https://www.mozilla.org/en-US/firefox/96.0/releasenotes/ That seemed straightforward: no… (閱讀更多)

Before installing FF 96 today, I looked at the description of the changes here:

https://www.mozilla.org/en-US/firefox/96.0/releasenotes/

That seemed straightforward: nothing that would change the browser UI.

But when I upgraded, I found that in fact there were changes to the margins and borders of the .tab-background class in browser.css, which took some time to debug and to counteract with my userChrome.css. Not the end of the world, but if I had known, I would have held off the upgrade for a few days so I could work out the userChrome changes at my leisure.

Is there a way that I can see a fuller changelog in future before taking an upgrade, so I know what the impact is likely to be?

pg_78 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

Dark Theme

Yesterday my firefox updated to version 96.0. It changed to screen to dark theme. I prefer the light theme and need help to change it back. Thanks Email me at [email]… (閱讀更多)

Yesterday my firefox updated to version 96.0. It changed to screen to dark theme. I prefer the light theme and need help to change it back. Thanks

Email me at [email]@Hotmail.com.

mmathe8 於 1 年前 詢問

artur6912 於 1 年前 解答

  • 已解決
  • 封存

background color

When I turned my computer on this morning the back ground on the home page is black. If I remove the add-ons it will be white. But if I put a add on back on it is black… (閱讀更多)

When I turned my computer on this morning the back ground on the home page is black. If I remove the add-ons it will be white. But if I put a add on back on it is black again and I can't see it good.

lgraceks 於 1 年前 詢問

Thái Minh Nguyễn 於 1 年前 解答

  • 已解決
  • 封存

Airbnb

Somehow Airbnb fails to load after numerous attempts. Clearing cache etc. doesn’t do the job. Shutting down the VPN doesn’t do the job either. The message I get from th… (閱讀更多)

Somehow Airbnb fails to load after numerous attempts. Clearing cache etc. doesn’t do the job. Shutting down the VPN doesn’t do the job either. The message I get from their website is (in Dutch) that’s something went wrong.

“Unfortunately your request couldn’t be executed due to a server error. Maybe maintenance is taking place currently on Airbnb or something is wrong with your connection. Refresh the page and try again.”

Anybody knows what to do please?

karsten71 於 1 年前 詢問

FredMcD 於 1 年前 解答

  • 已解決
  • 封存

v96.0 Blocked Cookies

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a cou… (閱讀更多)

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a couple of random cookies being return by the browser which may or may not be related.

krj 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Firefox background is now Black.

how can I restore to white, the black background on the Firefox Browser, even my menus have turned black. I have tried through my normal settings and although it states I… (閱讀更多)

how can I restore to white, the black background on the Firefox Browser, even my menus have turned black. I have tried through my normal settings and although it states I have a white background. It doesn't

Swann 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Google Keeps Asking

Every time I start Firefox it (correctly) starts google. But every time google is called up it asks whether I accept a load of stuff. Whatever I answer (normally "accept"… (閱讀更多)

Every time I start Firefox it (correctly) starts google. But every time google is called up it asks whether I accept a load of stuff. Whatever I answer (normally "accept") It still asks the same question next time. Is the answer being stored somewhere where Firefox deletes it? - so Google has to ask again?

Graham H 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

Dark appearance

The themes I use normally have white backgrounds and black text. Following an update, the default colour scheme changed from a white background to a black background for … (閱讀更多)

The themes I use normally have white backgrounds and black text. Following an update, the default colour scheme changed from a white background to a black background for web pages without the theme being changed. Google, YouTube, and Firefox pages are all using black backgrounds. I ensured that the Dark theme was disabled, selected the Light theme, then switched back to the theme I had been using; the black background returned when I switched back to the theme I wanted to use. I tried changing the colour settings under "Language and Appearance: Fonts and Colours: Colours..." to white text and black background and back to black text and white background, but no change was noticed at any point.

How do I change the page background back to white?

RandyBoat 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答