Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε
  • Κλειδωμένο
  • Αρχειοθετήθηκε

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… (διαβάστε περισσότερα)

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;}

Ερώτηση από Trevor George, Bristol, UK 1 έτος πριν

Απάντηση από Trevor George, Bristol, UK 1 έτος πριν

Limited Tabs

When you open a web site, a tab is created up top under the "File," "Edit," "View," etc. tabs. And, obviously, if you have more then one site open, they're all there. … (διαβάστε περισσότερα)

When you open a web site, a tab is created up top under the "File," "Edit," "View," etc. tabs. And, obviously, if you have more then one site open, they're all there. But this week I noticed that with the fourth tab, they stop being visible, and there's arrows on the far left and right. So if you have five or six pages open and you want to go back to the first tab/web site, you have to hit the arrow on the far left to make that tab visible, and then click on the tab.

So they went from one step/click to two, or three, or four! Sometimes I have to click around to find the tab I want. Also, there's times I just want to see if a site/tab is there. Now, I have to click the darn arrow and find it!

Why do they do this? If it aint broke, don't fix it!

I don't want it like this. At all. I want all the tabs there, without any arrows. Just like it always was. How do I get it back to what it was?

Ερώτηση από Steve09 5 μήνες πριν

Τελευταία απάντηση από Steve09 5 μήνες πριν

  • Επιλύθηκε
  • Κλειδωμένο
  • Αρχειοθετήθηκε

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (διαβάστε περισσότερα)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Ερώτηση από scottish2 3 έτη πριν

Απάντηση από cor-el 3 έτη πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Title bar and tab colour

In most standard Windows applications, the title bar and tab colour follows the default Windows settings, e.g. (in my case) the title bar and tab colour of active applica… (διαβάστε περισσότερα)

In most standard Windows applications, the title bar and tab colour follows the default Windows settings, e.g. (in my case) the title bar and tab colour of active application windows is blue. This is true even in Thunderbird. Since FF 89, title bar and tabs are something between white and light gray, which is extremely user-un-friendly. FF developer team should return to the previous colour scheme. Yes, I know the circumstances of free software but this is NO excuse to alienate millions of users. Developers that change fully functionable software just, well, just to CHANGE it should consider that they are doing WRONG. Could anyone tell them? I am just user, not developer and I am not willing to learn developer tools like BugZilla just for this simple guiding principle.

Ερώτηση από Semilynx 1 έτος πριν

Απάντηση από Semilynx 1 έτος πριν

tab deliminators

I am currently on version 110 of firefox. It is driving me crazy how there is no physical object or deliminator between tabs. they all just blend in. Is there any way to… (διαβάστε περισσότερα)

I am currently on version 110 of firefox. It is driving me crazy how there is no physical object or deliminator between tabs. they all just blend in. Is there any way to add the "|" (pipe command) between the tabs so they have some sort of separation?

thanks

Ερώτηση από LT72884 3 μήνες πριν

Τελευταία απάντηση από cor-el 2 μήνες πριν

  • Επιλύθηκε
  • Κλειδωμένο
  • Αρχειοθετήθηκε

89.0b2 Revert new tab design

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and… (διαβάστε περισσότερα)

Today I updated my Firefox Developer Edition to version 89.0b2 and now I just can not look at this browser anymore, "Inspired new tab design" is taking too much space and now became largest and at the same time least information-dense panel in my entire desktop! I searched around the web for a bit in hopes that I will find a theme or an add-on that will revert this particular change but no luck. I really want to revert to old UI look (at least tabs bar), there should be default theme or option to get back to old style. After some investigation I found userChrome.css but don't really want to install it (maybe this is actually the way of doing this kind of styling). Please help me revert UI design to old one.

Ερώτηση από PepeTheFrog21 2 έτη πριν

Απάντηση από Terry 2 έτη πριν

  • Επιλύθηκε
  • Κλειδωμένο
  • Αρχειοθετήθηκε

Moving webite tabs below bookmarks

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was… (διαβάστε περισσότερα)

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was a huge pain-in-the-butt to do.

After a recent re-install, the tabs have moved themselves back to the top of the screen and nothing I do seems to be able to move them back below the bookmarks.

Is there a way I can move the tabs that doesn't involve spending hours hunting through posts on the web, changing hidden Firefox settings, and recoding .css files?

If not, why do you not give the option to move the tabs wherever the user wants? Especially when it makes far more sense to have the website tabs directly above the website being viewed, at least in my opinion?

I'm currently using Firefox 85.0.2 (64-bit).

Ερώτηση από sparrowfox 2 έτη πριν

Απάντηση από jscher2000 - Support Volunteer 2 έτη πριν

  • Αρχειοθετήθηκε

"Super-Bug" tabs and setting

I have several hundred tabs, tick them all and want to bookmark them, but that never works. Never! I uninstalled Firefox, reinstalled it. It still does not work. I've tur… (διαβάστε περισσότερα)

I have several hundred tabs, tick them all and want to bookmark them, but that never works. Never! I uninstalled Firefox, reinstalled it. It still does not work. I've turned off all add-ons, it's still not working. The error has been present for 2 or 3 years! I also used a whole lot of tabs managers but not even one solved the problem, managers don't even see these tabs! In my case, Firefox is stable, pages open, so what makes it impossible to add or save tabs? I don't want to lose my open tabs. I searched all the help pages, tricks and it still doesn't work, nothing, nothing at all, not even reinstating a computer or anything else won't fix the problem. I will also add that the "Settings" menu does not open! This is unique (super-bug)!

Ερώτηση από zefir_zwiejek 1 έτος πριν

Τελευταία απάντηση από zefir_zwiejek 1 έτος πριν

  • Αρχειοθετήθηκε

Autoplay is blocked when opening link in New Tab without switching to it

So, despite selecting "Allow Audio and Video" in the Site Preferences, "AUTOPLAY BLOCKED" continues to show on a tab, and it only goes away once I access the tab. This pa… (διαβάστε περισσότερα)

So, despite selecting "Allow Audio and Video" in the Site Preferences, "AUTOPLAY BLOCKED" continues to show on a tab, and it only goes away once I access the tab. This particularly happens on Youtube media.

You may find attached to this question an image of my about:config settings.

What further can be done to fix this?

Ερώτηση από icywiddow 11 μήνες πριν

Τελευταία απάντηση από icywiddow 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

tabs below address bar - an ongoing problem not fixed !!!

Ever since IE changed to tabs on top firefox coders followed like mindless automatons without any regard to/for Mozilla community and users. We are sick and tired of bein… (διαβάστε περισσότερα)

Ever since IE changed to tabs on top firefox coders followed like mindless automatons without any regard to/for Mozilla community and users. We are sick and tired of being ignored. We want/need tabs bellow address bar. Now, tell us how to simply get tabs below address bar or tell the coders to provide us with the option. And, we don’t care about any excuses as previously provided or outright ignored by them.

Ερώτηση από g7777 2 έτη πριν

Απάντηση από cor-el 2 έτη πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Tabs gone after V89.0 update

Mt tab bar is set up to appear underneath the bookmarks bar. I just updated to version 89.0 (64 bit) and the tabs bar is there but NO tabs are appearing on it or anywhere… (διαβάστε περισσότερα)

Mt tab bar is set up to appear underneath the bookmarks bar. I just updated to version 89.0 (64 bit) and the tabs bar is there but NO tabs are appearing on it or anywhere. How do I fix this?

Ερώτηση από Briankarens 1 έτος πριν

Απάντηση από jscher2000 - Support Volunteer 1 έτος πριν

  • Αρχειοθετήθηκε

Switch back to the old tab design???

Hello, I just installed the new update. The new tab design is totally confusing/unclear to me. Especially the fact that the new tabs don't have a "seperator-line" to th… (διαβάστε περισσότερα)

Hello,

I just installed the new update. The new tab design is totally confusing/unclear to me. Especially the fact that the new tabs don't have a "seperator-line" to the next tab. Thats totally disturbing to me. It's really difficult for me to keep the overview about my normally around 60 tabs now. Is there an option to switch back to the old tabs look and feel? Are there other options to customize the look of the tab bar?

Thanks in advance and Greetz!

Ερώτηση από alien1 1 έτος πριν

Τελευταία απάντηση από Toad-Hall 1 έτος πριν

  • Κλειδωμένο
  • Αρχειοθετήθηκε

Put tabs BELOW address bar already!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Hi to ALL Firefox admins and programmers..... I think Im speaking for most people when I say this...... PUT THE DAMN TABS !!!!!BELOW!!!! the address bar already!!… (διαβάστε περισσότερα)

Hi

to ALL Firefox admins and programmers.....

I think Im speaking for most people when I say this......

PUT THE DAMN TABS !!!!!BELOW!!!! the address bar already!!

People have been begging you to do this for ******* years!!!

Stop being such a**holes and make it like this BY DEFAULT FOREVER! And add a simple option in the setting that always allows the user to put the tabs above or below....but I know most people want this always BELOW!!!

Fix this issue PLEASE it pisses soooo many people off having the tabs above the address bar. ...Also when I double click on the empty space beside the tabs it just shrink the open window.....change this so double clicking on the empty area OPENS A NEW TAB...

Signed a VERY pissed off user!

Ερώτηση από mrgzjk 2 έτη πριν

Τελευταία απάντηση από Chris Ilias 1 έτος πριν

  • Κλειδωμένο
  • Αρχειοθετήθηκε

How to set Tabs below address bar Firefox 89

I would like to set the tabs to display below the address bar in Firefox 89 64bit. I believe the setting is in about:config but I can't find it. Firefox does this ever… (διαβάστε περισσότερα)

I would like to set the tabs to display below the address bar in Firefox 89 64bit. I believe the setting is in about:config but I can't find it. Firefox does this every so often and I wish they would just have a button to say tabs on top, or tabs below address bar.

Ερώτηση από chip4343 1 έτος πριν

Τελευταία απάντηση από Chris Ilias 1 έτος πριν

  • Αρχειοθετήθηκε

How to recover tabs lost when FF 100.0.2 crashed?

Hello, When FF on my Windows 10 machine crashed FF asked if I wanted to refresh FF. I said yes, and FF reopened as usual with all my tabs. After I closed and reopened … (διαβάστε περισσότερα)

Hello,

When FF on my Windows 10 machine crashed FF asked if I wanted to refresh FF. I said yes, and FF reopened as usual with all my tabs. After I closed and reopened FF the next time, it reopened without any of my tabs. I then discovered that FF had unchecked the “Startup Open previous windows and tabs” box, which I had previously religiously monitored to be sure it was checked. So I lost all my previous tabs.

In my sessionstore-backups folder I found the file upgrade.jsonlz4-20 as last in a list of three more recent file names. I then dropped the file upgrade.jsonlz4-20 in the scrounger tool on this site: https://www.jeffersonscher.com/ffu/scrounger.html. It expanded in the big window, and when I clicked on Save uncompressed JSON as text, I see all the URLs run together in a text file.

How can I use this information to recover my tabs, please? If so, how? Or is there a better way to use the Scrounger – or another – tool?

Otherwise if I delete the three more recent file names in the list above the upgrade.jsonlz4-20 file, and restart FF will I recover the missing tabs? If so would I the check or uncheck the Startup Open previous windows and tabs box?

Lastly, can I restore my missing tabs using Windows’ “System restore” tool from 3 days before the crash?

Many thanks for any help!

Ερώτηση από Rasika Michael 1 έτος πριν

Τελευταία απάντηση από Rasika Michael 1 έτος πριν

after upgrading to ff110 problem with css regarding browser tabs

Appreciate help for the following: 1. these codes don't work anymore in FF 110: #tabbrowser-tab[first-visible-tab="true"] { margin-left: 3px !important; } 2. Also … (διαβάστε περισσότερα)

Appreciate help for the following: 1. these codes don't work anymore in FF 110: #tabbrowser-tab[first-visible-tab="true"] { margin-left: 3px !important; }

2. Also this one for Tab Separators , works ok except , the "last tab separator on the right" disappeared , I mean the left is visible but the right side of the tab has no separator :

.tab-content {
position: relative !important;
overflow: hidden !important;
--separator-color: rgba(255,255,255,0.4);
}

.tab-content::before,
.tab-content::after {
content: '' !important;
display: block !important;
position: absolute !important;
background-color: var(--separator-color) !important;
width: 1px !important;
height: 28px !important;
transform: translateY(24px) !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
}

.tab-content::before {
left: 0 !important;
}

.tab-content::after {
right: 0 !important;
}

.tabbrowser-tab[visuallyselected][style*=transform]+.tabbrowser-tab[style*=transform] .tab-content::after {
opacity: var(--tab-separator-opacity) !important;
}

.tabbrowser-tab[style*=transform]:not([visuallyselected]) .tab-content::before,
.tabbrowser-tab[style*=transform]+.tabbrowser-tab:not([visuallyselected]) .tab-content::before {
opacity: var(--tab-separator-opacity) !important;
}

.tabbrowser-tab:not([visuallyselected]):not(:hover):not([multiselected])+.tabbrowser-tab:not([visuallyselected]):not(:hover):not([multiselected]) .tab-content::before {
opacity: var(--tab-separator-opacity) !important;
}

#tabbrowser-tabs[hasadjacentnewtabbutton]:not([overflow]) .tabbrowser-tab[last-visible-tab]:not([visuallyselected]):not(:hover):not([multiselected]) .tab-content::after {
opacity: var(--tab-separator-opacity) !important;
}

#tabbrowser-tabs[overflow] .tabbrowser-tab[pinned]+.tabbrowser-tab:not([pinned]) .tab-content::before {
opacity: 0 !important;
}

Any help appreciated Thanks look4

Ερώτηση από look4 3 μήνες πριν

Τελευταία απάντηση από look4 3 μήνες πριν

  • Αρχειοθετήθηκε

Restore second last closed session

Hi! I had two Firefox windows open at the same time, one with a lot of tabs open in it, and one with only a few open. I was going to close firefox in order to restart th… (διαβάστε περισσότερα)

Hi!

I had two Firefox windows open at the same time, one with a lot of tabs open in it, and one with only a few open. I was going to close firefox in order to restart the computer, and closed the window with many tabs in it first, and then I closed the window with only a few tabs in it. The next time I started Firefox, only the window with a few tabs in it loaded, and not the other window in which I had the vast majority of all opened tabs. And I can't find any way to restore the tabs from the other window either. I have looked under the History menu, but I don't see any option to restore a previous session there, so I'm guessing that Firefox thinks that it already has restored the previous session when I opened it up again.

So, how can I restore the tabs I had in the other window, with a lot of tabs opened?

Ερώτηση από krikru 1 έτος πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 έτος πριν

  • Αρχειοθετήθηκε

Lost 200+ tabs after big computer crash

Hello, I really need some help, I don't know if I can still do anything, but at least I'm asking here. Last night, my computer crashed really bad and I went to sleep, t… (διαβάστε περισσότερα)

Hello,

I really need some help, I don't know if I can still do anything, but at least I'm asking here. Last night, my computer crashed really bad and I went to sleep, today, my Firefox tabs were all gone. I had more than 200 open tabs with stuff to keep in mind, stuff to do later and other things... The weirdest part is that I still had some tabs opened, but it was tabs from 21/012021, how bizarre is that?

I tried everything I could find on here or on other website, but nothing helped. I even tried a recovery of my computer to a week ago, in vain. The only useful thread was this one : https://support.mozilla.org/en-US/questions/1310742

With ShadowExplorer I found two files from the 23/01/2022 in sessionstore-backups : recovery.baklz4 recovery.jsonlz4

But trying the methods from the previous thread never worked. I also tried to just copy my whole profile folder from the 23/01/2022, and again, no result.

I'm stuck now, I really don't want to lose my tabs and I KNOW they're somewhere.

Thanks in advance.

Ερώτηση από JZ 1 έτος πριν

Τελευταία απάντηση από JZ 1 έτος πριν

  • Αρχειοθετήθηκε

How To Open New Private Tab Along Side of an Opened Private Tab

Hello, I want open a private tab along side of an opened private tab . But every time it opens in an new window. So, i am shifting from chrome. In chrome when we try to o… (διαβάστε περισσότερα)

Hello, I want open a private tab along side of an opened private tab . But every time it opens in an new window. So, i am shifting from chrome. In chrome when we try to open a link in private tab all the private tabs opens in the same window. So, I want to is this feature available in Firefox or not. If have how can I turn it on. Thanks.

Ερώτηση από Dipto 8 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 8 μήνες πριν