Showing questions tagged: Show all questions
  • Solved
  • Locked
  • Archived

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (read more)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

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

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

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

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#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;
/*  z-index: 1 !important; */
}

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by Trevor George, Bristol, UK 2 years ago

Answered by Trevor George, Bristol, UK 2 years ago

  • Solved
  • Archived

What is in the profiles/storage/default folder?

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page … (read more)

The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page & clicks on all sorts of news articles.

How do I trim down its size? Can I delete some history, such as old stuff? Thanks

Asked by Mike109 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Used "sessionstore" backup, and everything returned, but now it won't update.

So after wiping my system for a fresh windows install, I pulled out the backup.json4 and recovery.json4 from my backup drive and plopped it in place of sessionstore.json4… (read more)

So after wiping my system for a fresh windows install, I pulled out the backup.json4 and recovery.json4 from my backup drive and plopped it in place of sessionstore.json4

And all of my tabs and windows came back! So far so good!

But then after closing some tabs and moving things around, when I close the session out again, it doesn't update the sessionstore file, or any of the stuff in the backup folder to reflect those changes.

When I open firefox again it starts as a session with all my windows/tabs after the file-replace.

I use firefox for managing tutorial videos, which involves separating them into different windows/tab arrangements, so any tips on how to resolve this issue and get firefox to start updating the sessionstore would be appreciated.

Thank you!

Asked by edkerscher 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

bit.ly links not working

Sincere apologies. Just found the answer !!! When I copied the link I picked up a space added to the link <}:-( Can't see how to delete my original quest… (read more)

      • Sincere apologies. Just found the answer !!! When I copied the link I picked up a space added to the link <}:-( Can't see how to delete my original question - only edit it ***

Up until now all my saved bit.ly links worked fine when I put in the short link: e.g. bit.ly/HfdSfGrd

But now with some I get: Something's wrong here.

This is a 404 error, which means you've clicked on a bad link or entered an invalid URL. Maybe what you are looking for can be found at Bitly.com. P.S. Bitly links are case sensitive.


Any suggestions as to what has gone wrong and the cure?

Asked by Christopher Whitmey 1 year ago

Answered by Christopher Whitmey 1 year ago

  • Solved
  • Archived

Pinned tabs

I have once again lost all my pinned tabs. The answers to this I'm seeing are random and unstructured. This is becoming an issue for me as I use this function frequently.… (read more)

I have once again lost all my pinned tabs. The answers to this I'm seeing are random and unstructured. This is becoming an issue for me as I use this function frequently. Can the Mozilla team PLEASE fix this properly as it appears to mess up a few folks. And the answer is NOT having to quit and restart. They should be presevered in their own right. And please can you implement synching of Pinned Tabs across my login domain. Ta muchly

Asked by tom.wiersma 1 year ago

Answered by cor-el 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 1 year ago

Answered by john.enrietto 1 year ago

  • Solved
  • Archived

Refreshing page on Firefox Android by dragging down the viewport.

Hello, Is there a way to refresh a page on Firefox for Android by dragging down the viewport? I use it all the time on Opera for Android and it's really helpful. Wonde… (read more)

Hello,

Is there a way to refresh a page on Firefox for Android by dragging down the viewport?

I use it all the time on Opera for Android and it's really helpful.

Wondering if you can enable that option or where to request that feature for a new version of the browser.

Thank you!

Asked by Andy C. 1 year ago

Answered by Paul 1 year ago

  • Solved
  • Archived

How do I change a website Favicon?

Hi, I have seen instructions on the Google search on how to do this but the instructions don't line up with the current version of Firefox. YouTube videos are all about u… (read more)

Hi, I have seen instructions on the Google search on how to do this but the instructions don't line up with the current version of Firefox. YouTube videos are all about using code which is beyond me. There must be a piece of software (app) or some other simple way to do this. Has anyone found a way yet?

Thanks, Pete

Asked by peted11 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Ubuntu 18.04.5 - tab flickering when I refresh or loading website

Dear Mozilla Support, After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I load… (read more)

Dear Mozilla Support,

After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I loading website or refresh website. This looks very strange. Like I said I dindn't notice any issue with flickering on previous Mozilla Firefox versions. Only with these new versions with new look of the tabs. I didn't remember if it was 89.0.0 version or 90.0.0 version. I don't know if it is problem with the machine but I didn't notice this issue on another computer with 90.0.2 Firefox version but with Windows 10 OS. I also noticed this issue with Firefox 90.0.0.2 with Windows 7 OS on another computer so I don't know if this is problem with two computers or Firefox itself. Can you help me?

Yours faithfully, Piotr

Asked by Peter 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

how to remove the tittle bar in linux mint?

how to remove the Firefox tittle bar in Linux mint. in windows it does not show the tittle bar. chrome in Linux also doesn't show the title bar. is there any way? in pre… (read more)

how to remove the Firefox tittle bar in Linux mint. in windows it does not show the tittle bar. chrome in Linux also doesn't show the title bar. is there any way? in previous version there used to be an option to toggle the title bar in the customize session..

Asked by Shravanth Reddy Emani 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Facebook Messenger not loading complete page Firefox 90.0.2 (64-bit) Windows 10

The Messenger page loads partially and stops. Same page works fine in New Microsoft Edge (Chromium). Problem seemed to start with last upgrade to 90.0.2. https://www.fa… (read more)

The Messenger page loads partially and stops. Same page works fine in New Microsoft Edge (Chromium). Problem seemed to start with last upgrade to 90.0.2. https://www.facebook.com/messages/t/1234... I tried disabling uBlock Origin, Privacy Possum, Privacy badger, page still won't load completely, just partially and "locks up".

Asked by Craiga 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Background Effect on Google Meet

Hello how are you? I'm seriously considering switching to Firefox Browser to have more control over my privacy. However, the university makes use of Google Meet and the b… (read more)

Hello how are you? I'm seriously considering switching to Firefox Browser to have more control over my privacy. However, the university makes use of Google Meet and the background is only enabled for Google Chrome and Chromium bases. So, I would like to know if there is how (modification in config, extension) to enable the functions. Thanks!

Asked by bsabrunosouza1 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Bookmarks Not Displaying on Toolbar

I recently reinstalled Firefox after doing a full Windows reinstall on my PC. Since then, my bookmarks are not displaying on the bookmarks toolbar. I've "refreshed" Firef… (read more)

I recently reinstalled Firefox after doing a full Windows reinstall on my PC. Since then, my bookmarks are not displaying on the bookmarks toolbar. I've "refreshed" Firefox from the control panel, rebooted my PC, and reinstalled Firefox. I've also moved the bookmarks from the toolbar folder in the bookmark manager and then put them back. Any suggestions?

Asked by Gandalf_GrayHat 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

autofill credit card info

Where is the ability to save credit card information? As per this moz article its definitely not under privacy&security -> forms autofill, in fact there is just lo… (read more)

Where is the ability to save credit card information? As per this moz article its definitely not under privacy&security -> forms autofill, in fact there is just logins & passwords nothing about credit card.

I also went into about:config to confirm these attributes are set to true. extensions.formautofill.creditCards.enabled extensions.formautofill.creditCards.available

version 90.0.2.

Asked by Diders 1 year ago

Answered by cor-el 1 year ago