Add a Bookmark icon to Firefox search bar
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...
firefox bookmarks
add a comment |
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...
firefox bookmarks
1
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
1
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39
add a comment |
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...
firefox bookmarks
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...
firefox bookmarks
firefox bookmarks
edited Dec 16 at 10:28
pomsky
28.3k1185112
28.3k1185112
asked Dec 14 at 2:33
PJ Singh
4,30522548
4,30522548
1
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
1
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39
add a comment |
1
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
1
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39
1
1
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
1
1
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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:
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.
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 14 at 5:11
pomsky
28.3k1185112
28.3k1185112
add a comment |
add a comment |
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:
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.
add a comment |
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:
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.
add a comment |
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:
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.
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:
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.
answered Dec 14 at 2:58
DK Bose
13k123983
13k123983
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
The picture shows the address-bar, not the search-bar.
– mook765
Dec 14 at 8:17
1
Oh! I only have one entry field; I guess it's a combined search/address bar.
– PJ Singh
Dec 14 at 22:39