Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How can I open multiple tabs from a single bookmark ?

  • 4 відповіді
  • 1 має цю проблему
  • 3 перегляди
  • Остання відповідь від ivar_

more options

I'd like to combine the features provided by keywords and substitution *1 and multiple tabs as 'homepage' *2 but it doesn't seem to work. e.g. if I create a bookmark with a location value of "https://www.youtube.com/results?search_query=%s|https://vimeo.com/search?q=%s" and keyword "video", the '%s' values are correctly interpolated but the tab separator/delimiter doesn't work and typing 'video firefox' results in a single table with the request to "https://www.youtube.com/results?search_query=firefox%7Chttps%3A%2F%2Fvimeo.com%2Fsearch%3Fq%3Dfirefox". If my description is unclear hopefully the image I uploaded helps.

Is there a way to delimit multiple tabs in the location value of a bookmark ?


I'd like to combine the features provided by keywords and substitution *1 and multiple tabs as 'homepage' *2 but it doesn't seem to work. e.g. if I create a bookmark with a location value of "https://www.youtube.com/results?search_query=%s|https://vimeo.com/search?q=%s" and keyword "video", the '%s' values are correctly interpolated but the tab separator/delimiter doesn't work and typing 'video firefox' results in a single table with the request to "https://www.youtube.com/results?search_query=firefox%7Chttps%3A%2F%2Fvimeo.com%2Fsearch%3Fq%3Dfirefox". If my description is unclear hopefully the image I uploaded helps. Is there a way to delimit multiple tabs in the location value of a bookmark ? * https://www.ghacks.net/2015/06/22/how-to-use-dynamic-bookmarks-in-firefox/ * https://lifehacker.com/104939/how-to-set-up-multiple-homepages-in-firefox
Прикріплені знімки екрана

Усі відповіді (4)

more options

I've tried ';' and '\|' as separators to no avail.

more options

I'm not aware of a way to do that with a regular bookmark.

more options

The only way to achieve that is to place these bookmarks in a folder and use "Open All in Tabs" in the right-click context menu to open all bookmarks in this folder.

more options

cor-el said

The only way to achieve that is to place these bookmarks in a folder and use "Open All in Tabs" in the right-click context menu to open all bookmarks in this folder.

I've used that trick before, but I'm unaware of how to pass in a parameter to the urls (that contain placeholders with '%s') in the folder... is this possible?

As an aside.. I know this is a pretty obscure use case, but I think there's a reasonable expectation of consistency between the 'homepage and new windows' and 'bookmark location' handling. I found an existing bug for this that was marked as WONTFIX 10 years ago at https://bugzilla.mozilla.org/show_bug.cgi?id=421785 The rationale for rejecting the requests makes sense but perhaps now that there's the ability to substitute elements of the URL with %s, it is worth revisiting supporting my request in the name of UX consistency ?