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

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

Answered by jscher2000 - Support Volunteer 1 year ago

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

Can't restore previous session tabs after Firefox crash using Firefox 95 on Mac

I have consulted https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time. That article says: -Click on the menu button [three lines at the upper right] t… (read more)

I have consulted https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time. That article says:

-Click on the menu button [three lines at the upper right] to open the menu panel. -Click History. -Click Recently Closed Tabs.

I am using Firefox 95.0.2 for Mac (iOS 10.15.7). There is no "Recently Closed Tabs" option to click after clicking on History per the above instruction. I have saved various files from the time of the crash, in particular "previous.jsonlz4" (a 20.6 MB file, as I had a very large number of tabs open). Is there any way to use this or some other file to restore my old tabs?


/moved thread from Firefox for iOS (for iPhone/iPad) to Firefox (desktop) section as you have macOS.

Asked by PLS1 1 year ago

Answered by PLS1 1 year ago

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

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

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

how to disable tab search

With a large number of open tabs, an arrow appears to quickly switch between tabs, is it possible to disable it somehow? I would like all open tabs to fit on one line. … (read more)

With a large number of open tabs, an arrow appears to quickly switch between tabs, is it possible to disable it somehow? I would like all open tabs to fit on one line.

Asked by mursielago34 1 year ago

Answered by cor-el 1 year ago

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

Need help restoring the open tabs that are saved in Computer1, to Computer2, but Computer1 does not work

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2. To help you understand my story......Computer1 is main machin… (read more)

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2.

To help you understand my story......Computer1 is main machine, and I had over 100 tabs opened in there. I would like to transfer ALL of the open tabs to Computer2, before re-partitioning the C Drive in Computer1.

The problem is, my Computer1's Windows 10 is giving me problems at the moment, so I can not get into the computer by logging in. No recovery or diagnosis method will do the trick, so I will have to reinstall a fresh copy of Windows into Computer1. Besides, the computer was troubling me for having only ~50 MB available space in the C Drive (I have multiple partitions in my hard drive).

For now, I have removed the hard drive from Computer1, attached it in Computer2, and have access to the data in the various Computer1's drives.

I read many articles here in the Support Mozilla help site to restore the 100+ open tabs from Computer1, into Computer 2, but it is not working for me. I even tried copying the entire "sessionstore-backups" folder from Computer1's location, and replacing the same folder in Computer2's location.

Maybe I have to do more than just copying the "sessionstore-backups" folder, like do something additional through FireFox options??

Any help would be appreciated.

And here is the location of the "sessionstore-backups" folder in both computers:


Computer1 K:\Users\Team Umizoomi\AppData\Roaming\Mozilla\Firefox\Profiles\jrvowkxo.default\sessionstore-backups

Computer2 C:\Users\einstein jr\AppData\Roaming\Mozilla\Firefox\Profiles\x9z76c15.default-release-1\sessionstore-backups

Asked by lucky11 1 year ago

Answered by cor-el 1 year ago

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

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

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

Tab Close button "X" on hover

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ dis… (read more)

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ display: none } .tabbrowser-tab:not([pinned]):hover .tab-close-button{

   display: -moz-box !important

}

But now with version 113.0.1 it doesn't work at all and no X appears when I hover over my tabs.

I tried adding #tabbrowser-tabs[closebuttons="activetab"] on top of the previous code, but it made the X appear all the time.

How could I update this code so I get the desired result only when I hover over a tab?

Asked by Neo2x 6 months ago

Answered by cor-el 6 months ago

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

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

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

open multiple tabs at once

Hello, Please add this feature in Firefox and Firefox developer edition I am wondering when i open firefox developer edition. All the tabs will be open during stating f… (read more)

Hello,

Please add this feature in Firefox and Firefox developer edition

I am wondering when i open firefox developer edition. All the tabs will be open during stating firefox developer edition.For better understanding this feature is already in google chrome.Please search this in google

Open a specific page or set of pages

Asked by er.anujchadha 1 year ago

Answered by FredMcD 1 year ago

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

Firefox Desktop tabs not opening

Hello. I have had an issue with new tabs not opening in Firefox for about two days. My browser is updated to the latest version. The best way to describe the issue is lik… (read more)

Hello. I have had an issue with new tabs not opening in Firefox for about two days. My browser is updated to the latest version. The best way to describe the issue is like this: every time I boot up the browser, everything will be working fine. Then, within 4-5 minutes, tabs will stop opening. Every time I want to open a new webpage in a new or already existing tab, it will get eternally stuck on the loading stage. However, if I have something like a youtube playlist running in one of the tabs, it will switch from video to video with no problem. If I close the browser and try to open in again, it won't open (although I've already figured out that the latest issue can be solved with an administrator mode). Other browsers are working fine and don't have such issue.

I have tried reloading the browser, reloading the computer, cleaning cache/history/cookies, running the browser without any addons, running the debug mode, reinstalling the browser (twice), running the antivirus check, creating a new firefox profile. Nothing helps. Also, the problem persists in the debug mode - when I open it, the pages load for 3-5 minutes and then the tabs stop opening as well.

Please suggest what can I do to fix this issue.

Asked by selinakyle 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

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

Opening new tabs

Hello, I just recently went from Brave browser back to the old days on Firefox but there is one thing that I miss and I cant find any information anywhere about that whe… (read more)

Hello,

I just recently went from Brave browser back to the old days on Firefox but there is one thing that I miss and I cant find any information anywhere about that when I opened new tabs on Brave it didnt switch to the new tab directly. Sometimes I wanna open alot of links from a page but its a real hazzle here when I need to go back to the old tab again everytime. Is there a setting for that anywhere?

Kind regards

Asked by Naughty Princess 1 year ago

Answered by Terry 1 year ago

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

Getting tabs across full width of window

When I have a handful of tabs open, they start scrolling off-screen, despite the fact that there is plenty of room on the tab bar. In fact, tabs never seem to populate t… (read more)

When I have a handful of tabs open, they start scrolling off-screen, despite the fact that there is plenty of room on the tab bar. In fact, tabs never seem to populate the right 50% of the tab bar. I have found plenty of advice about how to set minimum and maximum sizes for the tabs themselves, but that is not my problem. I want to be able to see all of my tabs when there is plenty of room to show them. Any way to solve this?

Asked by wendiwoman2 1 year ago

Answered by cor-el 1 year ago

  • المُؤرشفة

Language on "Sponsored by ..." items is German??

On all my new tabs which open with "Recommended by Pocket" items, the "Sponsored by ..." items are in German. All my language settings are "en-amer".?? All the other it… (read more)

On all my new tabs which open with "Recommended by Pocket" items, the "Sponsored by ..." items are in German. All my language settings are "en-amer".?? All the other items are in English.

Asked by mike11318 8 months ago

Last reply by Terry 8 months 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 9 months ago

Last reply by look4 9 months ago

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

Old version of firefox keeps opening porn sites randomly

Hello. Im new to the Mozilla Support community I am running a Japanese Windows XP SP3 on VMWare Workstation 16, i have downloaded a old version of firefox, due to newer … (read more)

Hello. Im new to the Mozilla Support community

I am running a Japanese Windows XP SP3 on VMWare Workstation 16, i have downloaded a old version of firefox, due to newer versions not working on xp

And heres the issue: Firefox keeps opening tabs randomly which are related to pornographic websites like xxnx, pornhub, evilangel n' etc..

Heres things ive tried, but didnt work: -Install tdsskiller & scan -Scan with Avast Antivirus -Uninstalling Firefox and delete registry entries -Getting IE8 or G**gle Chr*me for Windows XP SP3

Any way to resolve this problem? i can't watch these things!

Asked by mm321 2 years ago

Answered by James 1 year ago

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

Tabs toolbar

My tabs toolbar does not extend across the entire laptop screen. Looks like it stops halfway, regardless of how many tabs are open. As tab number increases individual tab… (read more)

My tabs toolbar does not extend across the entire laptop screen. Looks like it stops halfway, regardless of how many tabs are open. As tab number increases individual tab space narrows. How can I increase width to occupy full screen?

Asked by wd0d 2 years ago

Answered by wd0d 2 years ago

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

Inappropriate sharing of tabs between personal and work computers

I have two computers, one for personal use and one for business. Somehow the tabs between the two computers are being shared and I cannot disable it. Both browsers are si… (read more)

I have two computers, one for personal use and one for business. Somehow the tabs between the two computers are being shared and I cannot disable it. Both browsers are signed into different Firefox accounts, Sync is turned off on both, and there are no connected devices. Yet despite that, when I go to one computer, it pops up a Firefox icon (see attached) in the taskbar that lets me open the tab open on the other computer. This is incredibly frustrating and Firefox should not automatically share this information, and should not make it so difficult to disable.

Asked by ericrlazear 1 year ago

Answered by cor-el 1 year ago

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

Disabling the mouseover to reveal the address/toolbar while in fullscreen - old method doesn't work

Hi, Previous method using useChrome.css doesn't work anymore, should I type something else in userChrome.css to make it work? See thread below for the updated code that… (read more)

Hi,

Previous method using useChrome.css doesn't work anymore, should I type something else in userChrome.css to make it work?

See thread below for the updated code that doesn't work for me (*|div#fullscr-toggler {display:none!important;}

https://support.mozilla.org/en-US/questions/1324666

Asked by nils63 1 year ago

Answered by cor-el 1 year ago

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

Background inactivity

Hello i've been having some problems on the latest software of yours i'm most of the time watching livestreams but from update v.100 of your software it became weird tab… (read more)

Hello i've been having some problems on the latest software of yours i'm most of the time watching livestreams but from update v.100 of your software it became weird tab suspends after some in activity which is a problem for me

i found a solution through ABOUT:CONFIG and disabled these 3 for videos 1 - media.suspend-bkgnd-video.enabled 2 - media.resume-bkgnd-video-on-tabhover 3 - browser.tabs.unloadOnLowMemory

for videos and live streams it was good it didn't suspend but my problem now since update v.102 is that video plays but the CHAT stops and doesn't reload until i reopen firefox to the front of my programs

although it is runnning in the background and NOT MINIMIZED

even when the live stream has some lags and re-buffer it doesn't rebuffer or refresh the page to reconnect to the live stream until i force my firefox in front of my programs or games and again it was not minimized

if there is an option in the about:config to change this please tell me i'm already losing my mind as i missed one of my friends live stream because of that suspension

thank in advance

Asked by MegaDooOooM 1 year ago

Answered by MegaDooOooM 1 year ago