Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Disable Tab Search

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for… (Lesen Sie mehr)

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for it. If I start to get too many tabs I just use another window. However, I click on it constantly when I intend to minimize the window. I have been clicking on the - icon/button in EVERY WINDOWS APPLICATION since Windows began, and as it has ALWAYS been the LEFT-MOST item in the UPPER RIGHT CORNER I haven't had to think about it in decades. But now it isn't the left-most, that is now tab search.

Please, please, PLEASE provide a configuration option to remove Tab Search from the top line.

Thanks!

Roy Harvey Cheshire, CT

Gefragt von RHinCT vor 2 Jahren

Beantwortet von TyDraniu vor 2 Jahren

  • Gelöst

tab groups

the tab groups page i was shown by firefox says i should be able to group my tabs starting at the latest yesterday but my tabs still just move out of the way and refuse t… (Lesen Sie mehr)

the tab groups page i was shown by firefox says i should be able to group my tabs starting at the latest yesterday but my tabs still just move out of the way and refuse to group. i found container groups but they work nothing like the page showed. i have firefox version 138 and the tab groups was starting to be roled out on 137

Gefragt von Fishy vor 1 Monat

Beantwortet von James (On Leave) vor 1 Monat

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von rayben1 vor 3 Jahren

Beantwortet von rayben1 vor 3 Jahren

  • Gelöst
  • Archiviert

open links from sidebar in new tab with ctrl without switching to it immediately

When you open a link from the sidebar while holding ctrl, firefox opens it in a new tab and switches to it immediately; whereas when you click a link from a webpage with … (Lesen Sie mehr)

When you open a link from the sidebar while holding ctrl, firefox opens it in a new tab and switches to it immediately; whereas when you click a link from a webpage with ctrl, it does not switch to the new tab (unless you hold shift as well, or check "When you open a link, image or media in a new tab, switch to it immediately" in settings > general > tabs). I would like if firefox does not automatically switch to opened links from the sidebar (history, bookmark, etc.), when I open them with ctrl? (I know I can hold shift to do that, but I was wondering if there might be a preference in about:config to change the reverse this behaviour for sidebars)


Thanks, Ibr.

Gefragt von ibrahimasif1234 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst

Tab groups Vs Containers

Are tab groups like containers i.e. isolated from the others, so thay I can access sites logged into different accounts for instance or separate browsing experience/cook… (Lesen Sie mehr)

Are tab groups like containers i.e. isolated from the others, so thay I can access sites logged into different accounts for instance or separate browsing experience/cookies ?

Gefragt von Gaetan vor 2 Monaten

Beantwortet von TyDraniu vor 2 Monaten

  • Gelöst
  • Archiviert

Tabs from last session do not reopen on PC

I've looked at various suggestions to fix the above-reference problem and have checked that "open previous tabs and windows" is checked and that "clear history when Firef… (Lesen Sie mehr)

I've looked at various suggestions to fix the above-reference problem and have checked that "open previous tabs and windows" is checked and that "clear history when Firefox closes" is *not* checked. But nothing is working. This started happening only a week or so ago.

Thank you for ideas.

Gefragt von marksa21 vor 1 Jahr

Beantwortet von CraigS26 vor 1 Jahr

  • Gelöst

How to show multiple Tabs on a window

TAB I am a new user of Firefox and when I open the browser today, I only had the use of one tab on each window. Yesterday, before closing for the night, I had multiple ta… (Lesen Sie mehr)

TAB I am a new user of Firefox and when I open the browser today, I only had the use of one tab on each window. Yesterday, before closing for the night, I had multiple tabs. How do I get tabs so I can open multiple windows on each screen?

Gefragt von Cyclone3211 vor 2 Monaten

Beantwortet von Cyclone3211 vor 2 Monaten

  • Gelöst
  • Archiviert

Missing Pinned and Opened Tabs

Hi, least night I was using Firefox and all was fine. I closed it as usual. This morning all of my tabs were gone! I still have my bookmarks but the tabs are gone. Is the… (Lesen Sie mehr)

Hi, least night I was using Firefox and all was fine. I closed it as usual. This morning all of my tabs were gone! I still have my bookmarks but the tabs are gone. Is there any way to get them back? I can only assume that this is from the recent update?

Thanks, Steve

Gefragt von Stephen Hill vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst

Remove “Turn on Vertical Tabs” from the context menu

I'm using Firefox Developer Edition v136.0b5, and I'm looking for a way to remove “Turn on Vertical Tabs” from the contextual menu, because I'm so used to reopening a tab… (Lesen Sie mehr)

I'm using Firefox Developer Edition v136.0b5, and I'm looking for a way to remove “Turn on Vertical Tabs” from the contextual menu, because I'm so used to reopening a tab by clicking on what was then the last item in the list, that every time I end up with vertical tabs lol.

Gefragt von DragoWeb vor 4 Monaten

Beantwortet von DragoWeb vor 3 Monaten

  • Gelöst
  • Archiviert

How to set focus on newtab page and not the url bar

When I open a new tab, i would like the page to be in focus and not the urlbar. This is what i used to have in my mozilla.cfg: ``` // Auto focus new tab content try { C… (Lesen Sie mehr)

When I open a new tab, i would like the page to be in focus and not the urlbar. This is what i used to have in my mozilla.cfg: ``` // Auto focus new tab content try {

 Cu.import("resource://gre/modules/Services.jsm");
 Cu.import("resource:///modules/BrowserWindowTracker.jsm");
 Services.obs.addObserver((event) => {
   window = BrowserWindowTracker.getTopWindow();
   window.gBrowser.selectedBrowser.focus();
 }, "browser-open-newtab-start");

} catch(e) { Cu.reportError(e); } ``` This worked until the last update. What solutions are there?

Gefragt von Razvan Dedu vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (Lesen Sie mehr)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Gefragt von kirsciukas vor 2 Jahren

Beantwortet von Terry vor 2 Jahren

  • Gelöst
  • Archiviert

How to separate inactive tabs ? with either bar or boxes

Initial post: https://forums.debian.net/viewtopic.php?p=792869#p792869 cat history.log-* history.log | grep -i firefox -B2 Start-Date: 2024-02-11 19:48:58 Commandline… (Lesen Sie mehr)

Initial post: https://forums.debian.net/viewtopic.php?p=792869#p792869

cat history.log-* history.log | grep -i firefox -B2

Start-Date: 2024-02-11 19:48:58 Commandline: /usr/bin/unattended-upgrade Upgrade: firefox-esr:amd64 (102.15.0esr-1~deb11u1, 115.7.0esr-1~deb11u1)

before: https://support.mozilla.org/en-US/kb/search-open-tabs-firefox https://addons.mozilla.org/fr/firefox/addon/simple-tab-groups/ https://www.ghacks.net/2021/03/09/manage-container-tabs-efficiently-from-a-side-panel-with-the-container-tabs-sidebar-extension-for-firefox/ now: https://addons.mozilla.org/fr/firefox/addon/tab-stash/ https://www.majorgeeks.com/files/details/sidebar_tabs.html

How do I put bar between tabs, or, each tab inside an individual box ? I have tried many codes from various forums, but since this update, FF seems to ignore ./chrome/userChrome.css completely.

Gefragt von Benoit-Pierre DEMAINE vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Tabs Unexpectedly Opening in New Windows in Full-Screen Mode on MacOS

Hi firefox community, I am using Firefox version 127.0.2 as my main browser on MacOS Sonoma 14.5. For the past few months, when using Firefox in Mac's full-screen mode, … (Lesen Sie mehr)

Hi firefox community,

I am using Firefox version 127.0.2 as my main browser on MacOS Sonoma 14.5. For the past few months, when using Firefox in Mac's full-screen mode, I've been experiencing an issue where one of the multiple open tabs unexpectedly displays in a separate window the moment I click on it.

This behavior didn't occur previously, and I believe it started happening about 3 months ago. It doesn't happen every time, but occurs a few times a day when I least expect it, making it difficult to identify the specific conditions that trigger it. I use a Magic Trackpad, and after switching to full-screen using the three-finger gesture, the moment I try to activate a specific tab, that tab alone displays as a separate window in full-screen mode.

Is it possible that a Firefox version update has changed this behavior? If this is a Firefox issue, is there a way to capture debug logs to have the developers investigate it?

Alternatively, if there's an option to prevent tabs from opening in new separate windows, that would be an effective workaround. Could you please let me know if such an option exists?

Best regards,

Gefragt von ate.fleeced05 vor 11 Monaten

Beantwortet von cor-el vor 11 Monaten

  • Gelöst
  • Archiviert

Lost tabs after closing and cant recover

After i closed firefox with two windows it only restored the wrong tab and because most of the tabs were open some time ago i cant restore it from history too. Can i some… (Lesen Sie mehr)

After i closed firefox with two windows it only restored the wrong tab and because most of the tabs were open some time ago i cant restore it from history too. Can i somehow restore them?

Gefragt von erman özcan vor 10 Monaten

Beantwortet von jonzn4SUSE vor 10 Monaten

  • Gelöst
  • Archiviert

recently closed tab show the tabs of all opened windows at once instead only one.

I don't know if it is because i closed firefox task end, or if it is a bug from update to v119 (when i reopened firefox, there was the updated tab). But now when i fly my… (Lesen Sie mehr)

I don't know if it is because i closed firefox task end, or if it is a bug from update to v119 (when i reopened firefox, there was the updated tab). But now when i fly my pointer on "recently closed tab", instead of only having the 15 last closed tab of my current firefox windows, i have also the 15 of each opened firefox windows. means if i have 2 page it show 30 tabs, etc. the first 15 being the tab of the current windows (ex: FF windows 1) and the 15 next for the other opened one (FF windows 2), when i check "recently closed tab" on the other windows it is reversed (the 15 first tab are the windows 2 closed ones, and the 15 next from the windows 1). It is me, or a global bug (or new feature). If the second, how to return to the former option (means having only the tab closed from the current windows showing)

Gefragt von thor94 vor 1 Jahr

Beantwortet von thor94 vor 1 Jahr

  • Gelöst
  • Archiviert

I Closed My Firefox Tabs, and When I Use Ctrl + Shift + T, Only Half of the Windows Are Restored

I had something like 7 windows open 10 minutes ago (yes I am a tab hoarder). I was trying to run a game that used a lot of RAM, so I decided that I would close ALL of my … (Lesen Sie mehr)

I had something like 7 windows open 10 minutes ago (yes I am a tab hoarder). I was trying to run a game that used a lot of RAM, so I decided that I would close ALL of my firefox tabs in hope that the game would run smoother with the 5gb that Firefox was using. I didn't think anything of losing the tabs because I had accidentally closed windows in the past using the big red 'x', and an easy ctrl + shift + t always restored the entire window no problem. When I tried to open firefox again within the next 5 minutes, only 3 of the windows restored themselves, I assume using the general > startup > open previous windows and tabs setting. Using Ctrl + Shift + T did nothing to restore them. Please help, as the windows that did reopen were the ones that I cared the least about.

Gefragt von lucas.gorter vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Pocket taking over my computer

How do I remove pocket from Firefox? The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enab… (Lesen Sie mehr)

How do I remove pocket from Firefox?

The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enabled" to "false," the pocket page still shows up after I close a session or a screen asking me to sign in to pocket. I am always closing unnecessary pocket related tabs.

As I remember, one time it worked but only for two days and then the some form of the pocket page showed up again.

Restarting Firefox does not change anything. Please advise.

Gefragt von dougg1 vor 1 Jahr

Beantwortet von dougg1 vor 1 Jahr

  • Gesperrt
  • Archiviert

Browsers UI didn't change since 1999 according to a study

It is ABSURD https://bigthink.com/neuropsych/tab-overload/ Why browsers UI didn't change from 1999, when we know it causes tab overload, brain has to constantly filter … (Lesen Sie mehr)

It is ABSURD https://bigthink.com/neuropsych/tab-overload/

Why browsers UI didn't change from 1999, when we know it causes tab overload, brain has to constantly filter everything it sees and how we engage with information is cruical in this age. All we get after 24 years are 4 categories to group tabs. I had even 3000 tabs peaking, average 1000+ reading philosophy. Einstein said: "human stupidity is infinite"...

Bookmarks are atrocious, you cannot even scroll panel with mouse holding bar, cannot cltr+f for existing folders, bookmark manager doesn't find existing folders, it sorts folders with bookmarks together contained under a folder... Doesn't have even tags, with thousands of bookmarks and folders, it would take 10 minutes to find fitting folder... I didn't also find any good 3rd party solutions really...

There are tab manager addons, but if you have again a lot of different tabs, it won't help you, it is useful for short-term workloads, but then you have nothing to store things in more permanent way. Also making notes all the time with reading would cost too energy especially if you need to research many things together... There is prototype of AI that saves all things based how you hover cursor over text etc. It would be great if it supported AI tracking and then highlights important info and makes notes, it is not publicly available yet in some solution...

Note taking programs suffer from same issues, missing core features, chat with AI is still very rudimentary and won't help you bring some small notes or piece of info you read 2 years ago, or something specific on-demand... When note taking program cannot even collapse notebooks on main view and you have seeing like 100ths different entries, or doesn't show available tags and selecte multiple of them quickly together under each notebook...

bottom line: there is no tab management really and all addons are really basic and doesn't support long-term intelligent storage for a lots of tabs so you find what you look for later, bookmarks are unuseable after certain amount (again no good third party solutions i saw...). Note taking programs all suffer from same issues, missing core features, again it is impossible to navigate any else way except using tags, but then if you have many then what, you cannot use tags to find thing nested under 20 other things, some specific bit of info, it will still be vehement to sort, if you cannot use multiple things together like jump to notebook and then see all tags what are there available, which would work better, you cannot remember all tags in each notebook you have... All solutions that exist missing core features and are overly simplistic and vehement... This gave me executive dysfunctions...

And if i give feedback to devs of absolutely logical core things, or what could be better and is missing and what stems from purpose and function and is self-evident: they tell me i am brilliant, it is ABSURD... Don't know what to say... 2023 there is still not way to efficiently make notes, capture knowledge... Even my former 160IQ friend said he had millions of files on disk basically has no idea where anything is... Learns everything from memory as he reads it before he goes to next things... It is really dumb in information age, so much interesting things from what we read is permanently lost, there is no really good way to capture info and link it and bring it easily later... Just diet, or healthy lifestyle can be complex and many different areas that are related and are under 20 other things... IT is impossible to find something later... It is absurdly bad how devs don't realize these things and normal ppl tell you you are crazy if you have over 10 tabs, while it was shown today work can generate easily over 100 tabs and it is important to manage information well... Yet there are no solutions, would have to hire programmer for every small thing i notice somewhere is missing, or is vehement useless basically...

Gefragt von empleat vor 1 Jahr

Letzte Antwort von Paul vor 1 Jahr

  • Gelöst
  • Archiviert

Missing Window?

Hey there, I had two windows in firefox open, one of which had a lot of tabs. I was using firefox on my surface pro, and then got up to get a snack. I came back, and the … (Lesen Sie mehr)

Hey there, I had two windows in firefox open, one of which had a lot of tabs. I was using firefox on my surface pro, and then got up to get a snack. I came back, and the window, which I had been using for some time, was gone. The other window was still open, and firefox had not been closed. I thought I would just open it up by restoring recently closed window, but it was gone. I routinely clear my history, but even tabs that I just had open 5 minutes ago are missing from my history, like I never opened them in the first place. What is going on?

Gefragt von Carina Elliott vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr