Showing questions tagged: Show all questions
  • Solved
  • Archived

Tabs below the bookmarks

Every time Firefox throws out an update, it's a blind gamble as to whether the tabs, that were such a labor to get back below the bookmark bar after the LAST update, wil… (read more)

Every time Firefox throws out an update, it's a blind gamble as to whether the tabs, that were such a labor to get back below the bookmark bar after the LAST update, will appear again back at the top. Somehow the userChrome.css gets jazzed or some other thing is different. Then, suddenly, all you see are desperate people posting about how to get the tabs back where they belong. For the love of God Almighty on a roller coaster, isn't anyone at Mozilla thinking that it might be time to just make this a setting? I know I'm not the first person to request this. Which is all the more reason to make it a priority. Please. Shake somebody.

Asked by krs701 1 year ago

Answered by Amelia 1 year ago

  • Solved
  • Archived

Always Show Tab Close Button

Is there a way to always show the tab close button on the tabs? Or perhaps to show the button on hover of the tab? Chrome does this and I find that very helpful, in cases… (read more)

Is there a way to always show the tab close button on the tabs? Or perhaps to show the button on hover of the tab? Chrome does this and I find that very helpful, in cases where I want to close a tab and do not want to re-open that page.

Some context: When you have many tabs open (I know, who does that?) and you want to close some of them, but do not want to select those tabs, currently you can right-click and scroll through the menu to the `Close Tab` option. This is slow and a bit clunky. The `Close Tab` menu option is buried in the bottom-middle of the list.

This issue is somewhat complicated by the fact that I use the excellent Auto-Tab Discard extension to discard/sleep tabs. (https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/) So when a tab is discarded, and you click on it, the tab reloads. Which is silly when you just want to close it.

Anyone aware of a way to always show the close-tab button, or show on hover?

Thanks!

Asked by daniel 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

scrolls to the right/end of my open tabs uncontrolably.

Hi, Opened firefox today on my desktop pc and the open tabs at the top of FF just stroll to the right/end of my tabs as soon as i put the mouse over them to select one. … (read more)

Hi, Opened firefox today on my desktop pc and the open tabs at the top of FF just stroll to the right/end of my tabs as soon as i put the mouse over them to select one.

try use left arrow or scroll wheel to go to the left and just immediately mouse over to click a particular tab and before can immediately scrolls back to the right/end.

also have noticed when at the right of my open tabs mouse over any tab and whereas before would get the pop up showing the title of the page now just flashs the title up for a fraction of a second not even enought time to read it.

plus now have tried to select from the drop down box in this ask your question dialog box but when click on down arrow to select the appropiate section just flases up the options for a fraction of a section giving no time to select one. Have found only way to select is to use the arrow keys on my keyboard

thanks ian

Asked by iansletterbox 1 year ago

Answered by iansletterbox 1 year ago

  • Solved
  • Archived

Restore Lost Window

I lost a window containing 500+ tabs and really need it back. My computer had just restarted, and usually after that I would recover my tabs using either the "Restore Ses… (read more)

I lost a window containing 500+ tabs and really need it back. My computer had just restarted, and usually after that I would recover my tabs using either the "Restore Session" page that would come up or by doing "three-bar menu" > "History" > "Restore previous windows". However, this time, someone else used my laptop after it booted up and started a new tab on the "session restore" page. This window was then closed. When I opened up the window again and navigated back to the original "Restore Session" page, the "Restore Session" button didn't work. Is there any way I can restore my original window with the 500+ tabs? I have a lot of important information that I would be very sad to lose. Thank you.

Asked by j_hanafee 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Show Popup as Tab

Hello, Whenever I use Firefox, I end up seeing popups (necessary for school) and would like to show them as tabs so I can merge them into other windows. I have tried the… (read more)

Hello,

Whenever I use Firefox, I end up seeing popups (necessary for school) and would like to show them as tabs so I can merge them into other windows. I have tried the solutions given in: https://support.mozilla.org/en-US/questions/1080255 and nothing seemed to work. Is there another way to make sure that popup windows cannot hide the toolbar and show tabs?

Asked by aditya.mangalampalli 11 months ago

Answered by jscher2000 - Support Volunteer 11 months ago

  • Solved
  • Archived

If you're a userChrome.css user and your tab height increased on 96.0.2...

If you use userChrome.css to customise the tab toolbar, you might see the height of the tabs increase with Firefox 96.0.2. For me the fix was to add an entry to userChro… (read more)

If you use userChrome.css to customise the tab toolbar, you might see the height of the tabs increase with Firefox 96.0.2. For me the fix was to add an entry to userChrome.css:

   #tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container {
     height: initial !important;
   }

This counteracts a change in 96.0.2 which sets the height of that element to 2em.

Asked by pg_78 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How do you remove the muted text and icon from the tabs?

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the … (read more)

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the name. I tried adding to my userChrome.css:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tab-icon-overlay[muted], .tab-icon-sound[muted] {

 display: none !important;

}

This only removes the muted icon, and when I hover over a tab its favicon disappears. I also tried changing browser.tabs.showAudioPlayingIcon as suggested in [answer] but it isn't an option anymore.

How do I remove it completely without changing the context menu item?

Asked by Anynomous 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Where are the Icons or tiles for New Tab? They disappeared after update.

Hi, Another bad change for me after last update. When I click on the NEW Tab I don't see the icons or tiles of my most used websites anymore . Only the top search bar an… (read more)

Hi,

Another bad change for me after last update. When I click on the NEW Tab I don't see the icons or tiles of my most used websites anymore . Only the top search bar and a down menu with the 10 most used websites. Where did the tiles go?

The article Customize your New Tab page to hide or display content doesn't work . I cannot get into settings to change anything. Is there another solution???? I would like my tiles back.

Thank you,

Amy

Asked by Amylogamy 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

How can I disable the display of the word "PLAYING" in the tab of a page that is playing media?

When I play HTML5 audio Firefox adds an extra line to the tab title with the word "PLAYING". This causes the main window to resize vertically. Any content that is sized b… (read more)

When I play HTML5 audio Firefox adds an extra line to the tab title with the word "PLAYING". This causes the main window to resize vertically. Any content that is sized based on the height of the window is also resized which causes a visible 'glitch' in the display. My specific use-case is a music rehearsal page that displays an SVG of the music score beside the HTML5 <audio> controls. The height of the is defined, in css, as 'height: 100vh;' so that the whole page is visible. I would like to be able to revert to Firefox's previous behaviour of displaying an icon _beside_ the tab title. Any other solution that does not increase the height of the tab could also be of use.

Thanks.

Asked by jlemcke1 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

how can I restore lost tabs? history/restore previous tabs doesn't have the lost tabs in it

A couple days ago, late, I accidentally closed my main Firefox window before a little window that I'd forgotten was there - and all my 76 tabs disappeared. 1st thing yes… (read more)

A couple days ago, late, I accidentally closed my main Firefox window before a little window that I'd forgotten was there - and all my 76 tabs disappeared. 1st thing yesterday I tried - 3bar / history / recently closed tabs - but the only thing in there was the one tab from the small window. Urg! I tried that and - 3bar / history / manage - where I could see my tabs but could only restore 1 at a time - not good for 76 tabs. I read a bunch of different questions about this same issue, and tried the suggestions, including some app called scrounge, but none of these restored my tabs. Help!!!!

Asked by annadroff 6 months ago

Answered by jscher2000 - Support Volunteer 6 months ago

  • Solved
  • Archived

moving tabs back to below menu bar

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css … (read more)

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css and changed user preferences but it sets the tabs to the bottom of the screen not just below the address bar. I think I need a different set of code for the css but cant find a copy. Does anyone know what to do?

Asked by sharkeyandgeorge 1 year ago

Answered by sharkeyandgeorge 1 year ago

  • Solved
  • Archived

Browser Background color on "New Tab" selections

My background color is black, even though I have it set to white under "fonts and colors". Text is set to black, and background is set to white. But the background is act… (read more)

My background color is black, even though I have it set to white under "fonts and colors". Text is set to black, and background is set to white. But the background is actually black. I don't know why it is black when it is set to be white. Thanks for any help.

Asked by bridgebuilder102 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

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

  • Solved
  • Archived

Pinned tabs and keyboard shortcuts cmd + 0-9

Hey community! Is there any way to make the cmd + 0-9 keyboard shortcut in Mac OS ignore pinned tabs? Alternatively, for the shortcut ctrl + 0-9 to activate pinned tabs… (read more)

Hey community!

Is there any way to make the cmd + 0-9 keyboard shortcut in Mac OS ignore pinned tabs?

Alternatively, for the shortcut ctrl + 0-9 to activate pinned tabs, and for the shortcut cmd + 0-9 unpinned tabs?

Thanks for the answers!

Asked by Teziovsky 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Middle Mouse opens link in 2 tabs / closes 2 tabs constantly

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs… (read more)

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs are closed. Anyone came along this bug? Restarting FF and Windows did not help. Trying to get my notebook charged and check it on my macbook.

TYVM! Best regards, -John.

Asked by rayben1 1 year ago

Answered by rayben1 1 year ago

  • Solved
  • Archived

Is there a way to get a list of all tabs open in all windows?

A long time ago, I saw a list of open tabs in all windows, not just in one window, as it is now. (By the way, Google has added such a feature to Chrome. Clicking on the a… (read more)

A long time ago, I saw a list of open tabs in all windows, not just in one window, as it is now. (By the way, Google has added such a feature to Chrome. Clicking on the arrow allows us to see any open tab and navigate to it.) I am currently using Tab Manager to search for a tab. But the tab manager is not the best option because it is too slow to open and requires too many resources. Can I restore the old behavior to see tabs in all windows?

Asked by YDUBINSKY 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

Remove the "New Tab" option on Right Click Tab

How can we remove the "New Tab" option when right clicking a tab? I find this feature absolutely useless as there's already and "+" tab button to create a new tab. I use… (read more)

How can we remove the "New Tab" option when right clicking a tab? I find this feature absolutely useless as there's already and "+" tab button to create a new tab. I used to be able to reload tabs easily and quickly by Right-Click tab, Left-Click and the Reload option was selected. NOW, I have to move the mouse down to the Reload option, or press the "R" key on the keyboard. Simple things, yes, but something that is easily annoying if it's added when it's not needed and having to change the way we use the browser. What would of been nicer is that "Pinned" tabs would always be pinned, regardless if that window was the last to be closed or not.

Asked by Korishan 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Close tab button disappears from inactive tabs with 8 or more open tabs

Before updating to Firefox 96, I could close tabs no matter how squished they were. Now I cannot. Someone with a similar problem at https://support.mozilla.org/en-US/ques… (read more)

Before updating to Firefox 96, I could close tabs no matter how squished they were. Now I cannot. Someone with a similar problem at https://support.mozilla.org/en-US/questions/1194322 was able to find help, but I'm not meeting with any success implementing their chosen fix. Is there a way to keep the close tab button active with this many tabs anymore, or is that out?

Asked by shinichineko 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Bookmark synced tabs without opening them?

Hi Trying to make sync work the way I want. Initial question: I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the … (read more)

Hi

Trying to make sync work the way I want. Initial question:

I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the desktop browser, without opening them first. I've found out how to view them in the side bar, but I see no option to bookmark all tabs.

It would be nice to have synced Tabs in the Library window and Options panel.

Asked by tilsig-firefox 6 months ago

Answered by jscher2000 - Support Volunteer 6 months ago