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 1 year ago

  • Archived

View Photo

Considering you update nearly every day, the dumbest thing you've done is change the "view photo" in the right mouse button to "open photo in a new tab". Why did you do … (read more)

Considering you update nearly every day, the dumbest thing you've done is change the "view photo" in the right mouse button to "open photo in a new tab". Why did you do this dumb thing. We all look at photos, and you made it inconvenient. Dumb Firefox code writers....

Asked by koyotee 2 years ago

Last reply by Paul 2 years ago

  • Archived

Firefox don't load the websites for a minute but other browsers does load them normally

I am facing a strange issue where the Browser doesn't load the website for a minute and shows server error. However, this behavior is not specific to any website and the … (read more)

I am facing a strange issue where the Browser doesn't load the website for a minute and shows server error. However, this behavior is not specific to any website and the server error shows randomly. Sometimes the browser loads the website normally while other times it shows server error. Please check this screencast: https://jmp.sh/jEu4D9k to understand better. So, I initially tried to open calendly.com and it didn't load despite my multiple reload attempts. However, when I tried to reload it after a minute then it came to life.

I have been facing this issue for many months and I tried almost every solution I found on Mozilla community pages like Resetting Mozilla, Setting No Proxy, Turning Off IPv6, DNS Prefetching Changes, Turning On/Off hardware acceleration, Uninstalled Mozilla and Installed a fresh copy, Changed to Mozilla Developer Edition, etc. but no luck. Please note that the other browsers are working fine and don't have any issues.

Asked by Raj 1 year ago

Last reply by FredMcD 1 year ago

  • Archived

Getting Update To 90.0 Beta 5

Got an update to89.0 four days ago, that totally screwed up my userChrome.css file -- which I now fixed (Again, thank you to all that help with posting this updated file … (read more)

Got an update to89.0 four days ago, that totally screwed up my userChrome.css file -- which I now fixed (Again, thank you to all that help with posting this updated file to get tabs on the bottom for us non-techies) but I am now getting notices to update to 90.0 Beta 5. This is new, as far as I know, and I certainly don't want to try Beta versions, if anything I'd like less updates to avoid the userChrome incidents ... Is there a way to get out of this Beta update cycle, and back to whatever "normal" update requests are? Thanks!

Asked by JussAskin 1 year ago

Last reply by JussAskin 1 year ago

  • Archived

Clicking Basic Media Website Buttons Freezes Entire Computer

If I am on Youtube and click the logo icon in the top left, or the Twitter back button, or click on a recommended video, my entire computer freezes for 8-15 seconds. I ca… (read more)

If I am on Youtube and click the logo icon in the top left, or the Twitter back button, or click on a recommended video, my entire computer freezes for 8-15 seconds. I can't close apps, speak on communication apps like Discord, nor can I even close the tab. I've tried troubleshoot mode, verifying browser file integrity, turning hardware acceleration off, and using older versions of Firefox and the issue seems to persist no matter what I do, I happen to really like this browser and I really want to try and find a solution for these issues. I am always running the latest version of Firefox (90b5) and use windows 8.1. When recording some of my performance data it seems the issue uses all the power my CPU (i-5 6600k) is able to offer. I don't know how to fix this and would really appreciate any help, thank you in advance.

If it helps: https://share.firefox.dev/3pzodOU

Asked by rydawgspam 1 year ago

Last reply by rydawgspam 1 year ago

  • Solved
  • Archived

Easier way to quickly swap between profiles

Hey guys, just wondering if there's a toolbar workflow similar to Chrome and Edge where we can jump between profiles. I believe there is `about:profiles` though that requ… (read more)

Hey guys, just wondering if there's a toolbar workflow similar to Chrome and Edge where we can jump between profiles. I believe there is `about:profiles` though that requires a bookmark and a few additional clicks to jump between profiles.

Perhaps the profile icon on the toolbar can have an item that shows all available profiles?

Asked by John 1 year ago

Answered by cor-el 1 year ago

  • Archived

How can I permanently force firefox's automatic updates to be turned off?

How can I permanently force firefox's automatic updates to be turned off? Which guy modified the original design for the new version of Firefox bookmarks? Is there someth… (read more)

How can I permanently force firefox's automatic updates to be turned off? Which guy modified the original design for the new version of Firefox bookmarks? Is there something wrong with that man's brain? Is the spacing of the new bookmark item too large to read? It's very uncomfortable.

Asked by gem_536 1 year ago

Last reply by EF80 1 year ago

  • Archived

I recently bought a new laptop and I have firefox sync enabled.

I am using an offline web page as my default firefox home page and all was going well until I enabled sync. Now when I boot up firefox two things happen. It changes the a… (read more)

I am using an offline web page as my default firefox home page and all was going well until I enabled sync. Now when I boot up firefox two things happen. It changes the address for my home page file to a folder NOT on this computer (the desk top) and won't retain the address I need for that folder.

I have just tried editing the bookmark for page. At the moment it seems to be working but I think sync is causing this issue and wonder if there is a fix for it?

Thank you.

Asked by Rosaliy Lynne 1 year ago

Last reply by Rosaliy Lynne 1 year ago

  • Solved
  • Archived

My Firefox can't play any videos on any websites.

My Firefox can't play any video on any websites. Youtube video keeps on buffering forever and I can't click on the play button. But preview images still shows up when I h… (read more)

My Firefox can't play any video on any websites. Youtube video keeps on buffering forever and I can't click on the play button. But preview images still shows up when I hover the mouse over video bar. This happened after I updated to latest FF version

I've tried every solutions provided by Mozilla Support: clear caches, disable extensions, uncheck hardware acceleration,.... you name it I've tried it all. Other browsers are just fine, but since FF is my main browser for work I don't want to switch to another one just for music or video.

Thank you for your support.

Asked by thuyvh.pr.ec 1 year ago

Answered by FredMcD 1 year ago

  • Archived

Firefox keeps crashing at start up.

Hi, The electric cut out while my Firefox browser was open. Now I get a crash every time I try to open Firefox. I can't send a crash report and windows will not fix the … (read more)

Hi,

The electric cut out while my Firefox browser was open. Now I get a crash every time I try to open Firefox. I can't send a crash report and windows will not fix the problem. How do I fix this? I need Firefox to work as it has all my passwords and bookmarks saved. Why can't I simply move over to the developer edition? I did try but the morons at Morzilla didn't add any options for moving bookmarks and passwords from Firefox to the developer edition. Thanks a lot Morzilla, you really fucked up my day.

Problem signature:

 Problem Event Name:	APPCRASH
 Application Name:	firefox.exe
 Application Version:	89.0.0.7817
 Application Timestamp:	60afee4d
 Fault Module Name:	firefox.exe
 Fault Module Version:	89.0.0.7817
 Fault Module Timestamp:	60afee4d
 Exception Code:	c0000005
 Exception Offset:	00002c6d
 OS Version:	6.1.7601.2.1.0.256.1
 Locale ID:	2057
 Additional Information 1:	0a9e
 Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
 Additional Information 3:	0a9e
 Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Asked by jayw1988 1 year ago

Last reply by FredMcD 1 year ago

  • Archived

Firefox 64 bit beta closing w/o error message or crash report, including in troubleshooting mode.

Firefox 90b8 (64 bit). Note: I had previously been using 32-bit and it would crash once or more per day WITH crash files, many of which were (I think) submitted to you. M… (read more)

Firefox 90b8 (64 bit). Note: I had previously been using 32-bit and it would crash once or more per day WITH crash files, many of which were (I think) submitted to you. My PC may be a factor: It's a "new old stock" (vintage 2016 or so) Pipo X9S. This model has 4 GB RAM and a 64 GB EMMC "disk." All disk operations are pathetically slow and I suspect this a factor in the poor performance.

I'd been hoping to see if the 64-bit build works better or could provide crash files. Clearly there's still something broken, but why no crash message/file?

The PC itself has been checked as well as I can. Latest win10 with all updates. Chkdsk /F finds no errors. I even downloaded and ran MEMTEST86 -- no problems there.

Firefox's "Use" is typically streaming music (SoundCloud) but many crashes happen when also doing normal web browsing in a 2nd tab.

Can someone help me to set up crash messages and reporting? Thank you.

Asked by bmmoser 1 year ago

Last reply by FredMcD 1 year ago

  • Solved
  • Archived

Bookmarks toolbar won't stay open

Before the update, my bookmarks toolbox was permanently open on the left side of the screen. That was a perfect setup for me, as I use a lot of bookmarklets for time savi… (read more)

Before the update, my bookmarks toolbox was permanently open on the left side of the screen. That was a perfect setup for me, as I use a lot of bookmarklets for time saving on sites I'm on frequently. Since the update, all I have at the top of the screen is Import bookmarks and Most Visited (top left) and Other Bookmarks (top right). I can open Other Bookmarks, and my bookmarklets are there, but clicking one closes the Other Bookmarks folder each and every time. This renders them useless for my purpose. Is there a way to reopen, and KEEP open, my toolbox? I've tried clicking the Keep Open option and selecting done, but that doesn't do what I'm wanting it to do.

Asked by jhopemassey 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

using the backspace bar instead of the back button

One of the beauties of firefox has long been that I could use the backspace bar instead of the back button to return to the previous page when browsing. Somewhere in the … (read more)

One of the beauties of firefox has long been that I could use the backspace bar instead of the back button to return to the previous page when browsing. Somewhere in the last updates this wonderful functionality was lost. Is there anyway I can restore this? I'm suffering from Parkinson's Disease which oftentimes makes controlling my mouse nearly impossible.

Asked by TiongHan 1 year ago

Answered by TyDraniu 1 year ago

  • Archived

Is there a way to pass firefox secure-website-certificate data to jason or other format

Hi I am currently creating a Firefox plugin and I am trying to grab the data from the secure website certification to use and display to the user is this possible? … (read more)

Hi I am currently creating a Firefox plugin and I am trying to grab the data from the secure website certification to use and display to the user is this possible?

Asked by tomtrkd 1 year ago

Last reply by cor-el 1 year ago

  • Solved
  • Archived

Address syncing option not available in Firefox Developer Edition

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12. … (read more)

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12.

Asked by Zizheng 1 year ago

Answered by cor-el 1 year ago

  • Archived

Firefox switching between tabs freezes on Ubuntu Firefox 89 and 90(beta)

Basically, what it says in the title. Not so long time ago I started noticing that Firefox starts randomly "freezing" when switching between tabs (most often) and clicki… (read more)

Basically, what it says in the title. Not so long time ago I started noticing that Firefox starts randomly "freezing" when switching between tabs (most often) and clicking on links within webpages. I put "freezing" in quotation marks, because it's not really frozen - I can click on the tab and interface would respond, but showing new tab wouldn't happen. I made a video and shared it on Google Drive. https://drive.google.com/file/d/1IBVhYru58l5xlfkz7GrvYuscWqCoC_gH/view?usp=sharing

Few things to consider: 1) Bug present in both latest stable and beta versions 2) Bug still present in completely clean installation of Firefox, without any add-ons and not signed-in in the account 3) I use v2ray and Qv2ray to bypass internet restrictions of a country where I am currently at. It seems that "freezing" has to do with poor internet connection. Has anyone encountered similar problems?

Asked by dmitrywat 1 year ago

Last reply by dmitrywat 1 year ago

  • Archived

Developer Tools - Inspector - make it always show full list of selectors in the HTML panel?

In the Inspector panel in Developer Tools, HTML elements with a long list of selectors don't show all the selectors. They get reduced with a `...`. The only way I've foun… (read more)

In the Inspector panel in Developer Tools, HTML elements with a long list of selectors don't show all the selectors. They get reduced with a `...`. The only way I've found to show the full list of selectors is to double-click it (which puts it into "Edit as HTML" mode).

As a web developer, I find this is adding unnecessary complication and inconvenience. When picking selectors from the page, as I build out custom CSS, I don't want to have to put some HTML elements into "Edit as HTML" just to see what the full list of classes is, for example.

It most commonly occurs on the `body` elements on Wordpress sites (which tends to have a long list of `class` selectors for this element).

Is there a way to turn this feature off?

Here's the way it's displaying by default: https://ibb.co/MN93bKw

Here's the full list of selectors on that same element: https://ibb.co/Z85Sq6H

Thanks very much.

Jonathan

Asked by Inspired Earth 1 year ago

Last reply by Inspired Earth 1 year ago

  • Archived

Bookmarnk menu lines are too narrow, how can I customize it or restore its default style?

I'm using Firefox developer edition 90.0b12 As seen in the attached picture, the bookmark menu lines are too narrow. If I recall correctly, a couple years ago I customi… (read more)

I'm using Firefox developer edition 90.0b12

As seen in the attached picture, the bookmark menu lines are too narrow.

If I recall correctly, a couple years ago I customized it, but now I can't find any userChrome.css file anywhere.

How can I find why is it being displayed like that? or how can I restore its default display?

Thanks a lot

Asked by opensas 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Why does Firefox scan my fonts directory?

Before FF starts it hangs and scans my font folder (all 600meg!) before it will do anything else, like connect to a website. This happens even if I simply restart the app… (read more)

Before FF starts it hangs and scans my font folder (all 600meg!) before it will do anything else, like connect to a website. This happens even if I simply restart the application after it's been running. And, its particularly worse after an update. Why can't it keep a list of available fonts that it can refer to rather than scan all over again? This can cause delays that run up to a minute and a half, as long as three and a little more.

I was going to rename the windows/Fonts folder to see what happens but being a system folder I can't.

Windows 10.

Asked by jeffinputnam 1 year ago

Last reply by jeffinputnam 1 year ago

  • Archived

How do I get off of the beta channel?

I have two versions of Firefox installed on my work PC, the regular one for my everyday browsing and the Developer's Edition for my work with the regular one being my def… (read more)

I have two versions of Firefox installed on my work PC, the regular one for my everyday browsing and the Developer's Edition for my work with the regular one being my default browser. For some reason, through no effort on my part, I ended up on the beta channel for the regular browser.

That was OK until the latest beta (version 90) started showing an extremely annoying bug. On a daily basis, on average, it will stop loading pages for no reason. For that reason, I'd like to get off of the beta channel and get back to using the release version. Would uninstalling the beta version and installing the release version do that for me? Or will I somehow end up back on the beta channel and get upgraded to the beta version again? (If I do have to uninstall the beta and install the release, I want to keep all of the settings, bookmarks, plugins, etc. that I have in that browser. I have the Dev Edition browser set up to never sync, so it has a different set of settings, etc., which I don't want carried over to the other browser.)

Asked by rholstein 1 year ago

Last reply by cor-el 1 year ago