Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

Close Multiple Tabs sub-menu in context menu

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context … (xem thêm)

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context menu. Is there's a way to change this so that they will appear directly in the main context menu? I use "close tabs to the right" often and I find this very annoying.

Được hỏi bởi gershonido 3 năm trước

Được trả lời bởi gershonido 3 năm trước

  • Đã lưu trữ

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. … (xem thêm)

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?

Được hỏi bởi Steve09 11 tháng trước

Lần cuối trả lời bởi Steve09 11 tháng trước

  • Đã giải quyết
  • Đã khóa
  • Đã lưu trữ

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… (xem thêm)

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

Được hỏi bởi scottish2 3 năm trước

Được trả lời bởi cor-el 3 năm trước

  • Đã lưu trữ

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… (xem thêm)

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

Được hỏi bởi LT72884 9 tháng trước

Lần cuối trả lời bởi cor-el 9 tháng trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi icywiddow 1 năm trước

Lần cuối trả lời bởi icywiddow 1 năm trước

  • Đã lưu trữ

"Open previous windows and tabs" no longer working

The option to restore tabs and windows is no longer working for me. I normally have a dozen tabs I work thru every day. Yesterday when I shutdown Firefox, all those tab… (xem thêm)

The option to restore tabs and windows is no longer working for me. I normally have a dozen tabs I work thru every day. Yesterday when I shutdown Firefox, all those tabs were there. Today when I open Firefox it only had to single Firefox default homepage. Checking under History there is no option to restore previous tabs, and the recently closed tabs was empty.

To test, I opened an IMDB page and pinned it. I then went to Wikipedia. This gave me a pinned and unpinned tab. I shutdown Firefox via the "X" to close the window. When I restarted Firefox there was only the default homepage. Neither IMDB nor Wikipedia showed up under recently closed tabs and no option to restore the previous session was available.

I have operated Firefox this way for several years. I don't know why this behavior is no longer being supported.

Được hỏi bởi kesrith1 9 tháng trước

Lần cuối trả lời bởi Paw_typist 3 tháng trước

  • Đã lưu trữ

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 … (xem thêm)

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

Được hỏi bởi look4 9 tháng trước

Lần cuối trả lời bởi look4 9 tháng trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi krikru 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi JZ 1 năm trước

Lần cuối trả lời bởi JZ 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

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… (xem thêm)

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

Được hỏi bởi bobbd 6 tháng trước

Được trả lời bởi cor-el 6 tháng trước

restore session failure

Today when I closed Firefox and reopened it the option to restore previous session was not shown, as a result I have lost half my pinned tabs (I managed to redo the rest … (xem thêm)

Today when I closed Firefox and reopened it the option to restore previous session was not shown, as a result I have lost half my pinned tabs (I managed to redo the rest from bookmarks) which were vital. I tried going into history but the option was greyed out.

This happened yesterday too but after redoing half my tabs I went to open gmail and it restored all my tabs, I tried the sane today but it failed so am stuck with half my tabs.

Please do not suggest I use synch as I only use one device.

Được hỏi bởi a.frayed.knot.mate 2 tháng trước

Lần cuối trả lời bởi cor-el 2 tháng trước

  • Đã lưu trữ

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 … (xem thêm)

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!

Được hỏi bởi Rasika Michael 1 năm trước

Lần cuối trả lời bởi Rasika Michael 1 năm trước

  • Đã lưu trữ

Tabs "Jump" back and forth very quickly.

Win 10. Using FF 96.0. My entire tab row shifts back and forth very rapidly. This has been happening continuously for the past several versions of FF. Condition is also … (xem thêm)

Win 10. Using FF 96.0. My entire tab row shifts back and forth very rapidly. This has been happening continuously for the past several versions of FF. Condition is also worsens somewhat when I move the mouse. Occasionally, closing a particular tab stops this action but I cannot determine which type of tab does this. This is driving me crazy. Please HELP!! (Is there some way I can send a video from my iphone?)

Được hỏi bởi Mort 1 năm trước

Lần cuối trả lời bởi Mort 1 năm trước

  • Đã lưu trữ

Tabbs on Bottom

Woke up this morning, opened up Firefox and the Trolls have been busy rearranging things during the night. My profile manager disappeared, but I was able to fix that. N… (xem thêm)

Woke up this morning, opened up Firefox and the Trolls have been busy rearranging things during the night. My profile manager disappeared, but I was able to fix that. Now my tabs are out of place and I cannot find what to do to put the Tabs back on bottom, "The way they Should be". Help, please.

Anne,

Also, I am not real computer literate, so draw pictures if necessary.

Thank you.

Được hỏi bởi Anne's Place 1 năm trước

Lần cuối trả lời bởi Anne's Place 1 năm trước

  • Đã giải quyết
  • Đã lưu trữ

session restore a month out of date

The last 2 times I've had to restart my laptop unexpectedly (ie not shut down properly), Firefox has loaded tabs from a month or so prior which means I lose recent tabs. … (xem thêm)

The last 2 times I've had to restart my laptop unexpectedly (ie not shut down properly), Firefox has loaded tabs from a month or so prior which means I lose recent tabs. Anything I can do to keep the automatic session restore more up to date? Couldn't find anything in settings that might apply.

Được hỏi bởi Ripley 1 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi Dipto 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

Closed tabs cannot be restored

Until the recent update I never had trouble restoring tabs after closing Firefox. My Preferences (called Settings now ?) are checked to open previous windows and tab… (xem thêm)

Until the recent update I never had trouble restoring tabs after closing Firefox. My Preferences (called Settings now ?) are checked to open previous windows and tabs.

I looked at help on this topic, at https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time but the instructions would not work.

When I went to the menu/history, the Recently closed tabs option was grayed out and there is no entry for Restore previous session.

Is this a change in the latest version or a bug of some kind? Thanks.

Được hỏi bởi Sue 1 năm trước

Lần cuối trả lời bởi Sue 1 năm trước

  • Đã giải quyết
  • Đã khóa

New tab "+" missing from tab bar with with 20 tabs or more

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I cl… (xem thêm)

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I close all of the tabs it reappears. Re-open the original 42 tabs and it's gone again. Close them and it reappears, etc. Now for the fun bit: starting from scratch with a new window - the '+' is there, but open 20 more tabs and it goes.

Được hỏi bởi trgz 3 tháng trước

Được trả lời bởi cor-el 3 tháng trước

  • Đã lưu trữ

Recover lost tabs

Earlier today I changed my settings in "Privaty & Security" to "Clear history when Firefox closes". In that setting I selected to only delete "Browsing and download h… (xem thêm)

Earlier today I changed my settings in "Privaty & Security" to "Clear history when Firefox closes". In that setting I selected to only delete "Browsing and download history."

I assumed this would just delete my browsing history from the URL bar, but now after I closed Firefox, it also deleted all my tabs!! There were many important tabs that I don't want to lose. But I also can't find them under 'recently closed tabs', and I also tried a solution from this forum, namely to find the recovery file and upload them to https://www.jeffersonscher.com/ffu/scrounger.html -- but they don't contain my old tabs either!

Is there still something I can do to recover my lost tabs??

Được hỏi bởi JelleAms 11 tháng trước

Lần cuối trả lời bởi cor-el 10 tháng trước