Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • Locked
  • المُؤرشفة

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

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

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?

Asked by Steve09 5 months ago

Last reply by Steve09 5 months ago

  • حُلّت
  • Locked
  • المُؤرشفة

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

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

Asked by scottish2 3 years ago

Answered by cor-el 3 years ago

  • حُلّت
  • المُؤرشفة

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

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.

Asked by Semilynx 1 year ago

Answered by Semilynx 1 year ago

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

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

Asked by LT72884 3 months ago

Last reply by cor-el 3 months ago

  • حُلّت
  • Locked
  • المُؤرشفة

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

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.

Asked by PepeTheFrog21 2 years ago

Answered by Terry 2 years ago

  • حُلّت
  • Locked
  • المُؤرشفة

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

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).

Asked by sparrowfox 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • المُؤرشفة

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

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)!

Asked by zefir_zwiejek 1 year ago

Last reply by zefir_zwiejek 1 year ago

  • المُؤرشفة

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

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?

Asked by icywiddow 11 months ago

Last reply by icywiddow 11 months ago

  • حُلّت
  • المُؤرشفة

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

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.

Asked by g7777 2 years ago

Answered by cor-el 2 years ago

  • المُؤرشفة

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

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!

Asked by alien1 2 years ago

Last reply by Toad-Hall 1 year ago

  • Locked
  • المُؤرشفة

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

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!

Asked by mrgzjk 2 years ago

Last reply by Chris Ilias 1 year ago

  • المُؤرشفة

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

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!

Asked by Rasika Michael 1 year ago

Last reply by Rasika Michael 1 year ago

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

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

Asked by look4 3 months ago

Last reply by look4 3 months ago

  • المُؤرشفة

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

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?

Asked by krikru 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • المُؤرشفة

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

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.

Asked by JZ 1 year ago

Last reply by JZ 1 year ago

  • المُؤرشفة

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

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.

Asked by Dipto 8 months ago

Last reply by jscher2000 - Support Volunteer 8 months ago

  • حُلّت

Firefox 113 - tab bar moved to above tool bar

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anyt… (read more)

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anything in UserChrome and in fact that file is still dated 2020. I've searched but haven't found an explanation. Anyone know what changed or is this just a bug? Thanks

Asked by bobbd 4 weeks ago

Answered by cor-el 4 weeks ago

  • المُؤرشفة

Problem with: Restoring previous session

I had so many problems with it, I went through downloading different "session save" add-ons, I know what solution you guys will give me, I've done most of the posts' inst… (read more)

I had so many problems with it, I went through downloading different "session save" add-ons, I know what solution you guys will give me, I've done most of the posts' instructions, this is more of a complaint post.

When Windows boots up and you had Firefox open before you shut down last time, it will open anew, automatically, with your previous session, but it's on the end of the list of things that launch on startup.

Forgetting you had it on and clicking the browser again, will open a new session with the home screen instead of the previous session, then when actual session Firefox launches it's a 50/50 whether it will be in home screen as well, or actually in your previous session. Now here is the fun part. If you close the new window with just the home tab, that will now become the latest session, so your previous one will be deleted.

How to get around that? Move your home tab into your session instead of closing the window, it works 100% of the time... But can we, not start a new session if you close the home screen, or if you close just 1 tab it doesn't count as a different session. I dunno, just throwing ideas out there.

Hope this reaches those with the same issue, or people in positions to fix the issue, if anyone wants to use session saving add-ons, I took fancy to Tab Session Manager and Easy Session Manager, though not perfect, I don't advise for over 150 tabs.

I'll try to be as active on this thread as I can be, thanks for reading through! :>

Asked by Nuyu 2 years ago

Last reply by jscher2000 - Support Volunteer 1 year ago