Windows 10 bereikte EO (einde ondersteuning) op 14 oktober 2025. Als je Windows 10 gebruikt, lees dan dit artikel.

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info
Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.
Gearchiveerd

Tab Vorschau ist Pfeilschaltfläche statt Symbol firefox

cor-el beantwoord
fritzi

Tab Vorschau ist Pfeilschaltfläche statt Symbol firefox

Tab Vorschau ist Pfeilschaltfläche statt Symbol firefox

Alle antwoorden (4)

Could you tell in details


Could you attach a screenshot?

Try to use JPG or PNG image file format and make it public view.

Hello,

thanks for answer.

Look at the picture. Now there is only a arrow, instead of the button with the for points, to make fast tab election.

Sorry for my untrained english.

Best regards, Fritz

hello, you should still be able to get back the button as it is described here: Customize Firefox controls, buttons and toolbars (the keyboard shortcut for the panorama tab-preview would be ctrl+shift+e).

however this functionality will probably moved out of the browser and converted to an addon that you'd have to install seperately in the near future: http://stadt-bremerhaven.de/mozilla-entfernt-panorama-funktion-aus-firefox-zukuenftig-nur-noch-als-add-on/ (article in german)

You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.


Alternatively you can add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }