Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 1 view
  • Last reply by scalm

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;
}
Read this answer in context 👍 1

All Replies (2)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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 மூலமாக திருத்தப்பட்டது

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.