Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

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

  • 2 wotmołwje
  • 1 ma tutón problem
  • 3 napohlady
  • Poslednja wotmołwa wot 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.

Wubrane rozrisanje

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;
}
Tutu wotmołwu w konteksće čitać 👍 1

Wšě wotmołwy (2)

more options

Wubrane rozrisanje

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;
}

Wot cor-el změnjeny

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.