• 12 Posts
  • 69 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle




















  • 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:


  • 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