搜索 | 用户支持

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

详细了解

Bookmark editing and after firefox nightly reopening bookmarks are reverted as they were

  • 2 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 scalm

more options

Today I switched from firefox to firefox nightly, synced my firefox account and got my bookmarks here. Whenever I edit them and reopen firefox nightly, they are reverted back to as they were before editing. I dislike text next to icon in bookmark toolbar, so I tried to remove all texts and then my problem occurred.

Today I switched from firefox to firefox nightly, synced my firefox account and got my bookmarks here. Whenever I edit them and reopen firefox nightly, they are reverted back to as they were before editing. I dislike text next to icon in bookmark toolbar, so I tried to remove all texts and then my problem occurred.

被采纳的解决方案

Note that it is best to keep the regular release version as a fall back in case of issues with unstable Nightly builds. You would have to use separate profiles for each Firefox version.

Also note that you can't downgrade this profile to older Firefox versions because a lot of files have been changed and aren't compatible anymore.


You can possibly have a problem with the places.sqlite database if you do not keep bookmark edits.

You can check for problems with the places.sqlite database (bookmarks and history) in the Firefox profile folder. You can use the button on the "Help -> Troubleshooting Information" page or use this extension.

See also:


It is possible to use code in userChrome.css to hide labels on the Bookmarks Toolbar.

Add code to the userChrome.css file below the default @namespace line.


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

#PlacesToolbarItems > .bookmark-item:not([container]) .toolbarbutton-text {
 display: none !important;
}
定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

Note that it is best to keep the regular release version as a fall back in case of issues with unstable Nightly builds. You would have to use separate profiles for each Firefox version.

Also note that you can't downgrade this profile to older Firefox versions because a lot of files have been changed and aren't compatible anymore.


You can possibly have a problem with the places.sqlite database if you do not keep bookmark edits.

You can check for problems with the places.sqlite database (bookmarks and history) in the Firefox profile folder. You can use the button on the "Help -> Troubleshooting Information" page or use this extension.

See also:


It is possible to use code in userChrome.css to hide labels on the Bookmarks Toolbar.

Add code to the userChrome.css file below the default @namespace line.


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

#PlacesToolbarItems > .bookmark-item:not([container]) .toolbarbutton-text {
 display: none !important;
}

由cor-el于修改

more options

Thank you. Deleting places.sqlite almost instantly fixed my problem. I had problem that my bookmarks didin't want to sync. I disconnected my account, connected and then it worked. Thank you.