Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Where has the "keyword" field gone? Quick way to add keyword bookmarks?

more options

Hi! Ever since Quantum, I haven't paid much attention to Firefox (not much of a point, is there -_-). But today, I found myself using modern Firefox again and wanted to add a keyword search bookmark. Where has the "keyword" field gone from the "Add Bookmark" dialog? Is there a way to bring it back? I found nothing promising under about:config :(

All I see when googling is guides saying I should first add a bookmark, then go to the bookmarks panel, find and select my new bookmark, edit properties, and then I'll be allowed, by Firefox's grace, to add/edit keywords. This takes all of the convenience out of the process.

Does anyone maybe know an extension that can bring the field back?

Thank you all :)

Hi! Ever since Quantum, I haven't paid much attention to Firefox (not much of a point, is there -_-). But today, I found myself using modern Firefox again and wanted to add a keyword search bookmark. Where has the "keyword" field gone from the "Add Bookmark" dialog? Is there a way to bring it back? I found nothing promising under about:config :( All I see when googling is guides saying I should first add a bookmark, then go to the bookmarks panel, find and select my new bookmark, edit properties, and then I'll be allowed, by Firefox's grace, to add/edit keywords. This takes all of the convenience out of the process. Does anyone maybe know an extension that can bring the field back? Thank you all :)
附加的畫面擷圖

被選擇的解決方法

Note that it is possible to make the keyword field visible by using code in userChrome.css.

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html


#editBMPanel_keywordRow {visibility:visible !important;}

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

The shorter panel that drops from the star icon doesn't have the keywords field. For unknown reasons.

To get the full dialog when adding a new bookmark, use:

right-click the tab > Bookmark Tab

To add keywords to an existing bookmark, right-click the bookmark on one of the lists and call up the full Edit dialog from there:

  • menu > Bookmarks (Recent Bookmarks list) > right-click > Edit Bookmark
  • Bookmarks Menu/Toolbar/Sidebar > right-click > Edit Bookmark
more options

jscher2000 - Support Volunteer said

...To get the full dialog when adding a new bookmark, use: right-click the tab > Bookmark Tab...

Aah, thank you. That does bring back some of the convenience.

We could create a replacement shortcut for <kbd>Ctrl+D</kbd> with AutoHotkey which attempts to do this. I can already see that this would be not very straight forward, but if push comes to shove, it can be done, I'm sure. If anybody wants that, let me know. I'm not planning on using FF Quantum enough to justify fiddling with that at the moment

more options

選擇的解決方法

Note that it is possible to make the keyword field visible by using code in userChrome.css.

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html


#editBMPanel_keywordRow {visibility:visible !important;}

more options

cor-el said

Note that it is possible to make the keyword field visible by using code in userChrome.css.