• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Customizations & Extensions
    4. Modifications
    5. Completely remove extension button

    Solved Completely remove extension button

    Modifications
    4
    10
    467
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sackboy97
      S
      sackboy97
      last edited by

      Hello,
      I was wondering if there was a way to completely hide an extension button (without removing the extension of course). By "completely" I mean that I would like to not have the icon appear even after clicking the "Toggle extensions" button.
      In this way I could keep a certain number of extension icons permanently available, while still having a few other a click away in a non-cluttered manner.
      Hope that was sufficiently clear; if there's no direct option to do this, a CSS solution would be just as good.

      WildEnte
      W
      1 Reply Last reply
      Reply Quote 0
      • Pathduck
        P
        Pathduck Moderator Soprano Supporters @sackboy97
        last edited by Pathduck

        @sackboy97 Hello and Welcome to the Vivaldi Community ๐Ÿ™‚ ๐Ÿ‘

        You can completely hide an extension icon with CSS:

        /* Hide Extension buttons */
        .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
        

        See: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

        while still having a few other a click away in a non-cluttered manner.

        There is no way to do this, once hidden with CSS the only way to access its options/settings is to go to the Extensions manager. So this is best for extensions you will never have a need to change anything with.

        @WildEnte

        any idea how I can get my KeepassXC icon back?

        You removed the Extensions toggle button ๐Ÿ™‚
        It can be added back in Customize Toolbar.

        There is also a bug in Snapshot, fixed in Stable:
        [Extensions][Toolbars] Icon shows when toggling disabled (VB-89602)
        I.e. when all extensions are set to showing, the toggle button should not be shown at all.

        Edit: Moving this to Modifications category.

        ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
        ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

        WildEnte
        W
        sackboy97
        S
        2 Replies Last reply
        Reply Quote 1
        • WildEnte
          W
          WildEnte Soprano Patron @sackboy97
          last edited by WildEnte

          @sackboy97 right click the button and choose "hide button"?

          vivaldi_jKO8MrSRtg.gif

          Note that I have now hidden my keepassxc extension button and don't find a way to make it show again without going over the puzzle icon extension button ๐Ÿ™‚

          Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

          1 Reply Last reply Reply Quote 1
          • sackboy97
            S
            sackboy97
            last edited by

            That's not what I was asking for though.
            81c6d578-2b5d-45b8-86be-f5a02a57a5ec-image.png
            Currently it looks like this; then when I click the arrow, I have a series of icons, from every extension I have installed.
            dbb21451-9d1a-4444-8209-f4583ab80a1b-image.png
            What I would like is to only have certain icons appear when toggling, so that it can be better organised. I do want to keep the option to toggle, which is why hiding that button would not help.

            Pathduck
            P
            1 Reply Last reply
            Reply Quote 0
            • WildEnte
              W
              WildEnte Soprano Patron
              last edited by

              Ah. So not only have I not helped you, but I have also broken my setup ๐Ÿ™‚

              1. sorry I don't know the answer.
              2. @DoctorG I see that you have looked at my post - any idea how I can get my KeepassXC icon back? Or if it is not possible, is this worth a bug report?

              Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

              DoctorG
              D
              1 Reply Last reply
              Reply Quote 0
              • Pathduck
                P
                Pathduck Moderator Soprano Supporters @sackboy97
                last edited by Pathduck

                @sackboy97 Hello and Welcome to the Vivaldi Community ๐Ÿ™‚ ๐Ÿ‘

                You can completely hide an extension icon with CSS:

                /* Hide Extension buttons */
                .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
                

                See: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

                while still having a few other a click away in a non-cluttered manner.

                There is no way to do this, once hidden with CSS the only way to access its options/settings is to go to the Extensions manager. So this is best for extensions you will never have a need to change anything with.

                @WildEnte

                any idea how I can get my KeepassXC icon back?

                You removed the Extensions toggle button ๐Ÿ™‚
                It can be added back in Customize Toolbar.

                There is also a bug in Snapshot, fixed in Stable:
                [Extensions][Toolbars] Icon shows when toggling disabled (VB-89602)
                I.e. when all extensions are set to showing, the toggle button should not be shown at all.

                Edit: Moving this to Modifications category.

                ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
                ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

                WildEnte
                W
                sackboy97
                S
                2 Replies Last reply
                Reply Quote 1
                • Pathduck
                  P
                  Pathduck moved this topic from Vivaldi for Windows on
                • DoctorG
                  D
                  DoctorG Soprano @WildEnte
                  last edited by

                  @WildEnte said in Completely remove extension button:

                  any idea how I can get my KeepassXC icon back

                  No, sorry.

                  _bug hunter ยท Volunteer helper ยท Sopranos tester ยท Language DE,EN ยท โ™€๐Ÿ‘ต
                  Known old dragon lady: Gwen aka Dr. Gwen Agon aka GwenDragon aka DoctorGTesting


                  Linux Debian 12 KDE X11 / Windows 11 Pro
                  Intel i5-7400 / NVidia GT 710

                  1 Reply Last reply Reply Quote 1
                  • WildEnte
                    W
                    WildEnte Soprano Patron @Pathduck
                    last edited by

                    @Pathduck said in Completely remove extension button:

                    You removed the Extensions toggle button
                    It can be added back in Customize Toolbar.

                    I have done that of course but I want the KeePassXC icon back and see no way to do that (other than uninstallong3and reinstalling the extension, which I haven't tried yet)

                    Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

                    Pathduck
                    P
                    1 Reply Last reply
                    Reply Quote 0
                    • Pathduck
                      P
                      Pathduck Moderator Soprano Supporters @WildEnte
                      last edited by Pathduck

                      @WildEnte Once the toggle icon is back, the hidden extension will be shown when clicking the toggle.

                      If that doesn't work --- might be a bug...

                      Video from Stable:
                      https://ttm.sh/Pd5.mp4

                      ๐ŸŽปVolunteer helper ยท Forum moderator ยท Sopranos tester ๐Ÿ› ๏ธTroubleshooting ๐Ÿ›Report a bug ๐Ÿ“œMarkdown help
                      ๐Ÿฆ†"With a rubber duck, one's never alone" -Douglas Adams๐Ÿฆ†

                      WildEnte
                      W
                      1 Reply Last reply
                      Reply Quote 0
                      • WildEnte
                        W
                        WildEnte Soprano Patron @Pathduck
                        last edited by WildEnte

                        @Pathduck OK now I got you - thanks for the video

                        Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

                        1 Reply Last reply Reply Quote 1
                        • sackboy97
                          S
                          sackboy97 @Pathduck
                          last edited by

                          @Pathduck That's exactly what I was looking for, thank you very much ๐Ÿ™‚

                          1 Reply Last reply Reply Quote 1
                          • pafflick
                            P
                            pafflick marked this topic as a question on
                          • pafflick
                            P
                            pafflick has marked this topic as solved on
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • 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