We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How do I save multliple tabs, new update has no "bookmarak all tabs" option.

  • 4 réponses
  • 18 ont ce problème
  • 3 vues
  • Dernière réponse par cor-el

more options

Bookmarks info does not address the issue that "bookmark all tabs" disappeared. The update provides no option to "bookmark all tabs." This option is important to retain research material.

Bookmarks info does not address the issue that "bookmark all tabs" disappeared. The update provides no option to "bookmark all tabs." This option is important to retain research material.

Solution choisie

It moved to tab contextual menu :

Right-click on any tab -> Mark all tabs (or something close, my FF is not in english).

Lire cette réponse dans son contexte 👍 7

Toutes les réponses (4)

more options

Solution choisie

It moved to tab contextual menu :

Right-click on any tab -> Mark all tabs (or something close, my FF is not in english).

more options

It worked! Fantastic! Right click to bookmark all tabs!!!!

more options

"It moved to tab contextual menu" - that's very stupid. I can see that stupid browser is played by bunch of retarded kids. Thats why I never let it be updated. Again: I-DI-OTS.

more options

Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).

You can see the difference if you use Alt+F to open the File menu or other menus like the Edit menu (Alt+E) and Bookmarks menu (Alt+B) and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.

  • "Bookmark All Tabs" (Shift+Ctrl+D) no longer shows in the Bookmarks menu unless you open the Bookmarks menu via the keyboard (Alt + B).
  • "Bookmark All Tabs" can be accessed via the right-click context menu of a tab on the tab bar.

Add code to userChrome.css below the default @namespace line.

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

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

/* Always show menu entries with class="show-only-for-keyboard" */
#navigator-toolbox menuitem[class="show-only-for-keyboard"]{display:-moz-box!important}

Modifié le par cor-el