Say I define different contexts or workspaces. So in my address bar I can type work and it will open up 5 pages that will be associated to that keyword. Then I can type bored and it will open up my 4 defined pages associated to that keyword.

I am NOT asking about pinning pages to the start/home page, and I am NOT asking about loading websites when Firefox starts up (because I don’t want to always load the same things every time I launch ffox). I am also not asking about pinning tabs.

  • Cpaq47@lemm.ee
    link
    fedilink
    arrow-up
    75
    ·
    10 months ago

    You can create a bookmark folder with all the pages you want inside, e.g. bored. Right click folder > open all bookmarks. Hope that’s helpful.

    • Icaria@lemmy.world
      link
      fedilink
      arrow-up
      25
      ·
      10 months ago

      You can also middle-click the bookmark folder itself.

      Or you can open a second window, open all your work sites, then pin the tabs. If you have at least one pinned tab in the first window as well, even if that pinned tab is just about:blank, both windows will re-open when reopening firefox.

      • russjr08@outpost.zeuslink.net
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 months ago

        For some reason, I’ve never been able to get pinned tabs to actually persist. I’ll pin the tabs, and then when I shut down Firefox and bring it back up later, the tabs are randomly gone / no longer pinned for some reason.

          • russjr08@outpost.zeuslink.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            10 months ago

            I can’t think of any that would trigger the issue (I don’t actually use a lot of privacy oriented extensions, uBlock Origin probably being the only one most people would consider as such), and I remember the issue going back pretty far before I started using extensions in general.

            There’s no “proper” way to close Firefox right? Just close the window itself? Sounds silly, but that is the only thing I could think of over the last few years when I tried to use it.

            • Icaria@lemmy.world
              link
              fedilink
              arrow-up
              4
              ·
              10 months ago

              Oh, there’s your mistake. If you close one window at a time, Firefox thinks you no longer want that window/pinned tabs, and only restores the last window still open when restarting. Close Firefox with Ctrl+Shift+Q or go to the hamburger menu and exit.

              • russjr08@outpost.zeuslink.net
                link
                fedilink
                English
                arrow-up
                2
                ·
                10 months ago

                Ahh that would explain it then, that’s going to take some time to retrain my muscle memory on closing Firefox then 😅

      • essell@beehaw.org
        link
        fedilink
        arrow-up
        7
        ·
        10 months ago

        Middle mouse click on the folder will also open all bookmarks in that folder. It’s how I begin each working day

  • Crul@lemm.ee
    link
    fedilink
    arrow-up
    23
    ·
    10 months ago

    Other proposed solutions are valid, I just wanted to add that…

    So in my address bar I can type work and it will open up 5 pages that will be associated to that keyword.

    To get exactly this behaviour, you can have a bookmarklet with the keyword work and this in the URL field:

    javascript:(() => { ['https://ddg.gg', 'https://google.com'].forEach(w => window.open(w)) })();
    

    Some notes:

    • You can change the list of URLs with what you want to be open.
    • The first time you run it, it will ask you to allow it to open multiple tabs. But it should remember the answer for next executions.
    • Is possible to add arguments for advanced use cases
    • GnuLinuxDudeOP
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      This seems like a really cool implementation, but I cannot get it to open anything beyond the first site I put into the array. I am never prompted about opening multiple tabs, either.

      • Crul@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        10 months ago

        That’s weird. The only reason I can think of is, if you have tweaked with userChrome.css, the toolbar with the question may not be visible. I say that because it has happened to me :). You can try restarting with add-ons disabled (via about:profiles) and see if there is any difference.

        EDIT: Another option would be that there is some setting I’ve changed to allow this. But if I did, I don’t remember doing it :/.

        Here it is how it should look like:

        • GnuLinuxDudeOP
          link
          fedilink
          arrow-up
          2
          ·
          10 months ago

          I did give it a shot in a clean profile, but no difference. If I uncover a solution later I will definitely post my findings.

  • wmrch@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    10 months ago

    Bookmark folders as a built-in solution. The OneTab extension if you’d like a little more advanced features.

  • Strayce@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    10 months ago

    I use tabs aside, it lets you define and load/unload sets of tabs from the sidebar. Does pretty much what you’re asking for minus the addressbar keywords.

  • MinekPo1 [She/Her]@lemmygrad.ml
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    probably not the best solution in your use case, but you can open tabs in an existing Firefox instance via a shell script using the -new-tab flag.