Add a Bookmark icon to Firefox search bar











up vote
2
down vote

favorite












I'd like to be able to click on an icon in the Firefox search-bar to immediately bookmark a URL.



I already know that I can click on the ... "Page actions" icon to select the "Bookmark This Page" option, and I know I can drag the URL from the left onto the bookmarks bar to achieve this.



However, is there a way to replace the "Save to pocket" icon and replace it with a "Bookmark" icon?



I am using Firefox 63 on Ubuntu 18.10.



Here is a screenshot of the ... "Page actions" icon icon and the "Save to pocket" icon that I currently have...



enter image description here










share|improve this question


























    up vote
    2
    down vote

    favorite












    I'd like to be able to click on an icon in the Firefox search-bar to immediately bookmark a URL.



    I already know that I can click on the ... "Page actions" icon to select the "Bookmark This Page" option, and I know I can drag the URL from the left onto the bookmarks bar to achieve this.



    However, is there a way to replace the "Save to pocket" icon and replace it with a "Bookmark" icon?



    I am using Firefox 63 on Ubuntu 18.10.



    Here is a screenshot of the ... "Page actions" icon icon and the "Save to pocket" icon that I currently have...



    enter image description here










    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I'd like to be able to click on an icon in the Firefox search-bar to immediately bookmark a URL.



      I already know that I can click on the ... "Page actions" icon to select the "Bookmark This Page" option, and I know I can drag the URL from the left onto the bookmarks bar to achieve this.



      However, is there a way to replace the "Save to pocket" icon and replace it with a "Bookmark" icon?



      I am using Firefox 63 on Ubuntu 18.10.



      Here is a screenshot of the ... "Page actions" icon icon and the "Save to pocket" icon that I currently have...



      enter image description here










      share|improve this question













      I'd like to be able to click on an icon in the Firefox search-bar to immediately bookmark a URL.



      I already know that I can click on the ... "Page actions" icon to select the "Bookmark This Page" option, and I know I can drag the URL from the left onto the bookmarks bar to achieve this.



      However, is there a way to replace the "Save to pocket" icon and replace it with a "Bookmark" icon?



      I am using Firefox 63 on Ubuntu 18.10.



      Here is a screenshot of the ... "Page actions" icon icon and the "Save to pocket" icon that I currently have...



      enter image description here







      firefox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      PJ Singh

      4,27522448




      4,27522448






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          I'm on Firefox 64 (and you'll be as well once you update).



          For Pocket, I have



          extensions.pocket.enabled;false


          in my about:config. See https://askubuntu.com/a/1083166/248158 for how to do that (and other stuff) via a policy. Here are my policies:



          {
          "policies": {
          "DisableFirefoxStudies": true,
          "DisablePocket": true,
          "DisableTelemetry": true,
          "DisableSetDesktopBackground": true
          }
          }


          Now, regarding the bookmarks. If I'm on a page which I haven't already bookmarked, I see a hollow star enclosed in red in the image below:



          Page to bookmark



          If the page is already bookmarked, the star is filled. Its color may depend on your gtk3 theme.



          If you don't see the star at all, see if https://support.mozilla.org/en-US/questions/1203256 helps.






          share|improve this answer




























            up vote
            1
            down vote













            It's quite simple.



            First right-click on the Pocket icon and select 'Remove from Address Bar'. Then click the 'page actions' (three dots) icon, right-click on 'Bookmark This Page', and select 'Add to Address Bar'.



            You can do the same (i.e. add/remove) with other actions that the 'page actions' list provides.






            share|improve this answer





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100770%2fadd-a-bookmark-icon-to-firefox-search-bar%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              I'm on Firefox 64 (and you'll be as well once you update).



              For Pocket, I have



              extensions.pocket.enabled;false


              in my about:config. See https://askubuntu.com/a/1083166/248158 for how to do that (and other stuff) via a policy. Here are my policies:



              {
              "policies": {
              "DisableFirefoxStudies": true,
              "DisablePocket": true,
              "DisableTelemetry": true,
              "DisableSetDesktopBackground": true
              }
              }


              Now, regarding the bookmarks. If I'm on a page which I haven't already bookmarked, I see a hollow star enclosed in red in the image below:



              Page to bookmark



              If the page is already bookmarked, the star is filled. Its color may depend on your gtk3 theme.



              If you don't see the star at all, see if https://support.mozilla.org/en-US/questions/1203256 helps.






              share|improve this answer

























                up vote
                1
                down vote













                I'm on Firefox 64 (and you'll be as well once you update).



                For Pocket, I have



                extensions.pocket.enabled;false


                in my about:config. See https://askubuntu.com/a/1083166/248158 for how to do that (and other stuff) via a policy. Here are my policies:



                {
                "policies": {
                "DisableFirefoxStudies": true,
                "DisablePocket": true,
                "DisableTelemetry": true,
                "DisableSetDesktopBackground": true
                }
                }


                Now, regarding the bookmarks. If I'm on a page which I haven't already bookmarked, I see a hollow star enclosed in red in the image below:



                Page to bookmark



                If the page is already bookmarked, the star is filled. Its color may depend on your gtk3 theme.



                If you don't see the star at all, see if https://support.mozilla.org/en-US/questions/1203256 helps.






                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  I'm on Firefox 64 (and you'll be as well once you update).



                  For Pocket, I have



                  extensions.pocket.enabled;false


                  in my about:config. See https://askubuntu.com/a/1083166/248158 for how to do that (and other stuff) via a policy. Here are my policies:



                  {
                  "policies": {
                  "DisableFirefoxStudies": true,
                  "DisablePocket": true,
                  "DisableTelemetry": true,
                  "DisableSetDesktopBackground": true
                  }
                  }


                  Now, regarding the bookmarks. If I'm on a page which I haven't already bookmarked, I see a hollow star enclosed in red in the image below:



                  Page to bookmark



                  If the page is already bookmarked, the star is filled. Its color may depend on your gtk3 theme.



                  If you don't see the star at all, see if https://support.mozilla.org/en-US/questions/1203256 helps.






                  share|improve this answer












                  I'm on Firefox 64 (and you'll be as well once you update).



                  For Pocket, I have



                  extensions.pocket.enabled;false


                  in my about:config. See https://askubuntu.com/a/1083166/248158 for how to do that (and other stuff) via a policy. Here are my policies:



                  {
                  "policies": {
                  "DisableFirefoxStudies": true,
                  "DisablePocket": true,
                  "DisableTelemetry": true,
                  "DisableSetDesktopBackground": true
                  }
                  }


                  Now, regarding the bookmarks. If I'm on a page which I haven't already bookmarked, I see a hollow star enclosed in red in the image below:



                  Page to bookmark



                  If the page is already bookmarked, the star is filled. Its color may depend on your gtk3 theme.



                  If you don't see the star at all, see if https://support.mozilla.org/en-US/questions/1203256 helps.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 4 hours ago









                  DK Bose

                  12.7k123983




                  12.7k123983
























                      up vote
                      1
                      down vote













                      It's quite simple.



                      First right-click on the Pocket icon and select 'Remove from Address Bar'. Then click the 'page actions' (three dots) icon, right-click on 'Bookmark This Page', and select 'Add to Address Bar'.



                      You can do the same (i.e. add/remove) with other actions that the 'page actions' list provides.






                      share|improve this answer

























                        up vote
                        1
                        down vote













                        It's quite simple.



                        First right-click on the Pocket icon and select 'Remove from Address Bar'. Then click the 'page actions' (three dots) icon, right-click on 'Bookmark This Page', and select 'Add to Address Bar'.



                        You can do the same (i.e. add/remove) with other actions that the 'page actions' list provides.






                        share|improve this answer























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          It's quite simple.



                          First right-click on the Pocket icon and select 'Remove from Address Bar'. Then click the 'page actions' (three dots) icon, right-click on 'Bookmark This Page', and select 'Add to Address Bar'.



                          You can do the same (i.e. add/remove) with other actions that the 'page actions' list provides.






                          share|improve this answer












                          It's quite simple.



                          First right-click on the Pocket icon and select 'Remove from Address Bar'. Then click the 'page actions' (three dots) icon, right-click on 'Bookmark This Page', and select 'Add to Address Bar'.



                          You can do the same (i.e. add/remove) with other actions that the 'page actions' list provides.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 2 hours ago









                          pomsky

                          27.8k1185111




                          27.8k1185111






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100770%2fadd-a-bookmark-icon-to-firefox-search-bar%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              サソリ

                              広島県道265号伴広島線

                              Setup Asymptote in Texstudio