Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Browser
    • Mail
    • News
    • Community
    • About
    • Register
    • Login
    • Search
    CommunityForumHelpThemesWebmail
    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    1. Home
    2. Support & Troubleshooting
    3. Vivaldi for Windows
    4. Is there a Reload All Tabs Functionality/Shortcut for Vivaldi?

    Is there a Reload All Tabs Functionality/Shortcut for Vivaldi?

    Vivaldi for Windows
    9
    15
    3651
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zvptd last edited by Pesala

      On a restart, Vivaldi opens up with all the tabs I had left open - a neat and much-appreciated functionality.
      However, these tabs get reloaded only when I visit each one of them.

      • Is there a Shortcut to reload all tabs in Vivaldi?
      • Can we have a Vivaldi to reload all tabs automatically on startup/restart?
      1 Reply Last reply Reply Quote 0
      • Ayespy
        Ayespy Moderator last edited by

        Not yet. It's a practical feature which will surely come at some point.

        Edit: for now you can multi-select all your tabs and then right-click/reload them all at once.

        Volunteer Mod and tester on Windows 11 Pro X64, i5 9400 @ 4.1 GHz turbo; Intel UHD 630 graphics; 1TB WDC NVME SSD; 16 GB DDR4-2666 RAM. Community Code of Conduct

        1 Reply Last reply Reply Quote 0
        • J
          Johnny69 last edited by

          @Ayespy:

          Not yet. It's a practical feature which will surely come at some point.

          Edit: for now you can multi-select all your tabs and then right-click/reload them all at once.

          Or, until this feature is built into Vivaldi, use one of the many 'Reload Tabs' extensions.

          Edit: I've just tried one such extension called 'Awesome Reload All Tabs Button'. This one seems to force a reload of all tabs at the start of a session, without the reload button being clicked. Ideal behavior for my needs..

          1 Reply Last reply Reply Quote 2
          • J
            jvleminc last edited by

            Feature request filed. πŸ™‚

            1 Reply Last reply Reply Quote 1
            • webaschtl
              webaschtl last edited by

              ... but not yet implemented, or? 😞

              1 Reply Last reply Reply Quote 0
              • LonM
                LonM Moderator last edited by

                This could be implemented by attaching a button that executes the following: chrome.tabs.query({}, tabs => {tabs.forEach(tab => {chrome.tabs.reload(tab.id)})})

                πŸ’» ⊞10 R5-2600 GTX1660Ti 16GB 64-bit Test Builds β€’ en fr β€’ πŸ—³ vote for features β€’ πŸ•΅οΈβ€β™€οΈ Code of Conduct β€’ 🐞 Report bugs β€’ πŸ’¬ Discord

                luetage 1 Reply Last reply Reply Quote 0
                • luetage
                  luetage @LonM last edited by

                  I think selecting all and reloading with context menu is fine, as long as you don't have to do it too often.

                  @LonM As I found out yesterday, using chrome apis like this doesn't work. Both the custom.js file and the user files are content scripts and only a limited number of chrome apis work directly (eg storage). This would probably have to be done as extension. Well, at least I don't know right now how to run a background script in the application context – it should be possible I guess. Let me know if you find out.

                  github β—Š vfm

                  LonM webaschtl 2 Replies Last reply Reply Quote 0
                  • LonM
                    LonM Moderator @luetage last edited by

                    @luetage I managed to get it working in my "Custom Buttons" mod. There are some chrome.* APIs you can't use, but vivaldi's UI (and by extension mods) does have full access to chrome.tabs.*

                    πŸ’» ⊞10 R5-2600 GTX1660Ti 16GB 64-bit Test Builds β€’ en fr β€’ πŸ—³ vote for features β€’ πŸ•΅οΈβ€β™€οΈ Code of Conduct β€’ 🐞 Report bugs β€’ πŸ’¬ Discord

                    luetage 1 Reply Last reply Reply Quote 0
                    • luetage
                      luetage @LonM last edited by

                      @lonm You're right. I just remembered I'm actually using chrome.tabs in a mod. But this would mean custom.js isn't a content script? And how do I find out which chrome.apis work, trial and error?

                      github β—Š vfm

                      LonM 1 Reply Last reply Reply Quote 0
                      • LonM
                        LonM Moderator @luetage last edited by

                        @luetage said in Is there a Reload All Tabs Functionality/Shortcut for Vivaldi?:

                        trial and error

                        Pretty much πŸ•΅οΈβ€β™€οΈ

                        πŸ’» ⊞10 R5-2600 GTX1660Ti 16GB 64-bit Test Builds β€’ en fr β€’ πŸ—³ vote for features β€’ πŸ•΅οΈβ€β™€οΈ Code of Conduct β€’ 🐞 Report bugs β€’ πŸ’¬ Discord

                        luetage 1 Reply Last reply Reply Quote 0
                        • luetage
                          luetage @LonM last edited by

                          @lonm Meh, it would be really nice, if the devs provided us with a list of working apis πŸ˜ƒ

                          github β—Š vfm

                          1 Reply Last reply Reply Quote 0
                          • webaschtl
                            webaschtl @luetage last edited by

                            @luetage said in Is there a Reload All Tabs Functionality/Shortcut for Vivaldi?:

                            I think selecting all and reloading with context menu is fine, as long as you don't have to do it too often.

                            That was the reason for my request 😞
                            Updating two web pages, German and English versions, both side-by-side in Vivaldi – and first tried reloading both tiled pages in one step with F5. No chance...

                            1 Reply Last reply Reply Quote 0
                            • otto
                              otto - Ambassador - last edited by

                              There is a way to reload all open tabs,

                              -- Open the Vivaldi Side Panel
                              -- Select Window
                              -- Right-click (on top level Window Group) to view menu
                              -- Select Reload

                              webaschtl 1 Reply Last reply Reply Quote 2
                              • webaschtl
                                webaschtl @otto last edited by

                                @otto Thanks for this hint!

                                Maybe as an alternative solution to the above mentioned addon "Awesome Reload All Tabs Button"

                                0_1553596852709_2019-03-26_shot_001.jpg

                                otto 1 Reply Last reply Reply Quote 0
                                • otto
                                  otto - Ambassador - @webaschtl last edited by

                                  @webaschtl Yup, that's two solutions then πŸ™‚

                                  1 Reply Last reply Reply Quote 0
                                  Loading More Posts
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes
                                  • Reply as topic
                                  Log in to reply
                                  • 1 / 1
                                  • First post
                                    Last post

                                  Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                  Copyright © Vivaldi Technologies™ β€” All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status