Showing questions tagged: Show all questions
  • Solved
  • Archived

[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… (read more)

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.

Asked by Marcelo 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How to change menu/toolbar color after update?

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all t… (read more)

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all the options. However, this also changed the colors of my browser menu and toolbar to green. The thing is, while green is a fine color, I would never select it as "my" color for anything ever.

I've tried to change the color in about:preferences, but nothing I can find seems to work. Any ideas?

Thanks!

Asked by RoyDA 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

How do I remove the List all Tabs button

So I just updated to version 106.0.1, and I noticed something new in the far right corner of the screen, an arrow with a dropdown function listed as view all tabs. I have… (read more)

So I just updated to version 106.0.1, and I noticed something new in the far right corner of the screen, an arrow with a dropdown function listed as view all tabs. I have no need for this and tried to use the customize toolbar option to remove it. It did not work. How do I get rid of this thing? It's just kinda taking up space on the screen as I doubt I'm ever gonna use it.

Any tips here?

Asked by Marc7 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

How to disable dark mode!?

Hi! This will sound like an odd question, given that everybody seems to search for the opposite - but how could I DISABLE dark-mode in FF95.00? I have my whole OS in da… (read more)

Hi! This will sound like an odd question, given that everybody seems to search for the opposite - but how could I DISABLE dark-mode in FF95.00?

I have my whole OS in dark-mode the whole time because of looks. I also installed a dark-mode theme on FF. Because of looks. But after the latest updates, FF decided to present a bunch of my favourite websites in dark-mode, too. Even at daytime - where I use my Computer.

Affected websites are, for example such "unknown" websites like "twitter.com", "spiegel.de" or even "facebook.com". It seems like they use some kind of a flag or token, which decides to use darkmode or not. How do I re-enable the light-mode (is this even a word?), not dependent of my windows / FF settings? Is there an add-on?

Asked by marcus.wiedner 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

google account auto login?

Hi, I've noticed recently that on login to some website that because my account profile uses a gmail account the website is automatically logging me in. I'm assuming th… (read more)

Hi, I've noticed recently that on login to some website that because my account profile uses a gmail account the website is automatically logging me in.

I'm assuming the following is what is happening, I'd like to stop it and use my password manager to login, but this process the website is using is completely bypassing my configuration choices.

Should I assume this data is shared with Google? It must be right, they have sent an authentication request to google that my email on profile is valid and google knows the domain that made the request and the timestamp. Worse, this blocks me from using my own password manager or browser password manager and gives me no control over what is shared with google a 3rd party to website i have subscribed, are they not violating privacy terms by doing this? Is there a class action in progress somewhere?

Asked by markballew 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Locked
  • Archived

Firefox saves file when "Open with" is selected.

Hello! I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work … (read more)

Hello!

I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work around to get the "What should Firefox do with this file?" prompt.

Is this no longer possible?

Thanks.

Asked by zed 1 year ago

Answered by AliceWyman 1 year ago

  • Solved
  • Archived

screenshots don't work

I am trying to restore the take screenshot icon. The suggested remedies do not work. Take screen shot does not come up as an option, no matter on which part of the page I… (read more)

I am trying to restore the take screenshot icon. The suggested remedies do not work. Take screen shot does not come up as an option, no matter on which part of the page I right press. Also, control + shift + s does not work. Finally, the screenshot icon does not show up in my list of icons to be transferred to the toolbar, so I can't do that either. How do I fix this? I use screenshot a lot, especially the option to take a shot of part of a screen.

Asked by ristaird 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox doesn't remember the youtube login

I had the same problem like the link below when I use firefox. https://www.reddit.com/r/firefox/comments/tjxh7s/videos_freeze_when_window_isnt_in_focus/ So, did what th… (read more)

I had the same problem like the link below when I use firefox.

https://www.reddit.com/r/firefox/comments/tjxh7s/videos_freeze_when_window_isnt_in_focus/

So, did what the instruction says and it solved the problem regarding discord.

But, since I changed that setting, firefox doesn't remember my google login or dark skin settings of other websites (it was always automatically logged in when I use YouTube. Not like it remembers the password).

How can I solve it? I resetted firefox multiple times.

Asked by bgh1234554 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Multirow Bookmarks

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked… (read more)

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file.

/* Multi-Row Bookmarks Toolbar */

  1. PersonalToolbar {
 /* Override max-height */
 min-height: unset !important;
 max-height: unset !important; */

}

  1. PlacesToolbar > hbox:first-child {
   display: block

}

  1. PlacesToolbarItems {
   display: flex;
   flex-wrap: wrap

}

Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window.

I am perplexed. Help? --elizabeth

Asked by baker_eliz 10 months ago

Answered by cor-el 10 months ago

  • Solved
  • Archived

I now have "old firefox data" files on my desktop. I appear to have lost all of my data on the browser after an update. How do I restore the files?

Something happened to the Firefox browser (Windows 10) that caused a file named "old firefox data" to appear on my desktop. My passwords, bookmarks and other data have di… (read more)

Something happened to the Firefox browser (Windows 10) that caused a file named "old firefox data" to appear on my desktop. My passwords, bookmarks and other data have disappeared in the browser. How do I restore them?

Asked by t.hankinson 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Bookmark Padding in New Firefox Versions 2

It is sad, I think, that Mozilla/Firefox is willing to close/archive a thread that is not really solved or has reared its ugly head again in versions since the release of… (read more)

It is sad, I think, that Mozilla/Firefox is willing to close/archive a thread that is not really solved or has reared its ugly head again in versions since the release of 93 (we are now at 97.0.2). I came to this site and registered because I am still having this issue as of 3/6/2022...arg!

I have tried the 3 recommended solutions, with no affect:

I have, as one article suggested, cleared my cache and cookies, started and restarted Firefox; the only thing I have not tried is removing it from my computer and using Chrome (I'm told it is a better browser anyway) as some responders have eluded to.

I hope that responders like "jscher2000, Kymber" will continue the champion this issue until Mozilla gets it "Really" fixed.

Thanks for listening, Wayne

BTW, heres what my dropdowns look like today 3/6/2022 6:17 PM Arizona time.

Asked by waynelfuller49 1 year ago

Answered by MarkRH 1 year ago

  • Solved
  • Archived

Dev Tools

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reaso… (read more)

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks

Asked by john.enrietto 2 years ago

Answered by john.enrietto 2 years ago

  • Solved
  • Archived

How to setup Encrypted ESNI

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screen… (read more)

After watching this video https://www.youtube.com/watch?v=mAfY_bNJTBI i went to https://www.cloudflare.com/ssl/encrypted-sni/ and did the test. Result is 3/4. (See screenshot below) Secure DNS, check DNSSEC, check TLS 1.3 check Enrypted SNI, fail In Firefox i tried doing exactly what the person did in the video but i dont have the settings he is showing in about:config Why is that? (Below you can see the screenshot, those settings are missing from about:config)

So my question reamins simple, how can i enable Enrypted SNI in Firefox?

Asked by Firefox_Beginner 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox Destroyed Session Restore

Firefox (97.0 64 bit, windows 10) destroyed all my previous tabs (4 windows lots of tabs) when I opened it despite always having "Firefox will" set to "Remember History".… (read more)

Firefox (97.0 64 bit, windows 10) destroyed all my previous tabs (4 windows lots of tabs) when I opened it despite always having "Firefox will" set to "Remember History". It just opened one window with the Home page.

Trying to sort it out using restore all tabs and then all windows, it just made the problem worse and the restored tabs eventually stopped restoring so now I have useless json files.

The files I have in my profile are:

previous.jsonlz4 15/2/2022 18:46 recovery.baklz4 15/2/2022 19:10 recovery.jsonlz4 15/2/2022 19:10 (this file changes its name from bak to json and back to bak again, very odd) upgrade.jsonlz4-20220119190439 26/1/2022 00:23 upgrade.jsonlz4-20220126154723 29/1/2022 04:31 upgrade.jsonlz4-20220202182137 12/2/2022 17:40

Is it possible "previous.jsonlz4" may have all the windows and tabs that I lost?

If so, how could I get Firefox to use it when I next open it? (assuming if I close this browser it won't overwrite the "previous.jsonlz4" file??).

Also could I use the upgrade.jsonlz4 file to try to restore all the windows and tabs that I lost? The windows would have been much the same on 12 Feb as they were today before the destruction.

Asked by pamelap1 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

specific date in History

Hi, I would like the history from a specific date: 22/08/2020 (AEST). I can see the "most recent history" but there is no date attached. Could I please have a time sta… (read more)

Hi,

I would like the history from a specific date: 22/08/2020 (AEST).

I can see the "most recent history" but there is no date attached.

Could I please have a time stamped list all the websites that I visited on the 22nd to the 23rd of August, 2020?

Kind regards, Kade

Asked by encinoman1 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

moz-extension:// desktop shortcut

I would like to be able to open my browser extension directly from the desktop instead of clicking through a multitude of menus. But attempting to open it: The protocol "… (read more)

I would like to be able to open my browser extension directly from the desktop instead of clicking through a multitude of menus. But attempting to open it: The protocol "moz-extension" does not have a registered program.

How do i assign Firefox to open "moz-extension" files?

Asked by bradyharkonen 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Print <ctrl-P>... Preparing Preview hangs

I'm running v100.0.1 (64-bit) on Win10. I've seen others report this problem but haven't found a fix listed anywhere. <Ctrl-P> or Menu->Print results in the sa… (read more)

I'm running v100.0.1 (64-bit) on Win10. I've seen others report this problem but haven't found a fix listed anywhere. <Ctrl-P> or Menu->Print results in the same problem. The print overlay starts up (say Print in top right corner), spinning wheel above Preparing Preview in the center of the overlay... Never ends. I have to Esc to get out of it. Happens on any page. Print dialogue works fine on same pages with Chrome and Edge.

Asked by Bryan 1 year ago

Answered by Bryan 1 year ago

  • Solved
  • Archived

the plus tab to open a new tab has disappeared from my browser

Hello, For no reason I can easily identify, the plus symbol labeled tab to open new tabs from the browser has disappeared. I can still easily use the right click of the m… (read more)

Hello, For no reason I can easily identify, the plus symbol labeled tab to open new tabs from the browser has disappeared. I can still easily use the right click of the mouse or the control t keyboard trick, but I would much prefer the convenience of the ever available and accessible plus tab option. Your help to restore this feature would be very much appreciated. I use a Dell pc laptop with Windows 365 and Firefox. Thank you, Milagra Tyler [email removed from public]

Asked by milagras 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox keeps freezing

I was directed here from Mozilla Connect. Since the update a few days ago, my Firefox browser keeps freezing permanently. It seems to happen mostly when I interact with G… (read more)

I was directed here from Mozilla Connect. Since the update a few days ago, my Firefox browser keeps freezing permanently. It seems to happen mostly when I interact with Google Search (sometimes just loading Google will cause it) but it does happen occasionally on other sites. When it freezes this way, the only fix is to End Task and reload. It will successfully reload to the state it was in just a few seconds before freezing. I'm on Windows 10. I keep everything (OS, browsers, etc.) up to date, so I doubt that would be a factor. I wonder if there could there be an issue with a Google-based script (hence it occurring on other sites)? I don't know how I'd test for that.

Asked by Jarieスイセン 11 months ago

Answered by Jarieスイセン 10 months ago

  • Solved
  • Archived

Everything is WAY too big!

After updating to Firefox 103, everything in the browser including web pages, are way too big. Oversized. What the heck happened? Why do they do this? On the tool ba… (read more)

After updating to Firefox 103, everything in the browser including web pages, are way too big. Oversized. What the heck happened? Why do they do this? On the tool bar with the address field, on the right, I have a zoom icon, etc., and they're all much bigger!

I could adjust zoom, but this is not right. It's all messed up!

Yes I went into Customize Tool bar - Density - and it was already set to "compact - not supported"

I went into about: config - browser.display.os-zoom-behavior - changed to zero. Nothing happened.

I went into the windows settings - display - set to 125% which it always was. Changing to 100% didn't do anything. Went into display - Make display bigger - and it's 160, where I always had it.

Not happening in Chrome or Windows. So it's Firefox.

Asked by Steve09 1 year ago

Answered by TyDraniu 1 year ago