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!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I view more than ten tags in FF bookmark sidebar

  • 3 个回答
  • 5 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

I have many bookmarks that I have tagged but only the ten most recent ones show in the sidebar. I would like to increase this to around fifty.

I have many bookmarks that I have tagged but only the ten most recent ones show in the sidebar. I would like to increase this to around fifty.

所有回复 (3)

more options
  • "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called Smart Bookmarks folders and are not real existing folders.
  • Such smart folders show a list created by a query of the places.sqlite database that stores the bookmarks and the history in Firefox.
  • Smart folder lists show a maximum of 10 entries by default.
  • Bookmarks or history items that show up in a smart folder list are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.

You can create a new place query and adjust the maxResults parameter.

Name: Recent Tags
Location: place:type=6&sort=14&maxResults=50

由cor-el于修改

more options

How do I edit the query???

more options

Try this code in the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#editBMPanel_locationRow, #editBMPanel_keywordRow {
 visibility:visible!important;
 -moz-box-align:center!important;
}